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 4f2195f82 [ASan] Disable allocator_oom_test.cc on s390 new c13d2469d [Sanitizers] Move cached allocator_may_return_null flag to sa [...]
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 | 17 ++++---- lib/lsan/lsan_allocator.cc | 2 +- lib/msan/msan_allocator.cc | 9 ++-- lib/sanitizer_common/sanitizer_allocator.cc | 47 +++++++++++++++++---- lib/sanitizer_common/sanitizer_allocator.h | 26 +++++++++--- .../sanitizer_allocator_combined.h | 49 ++++++---------------- .../sanitizer_allocator_internal.h | 3 +- .../sanitizer_allocator_secondary.h | 35 ++++------------ .../sanitizer_symbolizer_posix_libcdep.cc | 2 +- .../tests/sanitizer_allocator_test.cc | 21 +++++----- lib/scudo/scudo_allocator.cpp | 15 ++++--- lib/scudo/scudo_allocator_combined.h | 18 +------- lib/scudo/scudo_allocator_secondary.h | 12 +----- lib/tsan/rtl/tsan_mman.cc | 9 ++-- 14 files changed, 127 insertions(+), 138 deletions(-)