freebsd-src/lib/libc/db/btree
Xin LI 02d7f710b8 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
2009-03-28 05:57:27 +00:00
..
bt_close.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_conv.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_debug.c use more proper format string. 2009-03-23 23:22:09 +00:00
bt_delete.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
bt_get.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_open.c db/btree/bt_open.c: check return value of snprintf() and return value 2009-03-28 05:57:27 +00:00
bt_overflow.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
bt_page.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_put.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
bt_search.c Rename variable 'index' to 'idx' to avoid name collision with index(3), 2009-03-03 02:16:12 +00:00
bt_seq.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
bt_split.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
bt_utils.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
btree.h Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
extern.h Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
Makefile.inc