It is a known, longstanding issue that some ASan interceptors
may write to freed memory, causing corruption
(https://github.com/google/sanitizers/issues/321). This patch
adds a testcase for the backtrace interceptor (one of the
known cases).
Details
Details
- Reviewers
vitalybuka - Commits
- rGd3b5ac8b353c: ASan: add testcase for backtrace interceptor
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo