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 06fb62d8d [sanitizer] Fix array sizes used for path in tests new 5197e945a Add new interceptors: strlcpy(3) and strlcat(3)
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 | 37 ++++++++++++++- .../sanitizer_platform_interceptors.h | 1 + test/sanitizer_common/TestCases/NetBSD/strlcat.cc | 52 ++++++++++++++++++++++ test/sanitizer_common/TestCases/NetBSD/strlcpy.cc | 52 ++++++++++++++++++++++ 4 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 test/sanitizer_common/TestCases/NetBSD/strlcat.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/strlcpy.cc