[llvm-branch-commits] [HWASan] [LSan] consider allocations with UAF tag poisoned (PR #191920)
Florian Mayer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Apr 25 19:40:01 PDT 2026
================
@@ -30,7 +31,9 @@ uptr TagMemory(uptr p, uptr size, tag_t tag) {
// --- Implementation of LSan-specific functions --- {{{1
namespace __lsan {
bool WordIsPoisoned(uptr addr) {
----------------
fmayer wrote:
Because tag(addr) is always 0, we construct it in the caller
https://github.com/llvm/llvm-project/pull/191920
More information about the llvm-branch-commits
mailing list