FreeBSD/src 70b0aff (r349420)contrib/elftoolchain/libelftc elftc_string_table.c

libelftc: Micro-optimize string table insertion.

The string's length is already known, so use memcpy() instead of
strcpy() to add it to the string table image.

Reviewed by:    emaste
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D20760
DeltaFile
+1-1contrib/elftoolchain/libelftc/elftc_string_table.c
+1-11 files

UnifiedSplitRaw