Mon Jan 21 20:22:55 2013 UTC ()
ticket 1840


(bouyer)
diff -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-5.1.3

cvs diff -r1.1.2.34 -r1.1.2.35 src/doc/Attic/CHANGES-5.1.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.1.3 2013/01/13 17:18:30 1.1.2.34
+++ src/doc/Attic/CHANGES-5.1.3 2013/01/21 20:22:55 1.1.2.35
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1.3,v 1.1.2.34 2013/01/13 17:18:30 bouyer Exp $ 1# $NetBSD: CHANGES-5.1.3,v 1.1.2.35 2013/01/21 20:22:55 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3 3A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.1.2_PATCH. 9 Welcome to 5.1.2_PATCH.
10 [snj] 10 [snj]
11 11
12sys/kern/kern_fork.c 1.184 via patch 12sys/kern/kern_fork.c 1.184 via patch
13 13
14 fork1: fix stop-on-fork case, lend a correct lock to LWP for 14 fork1: fix stop-on-fork case, lend a correct lock to LWP for
@@ -2334,13 +2334,18 @@ gnu/dist/grep/lib/getopt.c 1.2 @@ -2334,13 +2334,18 @@ gnu/dist/grep/lib/getopt.c 1.2
2334gnu/dist/grep/lib/regex.c 1.2 2334gnu/dist/grep/lib/regex.c 1.2
2335gnu/dist/grep/src/ansi2knr.c 1.2 2335gnu/dist/grep/src/ansi2knr.c 1.2
2336gnu/dist/grep/src/dfa.c 1.3 2336gnu/dist/grep/src/dfa.c 1.3
2337gnu/dist/grep/src/grep.c 1.14 2337gnu/dist/grep/src/grep.c 1.14
2338gnu/dist/grep/src/search.c 1.4 2338gnu/dist/grep/src/search.c 1.4
2339 2339
2340 Change several int variables to size_t, ssize_t, or ptrdiff_t. 2340 Change several int variables to size_t, ssize_t, or ptrdiff_t.
2341 This should fix the bug described in CVE-2012-5667 when an input 2341 This should fix the bug described in CVE-2012-5667 when an input
2342 line is so long that its length cannot be stored in an int 2342 line is so long that its length cannot be stored in an int
2343 variable. 2343 variable.
2344 2344
2345 [apb, ticket #1838] 2345 [apb, ticket #1838]
2346 2346
 2347sys/external/bsd/ipf/netinet/ip_fil_netbsd.c 1.4 via patch
 2348
 2349 Fix off-by-one read error.
 2350 [msaitoh, ticket #1840]
 2351