[PATCH] D47793: [MSan] Report proper error on allocator failures instead of CHECK(0)-ing
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 8 16:36:58 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL334338: [MSan] Report proper error on allocator failures instead of CHECK(0)-ing (authored by alekseyshl, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D47793
Files:
compiler-rt/trunk/lib/msan/msan.cc
compiler-rt/trunk/lib/msan/msan.h
compiler-rt/trunk/lib/msan/msan_allocator.cc
compiler-rt/trunk/lib/msan/msan_interceptors.cc
compiler-rt/trunk/lib/msan/msan_linux.cc
compiler-rt/trunk/lib/msan/msan_new_delete.cc
compiler-rt/trunk/lib/msan/msan_report.cc
compiler-rt/trunk/lib/msan/msan_report.h
compiler-rt/trunk/test/msan/Linux/aligned_alloc-alignment.cc
compiler-rt/trunk/test/msan/allocator_returns_null.cc
compiler-rt/trunk/test/msan/posix_memalign-alignment.cc
compiler-rt/trunk/test/msan/pvalloc.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47793.150586.patch
Type: text/x-patch
Size: 15208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180608/6e1dbfae/attachment.bin>
More information about the llvm-commits
mailing list