Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/lib/libc/db



Module Name:    src
Committed By:   snj
Date:           Thu Apr 23 02:33:18 UTC 2009

Modified Files:
        src/lib/libc/db/btree [netbsd-5]: bt_split.c
        src/lib/libc/db/hash [netbsd-5]: hash_buf.c
        src/lib/libc/db/mpool [netbsd-5]: mpool.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #719):
        lib/libc/db/btree/bt_split.c: revision 1.19
        lib/libc/db/hash/hash_buf.c: revision 1.15
        lib/libc/db/mpool/mpool.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.17 -r1.17.4.1 src/lib/libc/db/btree/bt_split.c
cvs rdiff -u -r1.14 -r1.14.4.1 src/lib/libc/db/hash/hash_buf.c
cvs rdiff -u -r1.18 -r1.18.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