aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLen Baker <[email protected]>2021-07-17 18:05:12 +0200
committerGreg Kroah-Hartman <[email protected]>2021-07-27 15:10:41 +0200
commitfa8db3989362866ea1beb1314fc4e86f373a6425 (patch)
tree19997dc73759ecef1510659a636a0f9af88b7159 /tools/perf/scripts/python/export-to-sqlite.py
parent56315e55119c0ea57e142b6efb7c31208628ad86 (diff)
staging/most: 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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions