Skip to content
Commit 6424f6bb authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

kasan: use %px to print addresses instead of %p



Pointers printed with %p are now hashed by default. Kasan needs the
actual address. We can use the new printk specifier %px for this
purpose.

Use %px instead of %p to print addresses.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
parent 7b1924a1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment