[llvm-branch-commits] [asan] Change error to note when poison record is not found (PR #195669)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 4 08:21:23 PDT 2026
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/195669
When `CheckPoisonRecords` fails to find a record, it's often due to the
history buffer being too small rather than a functional error in the
logic.
More information about the llvm-branch-commits
mailing list