[PATCH] D35275: [Sanitizers] MSan allocator set errno on failure.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 12:12:14 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL308344: [Sanitizers] ASan/MSan/LSan allocators set errno on failure. (authored by alekseyshl).

Changed prior to commit:
  https://reviews.llvm.org/D35275?vs=107125&id=107150#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35275

Files:
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/lsan/lsan_allocator.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_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/sanitizer_common/sanitizer_allocator_checks.h
  compiler-rt/trunk/lib/scudo/scudo_allocator.cpp
  compiler-rt/trunk/lib/tsan/rtl/tsan_mman.cc
  compiler-rt/trunk/test/msan/allocator_returns_null.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35275.107150.patch
Type: text/x-patch
Size: 24989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170718/be63d48f/attachment.bin>


More information about the llvm-commits mailing list