Module Name: src
Committed By: riz
Date: Thu Mar 14 15:55:31 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.2
Log Message:
Ticket 836.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-6.0.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.0.2
diff -u src/doc/CHANGES-6.0.2:1.1.2.19 src/doc/CHANGES-6.0.2:1.1.2.20
--- src/doc/CHANGES-6.0.2:1.1.2.19 Mon Feb 11 20:43:01 2013
+++ src/doc/CHANGES-6.0.2 Thu Mar 14 15:55:30 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.2,v 1.1.2.19 2013/02/11 20:43:01 riz Exp $
+# $NetBSD: CHANGES-6.0.2,v 1.1.2.20 2013/03/14 15:55:30 riz Exp $
A complete list of changes from the NetBSD 6.0.1 release to the NetBSD 6.0.2
release:
@@ -123,3 +123,8 @@ sys/kern/subr_pserialize.c 1.7
Avoid possible race with softint handler.
[rmind, ticket #811]
+external/historical/nawk/dist/tran.c 1.8
+
+ Fix awk segfault due to NULL dereference. PR#47553.
+ [cheusov, ticket #836]
+