kobject: sanitize argument for format string
authorKees Cook <keescook@chromium.org>
Thu, 6 Jun 2013 20:52:19 +0000 (13:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Jun 2013 23:05:50 +0000 (16:05 -0700)
commitb7165ebbf0898bad9aaeddfa22b918e94ed90e07
tree1256297e5ed27757724770a5f6f5a40589be031f
parentfc60bb8339b66183f40ea9a001538c958f6d2c9e
kobject: sanitize argument for format string

Unlike kobject_set_name(), the kset_create_and_add() interface does not
provide a way to use format strings, so make sure that the interface
cannot be abused accidentally. It looks like all current callers use
static strings, so there's no existing flaw.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/kobject.c