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() |
||
---|---|---|
.. | ||
nsupdate.c |