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 fb29bf041 [sanitizer-coverage] add a deprecation note for the old sanit [...] new 25469d9bd [asan] Add strndup/__strndup interceptors if targeting linux.
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 | 14 +++++++ lib/sanitizer_common/tests/sanitizer_test_utils.h | 6 +++ test/asan/TestCases/Posix/strndup_oob_test.cc | 26 +++++++++++++ test/msan/strndup.cc | 28 ++++++++++++++ 10 files changed, 156 insertions(+), 31 deletions(-) create mode 100644 test/asan/TestCases/Posix/strndup_oob_test.cc create mode 100644 test/msan/strndup.cc