44f496c00a
- sprintf() can return negative value on error, so p += sprintf(p, blah) is unsafe - signed/unsigned mixup - wrong assumption: sizeof(time_t) <= sizeof(int) - need to init errno to 0 before strtoul() |
||
---|---|---|
.. | ||
herror.c | ||
res_comp.c | ||
res_data.c | ||
res_debug.c | ||
res_debug.h | ||
res_findzonecut.c | ||
res_init.c | ||
res_mkquery.c | ||
res_mkupdate.c | ||
res_mkupdate.h | ||
res_private.h | ||
res_query.c | ||
res_send.c | ||
res_sendsigned.c | ||
res_update.c |