[PATCH] D72011: [sanitizers][windows] Global/LocalAlloc interception and tests
Matthew G McGovern via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 30 16:58:59 PST 2019
mcgov updated this revision to Diff 235662.
mcgov added a comment.
rebased to master
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72011/new/
https://reviews.llvm.org/D72011
Files:
compiler-rt/lib/asan/asan_malloc_win.cpp
compiler-rt/lib/interception/interception_win.cpp
compiler-rt/test/asan/TestCases/Windows/dll_host.cpp
compiler-rt/test/asan/TestCases/Windows/globalalloc.cpp
compiler-rt/test/asan/TestCases/Windows/globalalloc_doublefree.cpp
compiler-rt/test/asan/TestCases/Windows/globalalloc_flags_fallback.cpp
compiler-rt/test/asan/TestCases/Windows/globalalloc_huge.cpp
compiler-rt/test/asan/TestCases/Windows/globalalloc_sanity.cpp
compiler-rt/test/asan/TestCases/Windows/globalalloc_transfer.cpp
compiler-rt/test/asan/TestCases/Windows/globalalloc_uaf.cpp
compiler-rt/test/asan/TestCases/Windows/globalalloc_zero_size.cpp
compiler-rt/test/asan/TestCases/Windows/globalrealloc.cpp
compiler-rt/test/asan/TestCases/Windows/heapalloc_freenull.cc
compiler-rt/test/asan/TestCases/Windows/heapalloc_huge.cpp
compiler-rt/test/asan/TestCases/Windows/localalloc.cpp
compiler-rt/test/asan/TestCases/Windows/localalloc_doublefree.cpp
compiler-rt/test/asan/TestCases/Windows/localalloc_flags_fallback.cpp
compiler-rt/test/asan/TestCases/Windows/localalloc_huge.cpp
compiler-rt/test/asan/TestCases/Windows/localalloc_sanity.cpp
compiler-rt/test/asan/TestCases/Windows/localalloc_uaf.cpp
compiler-rt/test/asan/TestCases/Windows/localalloc_zero_size.cpp
compiler-rt/test/asan/TestCases/Windows/localrealloc.cpp
compiler-rt/test/asan/TestCases/Windows/localrealloc_transfer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72011.235662.patch
Type: text/x-patch
Size: 50943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191231/905161cd/attachment-0001.bin>
More information about the llvm-commits
mailing list