Module Name: src
Committed By: snj
Date: Thu Apr 23 02:44:43 UTC 2009
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
Ticket 1310.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 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.26 src/doc/CHANGES-4.0.2:1.1.2.27
--- src/doc/CHANGES-4.0.2:1.1.2.26 Sat Apr 18 00:32:59 2009
+++ src/doc/CHANGES-4.0.2 Thu Apr 23 02:44:43 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.26 2009/04/18 00:32:59 snj Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.27 2009/04/23 02:44:43 snj Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -216,3 +216,10 @@
Fix CVE-2009-0159.
[christos, ticket #1308]
+lib/libc/db/btree/bt_split.c 1.19
+lib/libc/db/hash/hash_buf.c 1.15, 1.16
+lib/libc/db/mpool/mpool.c 1.19
+
+ Avoid information leaks by zeroing memory.
+ [christos, ticket #1310]
+