Now all sanitizers with improved allocator error reporting are covered
by these common tests.
Also, add pvalloc-specific checks to LSan.
HWASan is not covered by sanitizer_common, hence its own pvalloc
and other allocator tests.
Paths
| Differential D47970
[Sanitizers] Move pvalloc overflow tests to common. ClosedPublic Authored by alekseyshl on Jun 8 2018, 5:59 PM.
Details Summary Now all sanitizers with improved allocator error reporting are covered Also, add pvalloc-specific checks to LSan. HWASan is not covered by sanitizer_common, hence its own pvalloc
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, delcypher, kubamracek, srhines. · View Herald TranscriptJun 8 2018, 5:59 PM This revision was not accepted when it landed; it landed in state Needs Review.Jun 11 2018, 10:38 AM Closed by commit rL334424: [Sanitizers] Move pvalloc overflow tests to common. (authored by alekseyshl). · Explain Why This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land.Jun 11 2018, 11:06 AM
Revision Contents
Diff 150791 compiler-rt/trunk/lib/lsan/lsan_allocator.h
compiler-rt/trunk/lib/lsan/lsan_allocator.cc
compiler-rt/trunk/lib/lsan/lsan_interceptors.cc
compiler-rt/trunk/test/asan/TestCases/Linux/pvalloc-overflow.cc
compiler-rt/trunk/test/msan/pvalloc.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cc
|