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 2764c7598 [libFuzzer] trying to make sigusr tests more reliable new 0a297e606 [msan] Move sigaction_impl and signal_impl new 37126fe7b [msan] Deadly signal handler for msan new 288fbb5ed [sanitizer] Remove references and hide CommonSanitizerReportMutex
The 3 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/msan/msan.cc | 11 ++ lib/msan/msan_interceptors.cc | 134 +++++++++++---------- lib/sanitizer_common/sanitizer_common.cc | 2 - lib/sanitizer_common/sanitizer_common.h | 4 - lib/sanitizer_common/sanitizer_common_libcdep.cc | 1 + lib/tsan/rtl/tsan_rtl.cc | 5 +- lib/tsan/rtl/tsan_rtl.h | 22 +++- lib/tsan/rtl/tsan_rtl_report.cc | 41 +++---- test/sanitizer_common/TestCases/Linux/assert.cc | 1 - test/sanitizer_common/TestCases/Linux/ill.cc | 1 - .../TestCases/Posix/dedup_token_length_test.cc | 1 - .../TestCases/Posix/dump_instruction_bytes.cc | 1 - test/sanitizer_common/TestCases/Posix/fpe.cc | 1 - .../Posix/sanitizer_set_report_fd_test.cc | 1 - 14 files changed, 118 insertions(+), 108 deletions(-)