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 9e60082e3 Don't read non-readable address ranges during lsan pointer scanning new 0f9f15db7 [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
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_thread.cc | 8 ++++---- lib/asan/asan_thread.h | 2 +- lib/lsan/lsan_common.cc | 2 +- lib/lsan/lsan_common.h | 4 ++-- lib/lsan/lsan_thread.cc | 6 +++--- lib/lsan/lsan_thread.h | 2 +- lib/sanitizer_common/sanitizer_common.h | 2 +- lib/sanitizer_common/sanitizer_internal_defs.h | 6 ++++++ lib/sanitizer_common/sanitizer_linux.cc | 2 +- lib/sanitizer_common/sanitizer_mac.cc | 5 ++--- lib/sanitizer_common/sanitizer_stoptheworld.h | 9 ++++----- lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc | 6 ++---- lib/sanitizer_common/sanitizer_thread_registry.cc | 7 ++++--- lib/sanitizer_common/sanitizer_thread_registry.h | 8 ++++---- lib/sanitizer_common/sanitizer_win.cc | 2 +- lib/tsan/rtl/tsan_debugging.cc | 4 ++-- lib/tsan/rtl/tsan_interface.h | 5 +++-- lib/tsan/rtl/tsan_report.h | 2 +- lib/tsan/rtl/tsan_rtl.h | 2 +- lib/tsan/rtl/tsan_rtl_thread.cc | 2 +- test/tsan/Darwin/main_tid.mm | 4 ++-- test/tsan/debug_alloc_stack.cc | 6 +++--- test/tsan/debugging.cc | 4 ++-- 23 files changed, 52 insertions(+), 48 deletions(-)