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 e474b1c40 [Sanitizers] Scudo allocator set errno on failure. new 2706e2583 [Sanitizers] LSan allocator set errno on failure. new dd3d6da1d [Sanitizers] ASan and LSan allocator set errno on failure.
The 2 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 | 47 ++++++++++++++++++--------- lib/asan/tests/asan_test.cc | 18 ++++++++-- lib/lsan/lsan_allocator.cc | 34 +++++++++++++------ test/asan/TestCases/allocator_returns_null.cc | 10 +++++- test/lsan/TestCases/allocator_returns_null.cc | 10 +++++- 5 files changed, 90 insertions(+), 29 deletions(-)