Module Name: src
Committed By: snj
Date: Wed Sep 22 23:08:31 UTC 2010
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
1406
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-4.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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.207 src/doc/CHANGES-4.1:1.1.2.208
--- src/doc/CHANGES-4.1:1.1.2.207 Sun Sep 12 21:19:33 2010
+++ src/doc/CHANGES-4.1 Wed Sep 22 23:08:31 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.207 2010/09/12 21:19:33 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.208 2010/09/22 23:08:31 snj Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -4240,3 +4240,8 @@
also avoids dropped errors when the length exceeds the link mtu.
[mlelstv, ticket #1405]
+dist/bzip2/decompress.c 1.2
+
+ Avoid integer overflow that can lead to buffer overflow.
+ [christos, ticket #1406]
+