Module Name: src
Committed By: snj
Date: Thu Apr 23 02:40:38 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket 1310.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.144 -r1.1.2.145 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.144 src/doc/CHANGES-4.1:1.1.2.145
--- src/doc/CHANGES-4.1:1.1.2.144 Sat Apr 18 00:31:54 2009
+++ src/doc/CHANGES-4.1 Thu Apr 23 02:40:38 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.144 2009/04/18 00:31:54 snj Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.145 2009/04/23 02:40:38 snj Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3015,3 +3015,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, from FreeBSD.
+ [christos, ticket #1310]
+