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
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
show more ...
|