Date: Sat, 28 Mar 2009 05:57:27 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/db/btree bt_open.c src/lib/libc/db/hash hash_page.c Message-ID: <200903280557.n2S5veiJ064083@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2009-03-28 05:57:27 UTC FreeBSD src repository Modified files: lib/libc/db/btree bt_open.c lib/libc/db/hash hash_page.c Log: SVN rev 190485 on 2009-03-28 05:57:27Z by delphij db/btree/bt_open.c: check return value of snprintf() and return value if the result is truncated. db/hash/hash_page.c: use the same way to create temporary file as bt_open.c; check snprintf() return value. Obtained from: OpenBSD Revision Changes Path 1.17 +6 -2 src/lib/libc/db/btree/bt_open.c 1.11 +15 -4 src/lib/libc/db/hash/hash_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903280557.n2S5veiJ064083>