Staging: unisys: fix potential format string leak
authorKees Cook <keescook@chromium.org>
Tue, 8 Dec 2015 21:07:01 +0000 (13:07 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commit58e1e5425f0dea78dcd9ae56c0330fa4ada6c792
tree1c2e25619ed5df3ef91c1f121058d18fe04e29f3
parent2c7e1d4e4b1dd8f843f2acce1ba879bef9b78f22
Staging: unisys: fix potential format string leak

Since "name" is always used directly, force "%s" for the kthread
format string to avoid any potential format string leaks.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorhba/visorhba_main.c