Module Name: src Committed By: snj Date: Wed Sep 22 23:03:59 UTC 2010
Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: 1406 To generate a diff of this commit: cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-4.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-4.0.2 diff -u src/doc/CHANGES-4.0.2:1.1.2.75 src/doc/CHANGES-4.0.2:1.1.2.76 --- src/doc/CHANGES-4.0.2:1.1.2.75 Thu Aug 5 01:48:12 2010 +++ src/doc/CHANGES-4.0.2 Wed Sep 22 23:03:58 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.0.2,v 1.1.2.75 2010/08/05 01:48:12 riz Exp $ +# $NetBSD: CHANGES-4.0.2,v 1.1.2.76 2010/09/22 23:03:58 snj Exp $ A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 release: @@ -1070,3 +1070,8 @@ Fix globbing in libc and sftp. [christos, ticket #1399] +dist/bzip2/decompress.c 1.2 + + Avoid integer overflow that can lead to buffer overflow. + [christos, ticket #1406] +