[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
Thu Jun 7 17:17:53 PDT 2018


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

- Add stack trace check to pvalloc test
- Do not create Posix specific tests just yet


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.150434.patch
Type: text/x-patch
Size: 14486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180608/2fbbd15c/attachment.bin>


More information about the llvm-commits mailing list