[compiler-rt] [compiler-rt][rtsan] socketpair interception. (PR #124107)

David CARLIER via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 21:15:53 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:

Yes it does I see however only netbsd and linux intercept it in sanitizer common so I was wary here.

https://github.com/llvm/llvm-project/pull/124107


More information about the llvm-commits mailing list