This is an archive of the discontinued LLVM Phabricator instance.

[HWASAN] Untag pointer with TagMaskByte instead 0xFF
ClosedPublic

Authored by vitalybuka on Apr 25 2023, 7:37 PM.

Details

Summary

This applies only X86_64 where mask is 0x3F.

Diff Detail

Event Timeline

vitalybuka created this revision.Apr 25 2023, 7:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 7:37 PM
vitalybuka requested review of this revision.Apr 25 2023, 7:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 7:37 PM
kstoimenov accepted this revision.Apr 26 2023, 8:12 AM
kstoimenov retitled this revision from [HWASAN] Untag pointe with TagMaskByte instead 0xFF to [HWASAN] Untag pointer with TagMaskByte instead 0xFF.
This revision is now accepted and ready to land.Apr 26 2023, 8:14 AM
This revision was landed with ongoing or failed builds.Apr 26 2023, 11:38 PM
This revision was automatically updated to reflect the committed changes.