commit | 4c332c3238ab41fa9bc18d6ccb8e8aec1c87a426 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sat Mar 15 13:11:18 2014 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Fri Mar 28 15:49:04 2014 -0700 |
tree | 28acb5d259ed661881b7488842df111cf454f374 | |
parent | d21114236d0e1232023cb8c84bd29e06810f6a2f [diff] |
[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>