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 5b515098c Mmap interceptor providing mprotect support new 132d1ff97 Revert "Mmap interceptor providing mprotect support" new f40efdb90 FreeBSD sanitizer common, intercept couple of more functions
The 2 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/sanitizer_common/sanitizer_common.h | 2 +- .../sanitizer_common_interceptors.inc | 18 +++------------ lib/sanitizer_common/sanitizer_common_libcdep.cc | 8 ++----- .../sanitizer_platform_interceptors.h | 20 ++++++++--------- .../TestCases/Linux/mmap_write_exec.cpp | 26 ++-------------------- .../TestCases/{NetBSD => Posix}/access.cc | 0 .../TestCases/{NetBSD => Posix}/devname.cc | 1 + .../TestCases/{NetBSD => Posix}/devname_r.cc | 3 ++- .../TestCases/{NetBSD => Posix}/fgetln.cc | 1 + test/sanitizer_common/TestCases/Posix/getpass.cc | 8 ++++++- .../TestCases/{NetBSD => Posix}/lstat.cc | 0 .../TestCases/{NetBSD => Posix}/strlcat.cc | 2 ++ .../TestCases/{NetBSD => Posix}/strlcpy.cc | 2 ++ test/sanitizer_common/lit.common.cfg | 2 +- 14 files changed, 34 insertions(+), 59 deletions(-) rename test/sanitizer_common/TestCases/{NetBSD => Posix}/access.cc (100%) rename test/sanitizer_common/TestCases/{NetBSD => Posix}/devname.cc (92%) rename test/sanitizer_common/TestCases/{NetBSD => Posix}/devname_r.cc (81%) rename test/sanitizer_common/TestCases/{NetBSD => Posix}/fgetln.cc (93%) rename test/sanitizer_common/TestCases/{NetBSD => Posix}/lstat.cc (100%) rename test/sanitizer_common/TestCases/{NetBSD => Posix}/strlcat.cc (97%) rename test/sanitizer_common/TestCases/{NetBSD => Posix}/strlcpy.cc (97%)