diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-11-30 21:13:15 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-11-30 21:13:15 +0100 |
commit | b1286ed7158e9b62787508066283ab0b8850b518 (patch) | |
tree | efcf0ef8730690794bd1d87fcc4470603b59ef86 /lib/checksum.c | |
parent | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
download | linux-b1286ed7158e9b62787508066283ab0b8850b518.tar.xz linux-b1286ed7158e9b62787508066283ab0b8850b518.zip |
test_hexdump: use memcpy instead of strncpy
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>
Diffstat (limited to 'lib/checksum.c')
0 files changed, 0 insertions, 0 deletions