[PATCH] D47970: [Sanitizers] Move pvalloc overflow tests to common.
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 8 17:59:07 PDT 2018
alekseyshl created this revision.
alekseyshl added a reviewer: vitalybuka.
Herald added subscribers: Sanitizers, delcypher, kubamracek, srhines.
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.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D47970
Files:
lib/lsan/lsan_allocator.cc
lib/lsan/lsan_allocator.h
lib/lsan/lsan_interceptors.cc
test/asan/TestCases/Linux/pvalloc-overflow.cc
test/msan/pvalloc.cc
test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47970.150597.patch
Type: text/x-patch
Size: 6893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180609/29299b53/attachment.bin>
More information about the llvm-commits
mailing list