8a487b533d
but does not check when strftime fails because the buffer is too small. Our implementation of strftime does not NUL terminat the buffer on failure (it does not have to; the results are undefined), so garbage gets printed. Use a dynamically allocated buffer instead. |
||
---|---|---|
.. | ||
date.1 | ||
date.c | ||
extern.h | ||
Makefile | ||
netdate.c |