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

Kirill Stoimenov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 10:42:57 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
----------------
kstoimenov wrote:

Done.

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


More information about the llvm-commits mailing list