This is an archive of the discontinued LLVM Phabricator instance.

[Asan] Accept __lsan_ignore_object for redzone pointer
ClosedPublic

Authored by vitalybuka on Sep 14 2020, 3:39 PM.

Details

Summary

The check that the pointer inside of the user part of the chunk does not
adds any value, but it's the last user of AddrIsInside.

I'd like to simplify AsanChunk in followup patches.

Diff Detail

Event Timeline

vitalybuka created this revision.Sep 14 2020, 3:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2020, 3:39 PM
Herald added subscribers: Restricted Project, jfb. · View Herald Transcript
vitalybuka requested review of this revision.Sep 14 2020, 3:39 PM
This revision is now accepted and ready to land.Sep 14 2020, 4:23 PM
This revision was automatically updated to reflect the committed changes.