diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-04-12 00:21:47 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-14 11:22:03 +0300 |
commit | 2e85ccf13a724fd6e9bdc50ffe105d68fbbb0ef5 (patch) | |
tree | bd9d55b895ccef166d6ec4a066cea5f3c28b0c58 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 73bd2eaa8785df85a90212c0841541231cc8e723 (diff) | |
download | linux-2e85ccf13a724fd6e9bdc50ffe105d68fbbb0ef5.tar.xz |
staging: rtl8723bs: ensure cmd is large enough for %4s scanf format
char array cmd is being scanned in using a %4s scanf format
specifier and so cmd must be an array of 5 chars. Increase size
to 5 chars to ensure we don't have an overflow.
Detected with static analysis by cppcheck:
"(error) Width 4 given in format string (no. 1) is larger than
destination buffer 'cmd[4]', use %3s to prevent overflowing it."
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions