[PATCH] D62929: [GWP-ASan] Integration with Scudo [5].
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 10:42:18 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL363584: [GWP-ASan] Integration with Scudo [5]. (authored by hctim, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D62929?vs=205118&id=205119#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62929/new/
https://reviews.llvm.org/D62929
Files:
compiler-rt/trunk/lib/scudo/CMakeLists.txt
compiler-rt/trunk/lib/scudo/scudo_allocator.cpp
compiler-rt/trunk/test/gwp_asan/CMakeLists.txt
compiler-rt/trunk/test/gwp_asan/double_delete.cpp
compiler-rt/trunk/test/gwp_asan/double_deletea.cpp
compiler-rt/trunk/test/gwp_asan/double_free.cpp
compiler-rt/trunk/test/gwp_asan/dummy_test.cc
compiler-rt/trunk/test/gwp_asan/heap_buffer_overflow.cpp
compiler-rt/trunk/test/gwp_asan/heap_buffer_underflow.cpp
compiler-rt/trunk/test/gwp_asan/invalid_free_left.cpp
compiler-rt/trunk/test/gwp_asan/invalid_free_right.cpp
compiler-rt/trunk/test/gwp_asan/lit.cfg
compiler-rt/trunk/test/gwp_asan/page_size.h
compiler-rt/trunk/test/gwp_asan/realloc.cpp
compiler-rt/trunk/test/gwp_asan/repeated_alloc.cpp
compiler-rt/trunk/test/gwp_asan/use_after_delete.cpp
compiler-rt/trunk/test/gwp_asan/use_after_deletea.cpp
compiler-rt/trunk/test/gwp_asan/use_after_free.cpp
compiler-rt/trunk/test/lit.common.cfg
compiler-rt/trunk/test/lit.common.configured.in
compiler-rt/trunk/test/scudo/lit.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62929.205119.patch
Type: text/x-patch
Size: 17461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/d36c967b/attachment.bin>
More information about the llvm-commits
mailing list