This is an archive of the discontinued LLVM Phabricator instance.

hwasan_symbolize: allow 0x in the address field
ClosedPublic

Authored by eugenis on Jan 31 2020, 6:13 PM.

Details

Summary

Fix parsing of mangled stack trace lines where the address has been
replaced with "0x", literally.

Diff Detail

Event Timeline

eugenis created this revision.Jan 31 2020, 6:13 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 31 2020, 6:13 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

Unit tests: pass. 62378 tests passed, 0 failed and 839 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

vitalybuka accepted this revision.Feb 3 2020, 5:56 PM
This revision is now accepted and ready to land.Feb 3 2020, 5:56 PM
This revision was automatically updated to reflect the committed changes.