ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to these...
authorAlexey Samsonov <samsonov@google.com>
Tue, 4 Dec 2012 01:38:15 +0000 (01:38 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 4 Dec 2012 01:38:15 +0000 (01:38 +0000)
commit45b6edbd1d7d9ae7038fd5b59861f9805ed6e815
treec6e85cb905f35945503d2d21b4bbf0d5435ef81a
parent261177a1e1fe56643ae13085a3681a45757d414d
ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to these functions are inserted by the instrumentation pass in use-after-scope mode

llvm-svn: 169201
compiler-rt/include/sanitizer/asan_interface.h
compiler-rt/lib/asan/asan_internal.h
compiler-rt/lib/asan/asan_poisoning.cc
compiler-rt/lib/asan/asan_report.cc
compiler-rt/lib/asan/asan_rtl.cc
compiler-rt/lib/asan/lit_tests/use-after-scope-inlined.cc [new file with mode: 0644]
compiler-rt/lib/asan/tests/asan_test_utils.h