diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2025-04-24 11:27:08 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2025-04-30 11:41:27 +0200 |
commit | e76b8c1d7af45931746c8f9e795164e8ef759258 (patch) | |
tree | 21606ed4d6d876a17649fe257a34fd1c762c0fc4 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | e75003a77f45b0b32643669126e76a48278e425c (diff) |
s390: Simple strcpy() to strscpy() conversions
Convert all strcpy() usages to strscpy() where the conversion means
just replacing strcpy() with strscpy(). strcpy() is deprecated since
it performs no bounds checking on the destination buffer.
Reviewed-by: Mikhail Zaslonko <zaslonko@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions