This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from e726963d5 [asan] Remove recent asan tests which expect death in allocator new 13c2d0857 [Sanitizers] ASan/MSan/LSan allocators set errno on failure.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/asan/asan_allocator.cc | 27 +++---- lib/lsan/lsan_allocator.cc | 17 ++--- lib/msan/msan.h | 14 +++- lib/msan/msan_allocator.cc | 85 ++++++++++++++++++----- lib/msan/msan_interceptors.cc | 49 +++++-------- lib/msan/msan_new_delete.cc | 2 +- lib/sanitizer_common/sanitizer_allocator.cc | 9 +-- lib/sanitizer_common/sanitizer_allocator.h | 5 -- lib/sanitizer_common/sanitizer_allocator_checks.h | 64 +++++++++++++++++ lib/scudo/scudo_allocator.cpp | 31 ++++----- lib/tsan/rtl/tsan_mman.cc | 1 + test/msan/allocator_returns_null.cc | 10 ++- 12 files changed, 202 insertions(+), 112 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_allocator_checks.h