This is an archive of the discontinued LLVM Phabricator instance.

scudo: Exclude previous tag when retagging freed memory.
ClosedPublic

Authored by pcc on Apr 30 2020, 4:51 PM.

Details

Summary

This means that immediate use after free will be detected 100% of
the time.

Diff Detail

Event Timeline

pcc created this revision.Apr 30 2020, 4:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2020, 4:51 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
eugenis accepted this revision.Apr 30 2020, 5:18 PM

LGTM

This revision is now accepted and ready to land.Apr 30 2020, 5:18 PM
This revision was automatically updated to reflect the committed changes.