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 7ccb9077f Revert "Add dyld to sanitizer procmaps on darwin" new d41423850 [asan] Recommit of r301904: 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 | 21 +++++++++++ lib/esan/esan_interceptors.cpp | 2 + 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 ++++++++++++++ 11 files changed, 158 insertions(+), 31 deletions(-) create mode 100644 test/asan/TestCases/Posix/strndup_oob_test.cc create mode 100644 test/msan/strndup.cc