Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: mjl
Date: Fri Jan 14 06:53:49 UTC 2000
Modified Files:
basesrc/usr.bin/error: filter.c pi.c subr.c
Log Message:
Eliminate hard coded buffer sizes in fgets() statements, use
strlcpy() to avoid buffer overflows, increase filename buffer
to MAXPATHLEN. (from OpenBSD)
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/error/filter.c
cvs rdiff -r1.6 -r1.7 basesrc/usr.bin/error/pi.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/error/subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index