[compiler-rt] [asan] Add experimental 'track_poison' flag (PR #133175)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 1 15:14:09 PDT 2025
================
@@ -19,9 +19,25 @@
#include "asan_mapping.h"
#include "sanitizer_common/sanitizer_flags.h"
#include "sanitizer_common/sanitizer_platform.h"
+#include "sanitizer_common/sanitizer_ring_buffer.h"
namespace __asan {
+struct PoisonRecord {
+ unsigned int stack_id;
----------------
thurstond wrote:
Changed
https://github.com/llvm/llvm-project/pull/133175
More information about the llvm-commits
mailing list