Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/lib/libc/db
Module Name: src
Committed By: snj
Date: Thu Apr 23 02:38:26 UTC 2009
Modified Files:
src/lib/libc/db/btree [netbsd-4]: bt_split.c
src/lib/libc/db/hash [netbsd-4]: hash_buf.c
src/lib/libc/db/mpool [netbsd-4]: mpool.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1310):
lib/libc/db/mpool/mpool.c: revision 1.19
lib/libc/db/hash/hash_buf.c: revision 1.15
lib/libc/db/btree/bt_split.c: revision 1.19
Avoid information leaks by zeroing memory, from FreeBSD (we had done some
already)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.16.1 src/lib/libc/db/btree/bt_split.c
cvs rdiff -u -r1.11 -r1.11.10.1 src/lib/libc/db/hash/hash_buf.c
cvs rdiff -u -r1.15 -r1.15.4.1 src/lib/libc/db/mpool/mpool.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index