This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] Print short tags in __hwasan_print_shadow.
ClosedPublic

Authored by morehouse on Nov 1 2021, 1:51 PM.

Diff Detail

Event Timeline

morehouse requested review of this revision.Nov 1 2021, 1:51 PM
morehouse created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2021, 1:51 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
morehouse updated this revision to Diff 383880.Nov 1 2021, 1:59 PM
  • Undo accidental change.
eugenis accepted this revision.Nov 1 2021, 2:39 PM

LGTM w/ nit

compiler-rt/lib/hwasan/hwasan.cpp
398

mem_tag < kShadowAlignment this check is not covered by the test case

This revision is now accepted and ready to land.Nov 1 2021, 2:39 PM
morehouse updated this revision to Diff 384102.Nov 2 2021, 7:48 AM
morehouse marked an inline comment as done.
  • Test case where tag >= kShadowAlignment.
This revision was landed with ongoing or failed builds.Nov 2 2021, 7:59 AM
This revision was automatically updated to reflect the committed changes.