Searched hist:170726 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/libexec/atrun/
H A Datrun.cdiff 170726 Thu Jun 14 14:44:04 MDT 2007 yar 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)

Completed in 78 milliseconds