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 7f6dcb2e6 [libFuzzer] Fix sizeof(ptr) bug. new f95854ec1 [sanitizer] Add interceptors for readlinkat, name_to_handle_a [...]
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/msan/msan_interceptors.cc | 10 --- lib/msan/tests/msan_test.cc | 7 ++ .../sanitizer_common_interceptors.inc | 97 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 6 ++ .../sanitizer_platform_limits_posix.h | 6 ++ test/msan/Linux/name_to_handle_at.cc | 28 +++++++ .../TestCases/Linux/name_to_handle_at.cc | 20 +++++ test/sanitizer_common/TestCases/Linux/readlinkat.c | 25 ++++++ test/sanitizer_common/TestCases/Posix/readlink.c | 32 +++++++ 9 files changed, 221 insertions(+), 10 deletions(-) create mode 100644 test/msan/Linux/name_to_handle_at.cc create mode 100644 test/sanitizer_common/TestCases/Linux/name_to_handle_at.cc create mode 100644 test/sanitizer_common/TestCases/Linux/readlinkat.c create mode 100644 test/sanitizer_common/TestCases/Posix/readlink.c