Module Name: src Committed By: riz Date: Tue Jun 29 18:02:19 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1420. To generate a diff of this commit: cvs rdiff -u -r1.1.2.234 -r1.1.2.235 src/doc/CHANGES-5.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-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.234 src/doc/CHANGES-5.1:1.1.2.235 --- src/doc/CHANGES-5.1:1.1.2.234 Sat Jun 12 16:40:14 2010 +++ src/doc/CHANGES-5.1 Tue Jun 29 18:02:19 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.234 2010/06/12 16:40:14 riz Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.235 2010/06/29 18:02:19 riz Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -17353,3 +17353,11 @@ Welcome to 5.1_RC3! [riz] +usr.bin/sort/fsort.c 1.47 +usr.bin/sort/msort.c 1.30 +usr.bin/sort/sort.c 1.58 +usr.bin/sort/sort.h 1.31 + + Fix a segfault on large input files. + [dholland, ticket #1420] +