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 d8ac58ba4 [asan] Don't print rows of shadow bytes outside shadow memory new 16cd8b12c Add NetBSD improvements in sanitizers
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/msan/msan_interceptors.cc | 38 +++---- lib/msan/msan_linux.cc | 6 +- .../sanitizer_common_interceptors.inc | 13 ++- lib/sanitizer_common/sanitizer_internal_defs.h | 2 +- lib/sanitizer_common/sanitizer_linux.cc | 122 ++++++++++----------- .../sanitizer_platform_limits_netbsd.cc | 2 + .../sanitizer_platform_limits_netbsd.h | 2 +- lib/sanitizer_common/sanitizer_syscall_generic.inc | 4 + lib/tsan/go/buildgo.sh | 15 +++ lib/tsan/rtl/tsan_interceptors.cc | 14 ++- lib/tsan/rtl/tsan_platform.h | 13 +++ lib/tsan/rtl/tsan_platform_linux.cc | 5 +- lib/tsan/tests/rtl/tsan_test_util_posix.cc | 4 +- test/msan/lit.cfg | 3 +- test/tsan/lit.cfg | 3 +- test/tsan/map32bit.cc | 5 +- test/tsan/strerror_r.cc | 3 +- 17 files changed, 152 insertions(+), 102 deletions(-)