[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 23 14:12:28 PDT 2018


devnexen added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_platform_interceptors.h:473
+#define SANITIZER_INTERCEPT_FACCESSAT (SI_NETBSD || SI_OPENBSD || SI_FREEBSD)
+#define SANITIZER_INTERCEPT_GETGROUPLIST SI_NETBSD
+#define SANITIZER_INTERCEPT_STRLCPY \
----------------
vitalybuka wrote:
> why SI_OPENBSD was removed from here?
Ah that s a mistake.


https://reviews.llvm.org/D44432





More information about the llvm-commits mailing list