[llvm-branch-commits] [HWASan] [LSan] consider allocations with UAF tag poisoned (PR #191920)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Apr 25 18:27:08 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) {
----------------
vitalybuka wrote:
why we don't compare that "tag(addr) != Tag" ?
https://github.com/llvm/llvm-project/pull/191920
More information about the llvm-branch-commits
mailing list