diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-12-18 14:35:52 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-12-19 10:28:22 +0300 |
commit | a86028f8e3eea59517cb47895faad04b6ae8d8e1 (patch) | |
tree | 464a91f7ecd2ea51cfecb588f37dfbe16ee8ddc4 /tools/perf/scripts/python/stackcollapse.py | |
parent | d464b7dba1b82dce315af16de88cd6a866306b55 (diff) | |
download | linux-a86028f8e3eea59517cb47895faad04b6ae8d8e1.tar.xz |
staging: most: sound: replace snprintf with strscpy
Using snprintf without a format specifier is potentially risky if
the string device_name contains format specifiers. Replace this with
the safer and more efficient strscpy.
Cleans up clang warning:
drivers/staging/most/sound/sound.c:673:41: warning: format string is not
a string literal (potentially insecure) [-Wformat-security]
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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions