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 f84f696f1 Revert r320977 "No -fsanitize=function warning when calling n [...] new d97da5b44 [asan] Add interceptor for printf_chk
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 | 43 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 3 ++ test/asan/TestCases/Linux/printf-fortify-1.c | 18 +++++++++ test/asan/TestCases/Linux/printf-fortify-2.c | 18 +++++++++ test/asan/TestCases/Linux/printf-fortify-3.c | 22 +++++++++++ test/asan/TestCases/Linux/printf-fortify-4.c | 22 +++++++++++ test/asan/TestCases/Linux/printf-fortify-5.c | 18 +++++++++ 7 files changed, 144 insertions(+) create mode 100644 test/asan/TestCases/Linux/printf-fortify-1.c create mode 100644 test/asan/TestCases/Linux/printf-fortify-2.c create mode 100644 test/asan/TestCases/Linux/printf-fortify-3.c create mode 100644 test/asan/TestCases/Linux/printf-fortify-4.c create mode 100644 test/asan/TestCases/Linux/printf-fortify-5.c