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

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

Log Message:
ticket #780


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-6.1

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.1
diff -u src/doc/CHANGES-6.1:1.1.2.74 src/doc/CHANGES-6.1:1.1.2.75
--- src/doc/CHANGES-6.1:1.1.2.74	Sun Jan 13 19:03:27 2013
+++ src/doc/CHANGES-6.1	Sun Jan 13 19:09:38 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.74 2013/01/13 19:03:27 bouyer Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.75 2013/01/13 19:09:38 bouyer Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -8033,3 +8033,17 @@ sys/arch/arm/marvell/mvsoctmr.c			1.4 - 
 	Tested on DreamPlug system.
 	[riz, ticket #770]
 
+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