[PATCH] D34731: [Sanitizers] Operator new() interceptors always die on allocation error

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 14:59:19 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL306604: [Sanitizers] Operator new() interceptors always die on allocation error (authored by alekseyshl).

Repository:
  rL LLVM

https://reviews.llvm.org/D34731

Files:
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/asan/asan_new_delete.cc
  compiler-rt/trunk/lib/lsan/lsan_interceptors.cc
  compiler-rt/trunk/lib/msan/msan_new_delete.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator.h
  compiler-rt/trunk/lib/scudo/scudo_new_delete.cpp
  compiler-rt/trunk/lib/tsan/rtl/tsan_new_delete.cc
  compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc
  compiler-rt/trunk/test/msan/allocator_returns_null.cc
  compiler-rt/trunk/test/scudo/sizes.cpp
  compiler-rt/trunk/test/tsan/allocator_returns_null.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34731.104517.patch
Type: text/x-patch
Size: 36066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170628/9e5909b3/attachment-0001.bin>


More information about the llvm-commits mailing list