NetBSD/bin/date
christos 8a487b533d PR/34055: Kevin Massey: Date uses a fixed 1K buffer for strftime
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.
2006-07-23 20:39:10 +00:00
..
date.1
date.c PR/34055: Kevin Massey: Date uses a fixed 1K buffer for strftime 2006-07-23 20:39:10 +00:00
extern.h
Makefile
netdate.c Adapt date(1), the netsettime function, to new return value from socket(2) 2006-06-14 16:35:16 +00:00