[PATCH] D62927: [sanitizers][windows] Rtl-Heap Interception and tests
Matthew G McGovern via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 09:04:02 PDT 2019
mcgov updated this revision to Diff 205834.
mcgov added a comment.
Switches CMake config and environment variable to turn tests on to an ASAN_OPTIONS runtime variable. This makes the activation and testing cleaner, as well as the code itself.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62927/new/
https://reviews.llvm.org/D62927
Files:
.gitignore
compiler-rt/lib/asan/asan_flags.inc
compiler-rt/lib/asan/asan_malloc_win.cc
compiler-rt/lib/asan/asan_win.cc
compiler-rt/test/asan/TestCases/Windows/dll_host.cc
compiler-rt/test/asan/TestCases/Windows/dll_unload.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_dll_double_free.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_dll_unload_realloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_doublefree.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_flags_fallback.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_huge.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_rtl_transfer.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_sanity.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_transfer.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_zero_size.cc
compiler-rt/test/asan/TestCases/Windows/heaprealloc.cc
compiler-rt/test/asan/TestCases/Windows/heaprealloc_alloc_zero.cc
compiler-rt/test/asan/TestCases/Windows/heaprealloc_zero_size.cc
compiler-rt/test/asan/TestCases/Windows/queue_user_work_item_report.cc
compiler-rt/test/asan/TestCases/Windows/rtlallocateheap.cc
compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_dll_unload_double_free.cc
compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_dll_unload_realloc.cc
compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_flags_fallback.cc
compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_zero.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62927.205834.patch
Type: text/x-patch
Size: 49591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/22245572/attachment.bin>
More information about the llvm-commits
mailing list