UPSTREAM: 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:Tobin C. Harding <me@tobin.cc> (cherry picked from commit 6424f6bb432752c7eb90cbeeb1c31d6125bba39a) Signed-off-by:
Sandeep Patil <sspatil@android.com> Bug: 78533979 Test: Build & boot cuttlefish Change-Id: I6f242e5a3fcddbf8e6af4f601d7bb05f29340949
Loading
Please register or sign in to comment