Module Name:    src
Committed By:   bouyer
Date:           Sun Jan 13 19:09:32 UTC 2013

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.2

Log Message:
ticket #780


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 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.5 src/doc/CHANGES-6.0.2:1.1.2.6
--- src/doc/CHANGES-6.0.2:1.1.2.5	Sun Jan 13 18:58:50 2013
+++ src/doc/CHANGES-6.0.2	Sun Jan 13 19:09:32 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.2,v 1.1.2.5 2013/01/13 18:58:50 bouyer Exp $
+# $NetBSD: CHANGES-6.0.2,v 1.1.2.6 2013/01/13 19:09:32 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.0.1 release to the NetBSD 6.0.2
 release:
@@ -34,3 +34,17 @@ etc/namedb/root.cache				1.17
 	D.ROOT-SERVERS.NET changes IPv4 address.
 	[taca, ticket #781]
 
+gnu/dist/grep/lib/getopt.c			1.2
+gnu/dist/grep/lib/regex.c			1.2
+gnu/dist/grep/src/ansi2knr.c			1.2
+gnu/dist/grep/src/dfa.c				1.3
+gnu/dist/grep/src/grep.c			1.14
+gnu/dist/grep/src/search.c			1.4
+
+	Change several int variables to size_t, ssize_t, or ptrdiff_t.
+	This should fix the bug described in CVE-2012-5667 when an input
+	line is so long that its length cannot be stored in an int
+	variable.
+
+	[apb, ticket #780]
+

Reply via email to