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 9b2c60be6 [sanitizer-coverage] remove stale code (old coverage); compil [...] new 27c827787 [asan] Add strndup/__strndup interceptors.
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 | 27 ++++++++++++++ lib/msan/msan_interceptors.cc | 36 ++++--------------- lib/msan/tests/msan_test.cc | 13 +++++-- .../sanitizer_common_interceptors.inc | 42 ++++++++++++++++++++++ lib/sanitizer_common/sanitizer_flags.inc | 3 ++ .../sanitizer_platform_interceptors.h | 14 ++++++++ lib/sanitizer_common/tests/sanitizer_test_utils.h | 6 ++++ .../strndup_oob_test.cc} | 20 +++++------ test/asan/TestCases/Posix/strndup_oob_test2.cc | 22 ++++++++++++ test/msan/strndup.cc | 28 +++++++++++++++ 11 files changed, 172 insertions(+), 43 deletions(-) copy test/asan/TestCases/{strdup_oob_test.cc => Posix/strndup_oob_test.cc} (56%) create mode 100644 test/asan/TestCases/Posix/strndup_oob_test2.cc create mode 100644 test/msan/strndup.cc