Module Name: src
Committed By: snj
Date: Wed Sep 22 22:53:54 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
1455
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.244 -r1.1.2.245 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.244 src/doc/CHANGES-5.1:1.1.2.245
--- src/doc/CHANGES-5.1:1.1.2.244 Mon Sep 13 19:54:24 2010
+++ src/doc/CHANGES-5.1 Wed Sep 22 22:53:53 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.244 2010/09/13 19:54:24 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.245 2010/09/22 22:53:53 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -17503,3 +17503,8 @@
Welcome to 5.1_RC4!
[snj]
+dist/bzip2/decompress.c 1.2
+
+ Avoid integer overflow that can lead to buffer overflow.
+ [christos, ticket #1455]
+