imp 2006-08-05 18:22:11 UTC
FreeBSD src repository
Modified files:
usr.sbin/kldxref kldxref.c
Log:
Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,
there was still one overflow possible. strlcpy is faster anyway
because it doesn't unexpectedly zero the entire length of the string
when copying short strings....
Revision Changes Path
1.14 +2 -4 src/usr.sbin/kldxref/kldxref.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"