Module Name: src
Committed By: snj
Date: Wed Sep 22 22:52:28 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
1455
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-5.0.3
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.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.18 src/doc/CHANGES-5.0.3:1.1.2.19
--- src/doc/CHANGES-5.0.3:1.1.2.18 Tue Sep 7 19:39:56 2010
+++ src/doc/CHANGES-5.0.3 Wed Sep 22 22:52:27 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.18 2010/09/07 19:39:56 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.19 2010/09/22 22:52:27 snj Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -334,3 +334,8 @@
accept the LDT selector in check_sigcontext32() too.
[chs, ticket #1449]
+dist/bzip2/decompress.c 1.2
+
+ Avoid integer overflow that can lead to buffer overflow.
+ [christos, ticket #1455]
+