[llvm-branch-commits] [HWASan] [compiler-rt] Add non_negative_pointers option to HWASan alloc (PR #191089)
Florian Mayer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 8 17:25:36 PDT 2026
https://github.com/fmayer created https://github.com/llvm/llvm-project/pull/191089
This makes sure the allocator does not use the top bit of
the pointer. This is useful when HWASan is used in combination with
signed-integer-overflow detection. Some code uses arithmetic on intptr_t
that overflows for sufficiently large pointers.
More information about the llvm-branch-commits
mailing list