aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2015-03-01 17:48:33 +0000
committerKalle Valo <[email protected]>2015-03-03 15:48:12 +0200
commit2a19f7765bd90a56f3916a603e25b57b3b087480 (patch)
treeca6c3a2b98ce3b24154dfc5cda0cb6af4c08cf37 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent6e6dd08dd3202d735143c973b888572955603391 (diff)
wil6210: increase cmd buffer size to avoid sscanf buffer overflow
cppcheck detected a buffer overflow: [drivers/net/wireless/ath/wil6210/debugfs.c:634]: (error) Width 8 given in format string (no. 1) is larger than destination buffer 'cmd[8]', use %7s to prevent overflowing it. For the current %8s sscanf we require cmd to be 9 chars long so increase it by 1 byte to prevent the sscan overflow (rather than reduce the %8s specifier to %7s as cppcheck recommends). Signed-off-by: Colin Ian King <[email protected]> Acked-by: Vladimir Kondratiev <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions