This is an archive of the discontinued LLVM Phabricator instance.

tsan: add another use-after-free race test
ClosedPublic

Authored by dvyukov on Oct 25 2021, 3:57 AM.

Details

Summary

Add a test where a race with free is called during the free itself
(we only have tests where a race with free is caught during the other memory acces).

Diff Detail

Event Timeline

dvyukov requested review of this revision.Oct 25 2021, 3:57 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2021, 3:57 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Oct 25 2021, 4:01 AM
This revision is now accepted and ready to land.Oct 25 2021, 4:01 AM
This revision was automatically updated to reflect the committed changes.