Module Name: src Committed By: bouyer Date: Thu May 19 19:46:10 UTC 2011
Modified Files: src/lib/libc/db/btree [netbsd-5-1]: bt_open.c src/lib/libc/db/hash [netbsd-5-1]: 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.14.1 src/lib/libc/db/btree/bt_open.c cvs rdiff -u -r1.23 -r1.23.14.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.