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 8ea8db536 [tsan, go] fix Go windows build new 12a9be541 [msan] Add interceptors: crypt, crypt_r.
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: .../sanitizer_common_interceptors.inc | 37 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 2 ++ .../sanitizer_platform_limits_posix.cpp | 2 ++ .../sanitizer_platform_limits_posix.h | 1 + test/sanitizer_common/TestCases/Linux/crypt_r.cpp | 37 ++++++++++++++++++++++ test/sanitizer_common/TestCases/Posix/crypt.cpp | 26 +++++++++++++++ 6 files changed, 105 insertions(+) create mode 100644 test/sanitizer_common/TestCases/Linux/crypt_r.cpp create mode 100644 test/sanitizer_common/TestCases/Posix/crypt.cpp