This is an archive of the discontinued LLVM Phabricator instance.

ASan: add testcase for backtrace interceptor
ClosedPublic

Authored by thurston on May 12 2023, 3:15 PM.

Details

Summary

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).

Diff Detail

Event Timeline

thurston created this revision.May 12 2023, 3:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2023, 3:15 PM
Herald added a subscriber: Enna1. · View Herald Transcript
thurston requested review of this revision.May 12 2023, 3:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2023, 3:15 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.May 12 2023, 3:40 PM
This revision is now accepted and ready to land.May 12 2023, 3:40 PM
This revision was automatically updated to reflect the committed changes.