This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] Leave pointer tagged when calling memmove.
ClosedPublic

Authored by morehouse on Jan 25 2022, 12:46 PM.

Details

Summary

Fixes a false positive that occurs when a user-implemented memmove is
instrumented by HWASan.

Diff Detail

Event Timeline

morehouse requested review of this revision.Jan 25 2022, 12:46 PM
morehouse created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2022, 12:46 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jan 27 2022, 4:45 PM
This revision is now accepted and ready to land.Jan 27 2022, 4:45 PM
This revision was automatically updated to reflect the committed changes.