yar 2007-06-14 14:44:04 UTC FreeBSD src repository
Modified files: libexec/atrun atrun.c Log: 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) Revision Changes Path 1.20 +1 -1 src/libexec/atrun/atrun.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"