summaryrefslogtreecommitdiff
path: root/crypto/jitterentropy-kcapi.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-10-27 15:49:26 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2018-11-09 17:41:39 +0800
commitfb4e73b6f65e8ffcbe7ee5046691cda42cbcb00f (patch)
tree7280a55f6e73dca5bf4a6c203247de567aaaf7de /crypto/jitterentropy-kcapi.c
parentf08d1d365284fa4f94e221283a2074a8d40c2e25 (diff)
downloadlinux-crypto-fb4e73b6f65e8ffcbe7ee5046691cda42cbcb00f.tar.gz
linux-crypto-fb4e73b6f65e8ffcbe7ee5046691cda42cbcb00f.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: d0d9302487e7 ("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 'crypto/jitterentropy-kcapi.c')
0 files changed, 0 insertions, 0 deletions