Source-Changes archive

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

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



Module Name:    src
Committed By:   bouyer
Date:           Thu May 19 19:45:54 UTC 2011

Modified Files:
        src/lib/libc/db/btree [netbsd-5-0]: bt_open.c
        src/lib/libc/db/hash [netbsd-5-0]: hash_page.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1602):
        lib/libc/db/hash/hash_page.c: revision 1.24
        lib/libc/db/btree/bt_open.c: revision 1.25
Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.
(the bt one was ok, but set errno and make it the same for consistency).
[to be pulled up]


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.10.1 src/lib/libc/db/btree/bt_open.c
cvs rdiff -u -r1.23 -r1.23.10.1 src/lib/libc/db/hash/hash_page.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