commit | 4f5e838605c264fcf16c3ff9495bd83da99acc6a | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Jan 02 12:15:53 2018 -0800 |
committer | Kees Cook <keescook@chromium.org> | Mon Jan 15 12:07:44 2018 -0800 |
tree | b4862e3ea2d12a0c6529a0734ea222909a73a785 | |
parent | ae64f9bd1d3621b5e60d7363bc20afb46aede215 [diff] |
usercopy: Remove pointer from overflow report Using %p was already mostly useless in the usercopy overflow reports, so this removes it entirely to avoid confusion now that %p-hashing is enabled. Fixes: ad67b74d2469d9b8 ("printk: hash addresses printed with %p") Signed-off-by: Kees Cook <keescook@chromium.org>