diff options
author | Guenter Roeck <[email protected]> | 2018-07-01 13:56:54 -0700 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2018-07-02 07:12:55 -0600 |
commit | 1823342a1f2b47a4e6f5667f67cd28ab6bc4d6cd (patch) | |
tree | f95d2185a3ae33b5d2a4abcf97a1b0a3e04fc642 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 707c62352909a9be2453ae073e160de59d2d4a1f (diff) |
configfs: replace strncpy with memcpy
gcc 8.1.0 complains:
fs/configfs/symlink.c:67:3: warning:
'strncpy' output truncated before terminating nul copying as many
bytes from a string as its length
fs/configfs/symlink.c: In function 'configfs_get_link':
fs/configfs/symlink.c:63:13: 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]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions