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 208dd1d Use correct function signature for strerror_r interceptor new 47bb7f4 [sanitizer] Bail out with warning if user dlopens shared libr [...]
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_interceptors.cc | 8 +++++--- lib/sanitizer_common/sanitizer_common.h | 2 ++ lib/sanitizer_common/sanitizer_common_interceptors.inc | 3 ++- lib/sanitizer_common/sanitizer_linux.cc | 13 +++++++++++++ lib/sanitizer_common/sanitizer_mac.cc | 4 ++++ lib/sanitizer_common/sanitizer_win.cc | 3 +++ test/sanitizer_common/TestCases/Linux/deepbind.cc | 12 ++++++++++++ 7 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 test/sanitizer_common/TestCases/Linux/deepbind.cc