[PATCH] D47645: [LSan] Report proper error on allocator failures instead of CHECK(0)-ing

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 5 11:08:50 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL334034: [LSan] Report proper error on allocator failures instead of CHECK(0)-ing (authored by alekseyshl, committed by ).

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47645

Files:
  compiler-rt/trunk/lib/lsan/lsan_allocator.cc
  compiler-rt/trunk/lib/lsan/lsan_interceptors.cc
  compiler-rt/trunk/lib/sanitizer_common/CMakeLists.txt
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_report.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_report.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_report_decorator.h
  compiler-rt/trunk/test/lsan/TestCases/Linux/aligned_alloc-alignment.cc
  compiler-rt/trunk/test/lsan/TestCases/Posix/lit.local.cfg
  compiler-rt/trunk/test/lsan/TestCases/Posix/posix_memalign-alignment.cc
  compiler-rt/trunk/test/lsan/TestCases/allocator_returns_null.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47645.150009.patch
Type: text/x-patch
Size: 18939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180605/64e598e7/attachment.bin>


More information about the llvm-commits mailing list