Kees Cook 02aa2a3763 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>
2013-07-03 16:07:41 -07:00
..
2013-05-11 16:19:30 -07:00
2008-12-16 21:50:31 +01:00
2013-02-19 22:02:29 -05:00
2012-04-19 15:12:49 -04:00
2013-02-24 16:18:31 -08:00
2011-12-16 13:29:31 -05:00
2012-03-22 20:16:14 -07:00