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 97fc005f6 [sanitizer] Add "isapla" to symbolizer's global symbols whitelist. new e1a8ef981 [sanitizer] Avoid possible deadlock in child process after fork
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 | 4 +- lib/asan/asan_allocator.h | 2 + lib/asan/asan_interceptors.cc | 13 +++ lib/lsan/lsan_interceptors.cc | 20 +++++ lib/msan/msan_allocator.cc | 96 +-------------------- lib/msan/msan_allocator.h | 97 ++++++++++++++++++++++ lib/msan/msan_interceptors.cc | 2 + .../TestCases/Linux/allocator_fork_no_hang.cc} | 60 ++++++------- 8 files changed, 164 insertions(+), 130 deletions(-) copy test/{msan/fork.cc => sanitizer_common/TestCases/Linux/allocator_fork_no_hang [...]