[compiler-rt] [HWASAN]Implement memcmp interceptor in HWASAN (PR #67204)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 16:39:42 PDT 2023


================
@@ -66,7 +66,7 @@
 #define SANITIZER_INTERCEPT_MEMCPY 0
 
 #undef SANITIZER_INTERCEPT_MEMCMP
-#define SANITIZER_INTERCEPT_MEMCMP 0
+#define SANITIZER_INTERCEPT_MEMCMP 1
----------------
thurstond wrote:

and also comment out the undef

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


More information about the llvm-commits mailing list