]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Keep format strings from leaking into printk
authorKees Cook <keescook@chromium.org>
Sat, 15 Mar 2014 20:11:18 +0000 (13:11 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 28 Mar 2014 22:49:04 +0000 (15:49 -0700)
commit8ac647c93640456fe55f2fb08f0abaf1e1cab98b
tree28acb5d259ed661881b7488842df111cf454f374
parent33cd8271a1f2cbb08c3bead2af7b4613627194f4
[IA64] Keep format strings from leaking into printk

The buffer being sent to printk has already had format strings
resolved. The string should not be reinterpreted again to avoid any
unintended format strings from leaking into printk.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/mca.c