diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-10-27 15:49:26 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-11-09 17:41:39 +0800 |
commit | b1e3874c75ab15288f573b3532e507c37e8e7656 (patch) | |
tree | 3a708f100e95187c374c04c0d318ee7c1aea43f1 /tools | |
parent | 7da66670775d201f633577f5b15a4bbeebaaa2b0 (diff) | |
download | linux-stable-b1e3874c75ab15288f573b3532e507c37e8e7656.tar.gz linux-stable-b1e3874c75ab15288f573b3532e507c37e8e7656.tar.bz2 linux-stable-b1e3874c75ab15288f573b3532e507c37e8e7656.zip |
pcrypt: use format specifier in kobject_add
Passing string 'name' as the format specifier is potentially hazardous
because name could (although very unlikely to) have a format specifier
embedded in it causing issues when parsing the non-existent arguments
to these. Follow best practice by using the "%s" format string for
the string 'name'.
Cleans up clang warning:
crypto/pcrypt.c:397:40: warning: format string is not a string literal
(potentially insecure) [-Wformat-security]
Fixes: a3fb1e330dd2 ("pcrypt: Added sysfs interface to pcrypt")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions