diff options
author | Daniel Yang <[email protected]> | 2024-11-17 23:01:40 -0800 |
---|---|---|
committer | Jaegeuk Kim <[email protected]> | 2024-11-21 16:12:29 +0000 |
commit | 789ca0eb47f7782b3230ab0957eabd7967b78cae (patch) | |
tree | 1aea3f40cedb4ff13cc5238b9e8794069e3e3be0 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | acff9409dd40beaca2bd982678d222e2740ad84b (diff) |
f2fs: replace deprecated strcpy with strscpy
strcpy is deprecated. Kernel docs recommend replacing strcpy with
strscpy. The function strcpy() return value isn't used so there
shouldn't be an issue replacing with the safer alternative strscpy.
Signed-off-by: Daniel Yang <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions