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 ed40638 [esan] Use internal_mmap during initialization new 5bb1631 [sanitizers] introduce yet another API function: __sanitizer_ [...]
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: include/sanitizer/allocator_interface.h | 17 ++++++++ lib/asan/asan_internal.h | 14 +++++-- lib/asan/asan_win_dll_thunk.cc | 1 + lib/lsan/lsan_allocator.cc | 2 + lib/msan/msan.h | 26 +++++++----- .../sanitizer_allocator_interface.h | 4 ++ lib/sanitizer_common/sanitizer_common.cc | 46 ++++++++++++++++++++++ lib/sanitizer_common/sanitizer_common.h | 2 + lib/tsan/rtl/tsan_mman.cc | 2 + test/sanitizer_common/TestCases/malloc_hook.cc | 16 +++++++- 10 files changed, 114 insertions(+), 16 deletions(-)