[compiler-rt] [compiler-rt][rtsan] socketpair interception. (PR #124107)
David CARLIER via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 04:10:57 PST 2025
================
@@ -1021,6 +1021,16 @@ INTERCEPTOR(int, setsockopt, int socket, int level, int option,
#define RTSAN_MAYBE_INTERCEPT_SETSOCKOPT
#endif
+#if !SANITIZER_APPLE
----------------
devnexen wrote:
fair point ; testing it now.
https://github.com/llvm/llvm-project/pull/124107
More information about the llvm-commits
mailing list