diff options
author | Aaron Tomlin <atomlin@redhat.com> | 2022-07-14 16:39:32 +0100 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2022-07-14 17:40:23 -0700 |
commit | dbf0ae65bce48bf4c2b6d114cac10193ef050294 (patch) | |
tree | b83f04ac960fc0b0b53808398339288d1ac1b934 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 17dd25c29cda98c370f8d5a4ae3daee33fac1669 (diff) |
module: Use strscpy() for last_unloaded_module
The use of strlcpy() is considered deprecated [1].
In this particular context, there is no need to remain with strlcpy().
Therefore we transition to strscpy().
[1]: https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy
Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions