Module Name: src Committed By: rillig Date: Sat Oct 3 23:16:29 UTC 2020
Modified Files:
src/usr.bin/make: hash.c
Log Message:
make(1): replace strcpy with memcpy in Hash_CreateEntry
The string length is already known, no need to recalculate it.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/make/hash.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
