llvm-capstone/compiler-rt/test
Kamil Rytarowski e2f8718b50 Add new interceptors: strlcpy(3) and strlcat(3)
Summary:
NetBSD ships with strlcpy(3) and strlcat(3), a safe
replacement of strcpy(3) and strcat(3).

Hide both functions under SANITIZER_INTERCEPT_STRLCPY.

Sponsored by <The NetBSD Foundation>

Reviewers: joerg, vitalybuka

Reviewed By: vitalybuka

Subscribers: llvm-commits, kubamracek, #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D42061

llvm-svn: 324034
2018-02-01 23:34:30 +00:00
..
asan Make detect_invalid_pointer_pairs option to be tristate. 2018-02-01 19:52:56 +00:00
BlocksRuntime
builtins
cfi
dfsan
esan
fuzzer [NFC] fix trivial typos in comments 2018-01-22 07:51:37 +00:00
hwasan [hwasan] An LLVM flag to disable stack tag randomization. 2018-01-13 01:32:15 +00:00
interception
lsan [lsan] Respect log_path option in standalone LSan 2018-01-22 09:30:27 +00:00
msan [sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handle_at 2018-01-30 22:22:12 +00:00
profile
safestack
sanitizer_common Add new interceptors: strlcpy(3) and strlcat(3) 2018-02-01 23:34:30 +00:00
scudo [scudo] Use -fsanitize=scudo rather than --whole-archive in tests 2018-01-18 20:02:56 +00:00
tsan tsan: deflake a test 2018-01-29 15:10:22 +00:00
ubsan [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274) 2018-01-17 12:26:04 +00:00
ubsan_minimal [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274) 2018-01-17 12:26:04 +00:00
xray [xray] Don't try to run XRay unit tests on Darwin 2018-01-28 03:11:25 +00:00
CMakeLists.txt
lit.common.cfg Force lit to execute the ASan and TSan tests on iOS devices 2018-01-20 02:07:30 +00:00
lit.common.configured.in