freebsd-dev/libexec/atrun
Yaroslav Tykhiy 7a855803b9 Fix a typical off-by-one error that can result in an unterminated string:
strncpy(dst, src, sizeof(dst));

by substituting the safer strlcpy() for strncpy().

X-Security:	none (the source string isn't user-supplied)
2007-06-14 14:44:04 +00:00
..
atrun.c Fix a typical off-by-one error that can result in an unterminated string: 2007-06-14 14:44:04 +00:00
atrun.man Removed trailing whitespace. 2004-07-02 19:07:33 +00:00
gloadavg.c
gloadavg.h
LEGAL
Makefile