This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] Apply TagMaskByte to every global tag.
ClosedPublic

Authored by morehouse on Oct 29 2021, 3:53 PM.

Details

Summary

Previously we only applied it to the first one, which could allow
subsequent global tags to exceed the valid number of bits.

Diff Detail

Event Timeline

morehouse created this revision.Oct 29 2021, 3:53 PM
morehouse requested review of this revision.Oct 29 2021, 3:53 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 29 2021, 3:53 PM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
hctim accepted this revision.Oct 29 2021, 3:57 PM
This revision is now accepted and ready to land.Oct 29 2021, 3:57 PM
This revision was automatically updated to reflect the committed changes.