aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorGuenter Roeck <[email protected]>2018-07-01 13:57:13 -0700
committerGreg Kroah-Hartman <[email protected]>2018-07-07 09:57:10 +0200
commit166126c1e54d927c2e8efa2702d420e0ce301fd9 (patch)
tree408e4714e20f91e1d32bb005a0e03683067decf3 /tools/perf/scripts/python/export-to-postgresql.py
parent663336ee2628096df0ce2b546b148cb74b5249fe (diff)
kernfs: Replace strncpy with memcpy
gcc 8.1.0 complains: fs/kernfs/symlink.c:91:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length fs/kernfs/symlink.c: In function 'kernfs_iop_get_link': fs/kernfs/symlink.c:88:14: note: length computed here Using strncpy() is indeed less than perfect since the length of data to be copied has already been determined with strlen(). Replace strncpy() with memcpy() to address the warning and optimize the code a little. Signed-off-by: Guenter Roeck <[email protected]> Acked-by: Tejun Heo <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions