From: Kees Cook Date: Sat, 15 Mar 2014 20:11:18 +0000 (-0700) Subject: [IA64] Keep format strings from leaking into printk X-Git-Tag: v3.15-rc1~165^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c332c3238ab41fa9bc18d6ccb8e8aec1c87a426;p=pandora-kernel.git [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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed