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 3142d42 [sanitizer] add a function MmapNoAccess that mmaps a protecte [...] new 5d4cf0c [esan] EfficiencySanitizer libc 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/esan/CMakeLists.txt | 3 +- lib/esan/esan.cpp | 2 + lib/esan/esan.h | 1 + lib/esan/esan_interceptors.cpp | 338 +++++++++++++++++++++++++++++++++++ test/esan/TestCases/libc-intercept.c | 20 +++ test/esan/TestCases/verbose-simple.c | 2 - 6 files changed, 363 insertions(+), 3 deletions(-) create mode 100644 lib/esan/esan_interceptors.cpp create mode 100644 test/esan/TestCases/libc-intercept.c