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 db37b96cb Fixup r303324 - temporary disable stndup interceptor, due to [...] new 17219d802 Revert r302781 and subsequent attempts to disable part of it.
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_flags.cc | 4 -- lib/asan/tests/asan_str_test.cc | 21 ----------- lib/msan/msan_interceptors.cc | 36 ++++++++++++++---- lib/msan/tests/msan_test.cc | 6 +-- .../sanitizer_common_interceptors.inc | 43 ---------------------- lib/sanitizer_common/sanitizer_flags.inc | 3 -- .../sanitizer_platform_interceptors.h | 15 -------- lib/sanitizer_common/tests/sanitizer_test_utils.h | 7 ---- test/asan/TestCases/Posix/strndup_oob_test.cc | 28 -------------- test/msan/strndup.cc | 29 --------------- 10 files changed, 31 insertions(+), 161 deletions(-) delete mode 100644 test/asan/TestCases/Posix/strndup_oob_test.cc delete mode 100644 test/msan/strndup.cc