1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00
freebsd/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
gloadavg.c
gloadavg.h
LEGAL
Makefile