ELF Tool Chain/elftoolchain 3746trunk/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.

Obtained from FreeBSD r349420 by markj.
DeltaFile
+1-1trunk/libelftc/elftc_string_table.c
+1-11 files

UnifiedSplitRaw