[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 15:49:17 PDT 2018


alekseyshl updated this revision to Diff 150581.
alekseyshl added a comment.

- rebasing


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47793

Files:
  lib/msan/msan.cc
  lib/msan/msan.h
  lib/msan/msan_allocator.cc
  lib/msan/msan_interceptors.cc
  lib/msan/msan_linux.cc
  lib/msan/msan_new_delete.cc
  lib/msan/msan_report.cc
  lib/msan/msan_report.h
  test/msan/Linux/aligned_alloc-alignment.cc
  test/msan/allocator_returns_null.cc
  test/msan/posix_memalign-alignment.cc
  test/msan/pvalloc.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47793.150581.patch
Type: text/x-patch
Size: 14486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180608/2a916993/attachment.bin>


More information about the llvm-commits mailing list