[compiler-rt] [hwasan] Add missing printf parameter in __hwasan_handle_longjmp (PR #82559)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 14:27:59 PST 2024


vitalybuka wrote:

> LG, though the code is a bit weird. Why do we print the difference as a (unsigned) hex in the first place? Why do we bother to cast the first two arguments for the `%p` but not the diff?

We usually print size/offset as decimal

https://github.com/llvm/llvm-project/pull/82559


More information about the llvm-commits mailing list