aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2018-11-30 12:13:15 -0800
committerLinus Torvalds <[email protected]>2018-11-30 12:13:15 -0800
commitb1286ed7158e9b62787508066283ab0b8850b518 (patch)
treeefcf0ef8730690794bd1d87fcc4470603b59ef86 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent1ec63573b2db363848abb313cc75eb29e9abc1b3 (diff)
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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions