[PATCH] D44432: FreeBSD sanitizer common, intercept couple of more functions
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 16 01:32:02 PDT 2018
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_platform_interceptors.h:452
+#define SANITIZER_INTERCEPT_STRLCPY \
+ (SI_NETBSD || SI_FREEBSD || SI_OPENBSD || SI_MAC || SI_ANDROID)
----------------
vitalybuka wrote:
> description says it's FreeBSD
True but I know those systems support it as well do you prefer FreeBSD only changes or updating the description.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44432
More information about the llvm-commits
mailing list