This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] Improve report for addresses within regions.
ClosedPublic

Authored by fmayer on Jun 16 2021, 12:05 PM.

Details

Summary

Before: ADDR is located -320 bytes to the right of 1072-byte region
After: ADDR is located 752 bytes inside 1072-byte region

Diff Detail

Event Timeline

fmayer requested review of this revision.Jun 16 2021, 12:05 PM
fmayer created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2021, 12:05 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jun 16 2021, 12:13 PM
walli99 accepted this revision.Jun 16 2021, 11:33 PM
This revision was automatically updated to reflect the committed changes.