robot added inline comments.
================ Comment at: test/asan/TestCases/intercept-rethrow-exception.cc:48 + // memcpy is intercepted by asan which performs checks on src and dst + using T = int[1000]; + T x {}; ---------------- vitalybuka wrote: > You can include #include <sanitizer/asan_interface.h> > and use __asan_region_is_poisoned We don't have commit rights, can you commit it? Should we first change to `__asan_region_is_poisoned` and kill the program if it is indeed poisoined? Repository: rCRT Compiler Runtime https://reviews.llvm.org/D42644 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits