aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLen Baker <[email protected]>2021-07-23 16:51:22 +0200
committerGreg Kroah-Hartman <[email protected]>2021-07-27 15:21:02 +0200
commit3c6675363de5aa168c23431cf90db455c1901b6e (patch)
tree313e9ffd1dc1e42025ac2a6b97b20afeb64ff50f /tools/perf/scripts/python
parentcf79ee6eb0d7d5f45ad58c395ee855e2e1bbc9b2 (diff)
staging/ks7010: Remove all strcpy() uses in favor of strscpy()
strcpy() performs no bounds checking on the destination buffer. This could result in linear overflows beyond the end of the buffer, leading to all kinds of misbehaviors. The safe replacement is strscpy(). Signed-off-by: Len Baker <[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')
0 files changed, 0 insertions, 0 deletions