aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKalle Valo <[email protected]>2023-06-13 17:09:17 +0300
committerKalle Valo <[email protected]>2023-06-16 12:24:16 +0300
commit5ea0c313090046d84064dc556983d8ed7e6065dd (patch)
tree505afef65dfa8312d953edca8dc481a9407420d9 /tools/perf/scripts/python
parent4b6ec74ec476c775b44d49ecd8cd48334db8e798 (diff)
wifi: hostap: fix stringop-truncations GCC warning
With GCC 13.1 and W=1 hostap has a warning: drivers/net/wireless/intersil/hostap/hostap_ioctl.c:3633:17: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] fortify-string.h recommends not to use strncpy() so use strscpy() which fixes the warning. Also now it's guarenteed that the string is NUL-terminated. Compile tested only. Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions