This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] Always untag short granule in shadow.
ClosedPublic

Authored by hctim on Aug 24 2021, 11:20 AM.

Details

Summary

Fixes a regression when the allocator is disabled, and a dirty
allocation is re-used. This only occurs when the allocator is disabled,
so a test-only fix, but still necessary.

Diff Detail

Event Timeline

hctim requested review of this revision.Aug 24 2021, 11:20 AM
hctim created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2021, 11:20 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
eugenis accepted this revision.Aug 24 2021, 2:06 PM

LGTM

This revision is now accepted and ready to land.Aug 24 2021, 2:06 PM
This revision was automatically updated to reflect the committed changes.