https://github.com/torvalds/linux
Revision b1286ed7158e9b62787508066283ab0b8850b518 authored by Linus Torvalds on 30 November 2018, 20:13:15 UTC, committed by Linus Torvalds on 30 November 2018, 20:13:15 UTC
New versions of gcc reasonably warn about the odd pattern of

	strncpy(p, q, strlen(q));

which really doesn't make sense: the strncpy() ends up being just a slow
and odd way to write memcpy() in this case.

Apparently there was a patch for this floating around earlier, but it
got lost.

Acked-again-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 1ec6357
History
Tip revision: b1286ed7158e9b62787508066283ab0b8850b518 authored by Linus Torvalds on 30 November 2018, 20:13:15 UTC
test_hexdump: use memcpy instead of strncpy
Tip revision: b1286ed
File Mode Size
Makefile -rw-r--r-- 970 bytes
hv_fcopy_daemon.c -rw-r--r-- 5.4 KB
hv_get_dhcp_info.sh -rwxr-xr-x 930 bytes
hv_get_dns_info.sh -rwxr-xr-x 622 bytes
hv_kvp_daemon.c -rw-r--r-- 35.2 KB
hv_set_ifconfig.sh -rwxr-xr-x 1.8 KB
hv_vss_daemon.c -rw-r--r-- 7.6 KB
lsvmbus -rw-r--r-- 3.5 KB

back to top