diff options
author | Michael Straube <[email protected]> | 2023-10-23 11:00:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-10-25 12:57:46 +0200 |
commit | e26511f672432417cc1286e00bc65ab82012f5af (patch) | |
tree | 0a2158ee7289dde3da02bb6f41a1057bb8398f43 /tools/perf/scripts/python/task-analyzer.py | |
parent | 5e3441ebe93c82f85e582eed8e34eb7eee541e7e (diff) |
staging: vme_user: prefer strscpy over strcpy
Using strcpy has potential for buffer overflows. It should be replaced
with strscpy where possible. In this case the return value of strcpy is
not used, so we can safely replace it with strscpy.
Signed-off-by: Michael Straube <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions