This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] add pattern for short tag in symbolizer
ClosedPublic

Authored by jeoerl on Jan 17 2023, 2:10 AM.

Details

Summary

Lines with 'record_addr:' are not processed when failing to decode
access tag. The regular format is: %02x/%02x but for a short tag it's:
%02x/%02x(%02x). Now it will handle both cases.

Tested-by: Ivar Henckel <ivar.henckel@sony.com>

Diff Detail

Event Timeline

jeoerl created this revision.Jan 17 2023, 2:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 2:10 AM
Herald added a subscriber: Enna1. · View Herald Transcript
jeoerl requested review of this revision.Jan 17 2023, 2:10 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptJan 17 2023, 2:10 AM
jeoerl edited the summary of this revision. (Show Details)Jan 17 2023, 2:11 AM
fmayer accepted this revision.Jan 17 2023, 10:40 AM

LGTM thanks for the fix

This revision is now accepted and ready to land.Jan 17 2023, 10:40 AM

Thanks for reviewing. Can someone please help pushing with author: Johan Erlandsson <johan.erlandsson@sony.com> ?

This revision was automatically updated to reflect the committed changes.