summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorKees Cook2013-07-04 00:04:56 +0200
committerLinus Torvalds2013-07-04 01:07:41 +0200
commit02aa2a37636c8fa4fb9322d91be46ff8225b7de0 (patch)
tree97c93d17cfcad186d229ef76f96de709eddfea8c /crypto
parentclean up scary strncpy(dst, src, strlen(src)) uses (diff)
downloadkernel-qcow2-linux-02aa2a37636c8fa4fb9322d91be46ff8225b7de0.tar.gz
kernel-qcow2-linux-02aa2a37636c8fa4fb9322d91be46ff8225b7de0.tar.xz
kernel-qcow2-linux-02aa2a37636c8fa4fb9322d91be46ff8225b7de0.zip
drivers: avoid format string in dev_set_name
Calling dev_set_name with a single paramter causes it to be handled as a format string. Many callers are passing potentially dynamic string content, so use "%s" in those cases to avoid any potential accidents, including wrappers like device_create*() and bdi_register(). Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions