tjr 2003/11/18 06:21:34 PST
FreeBSD src repository
Modified files:
sys/i386/ibcs2 imgact_coff.c
Log:
Replace the dangerous strcpy() call with strlcpy(), instead of the safe one
that was incorrectly changed in rev. 1.61.
Approved by: re
Revision Changes Path
1.62 +2 -2 src/sys/i386/ibcs2/imgact_coff.c