This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] Implement __sanitizer_purge_allocator
ClosedPublic

Authored by vitalybuka on Apr 26 2023, 12:51 AM.

Diff Detail

Event Timeline

vitalybuka created this revision.Apr 26 2023, 12:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2023, 12:51 AM
Herald added a subscriber: Enna1. · View Herald Transcript
vitalybuka requested review of this revision.Apr 26 2023, 12:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2023, 12:51 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
kstoimenov accepted this revision.Apr 26 2023, 8:12 AM
This revision is now accepted and ready to land.Apr 26 2023, 8:12 AM
thurston added inline comments.Apr 26 2023, 8:57 AM
compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp
90

Is it possible to establish

assert (c < a * SOME_CONSTANT);

?

add multiplier

vitalybuka marked an inline comment as done.Apr 26 2023, 9:55 AM
This revision was landed with ongoing or failed builds.Apr 26 2023, 7:16 PM
This revision was automatically updated to reflect the committed changes.