[compiler-rt] [HWASAN] Add test to detected use after free in memcmp (PR #67204)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 16:07:13 PDT 2023
================
@@ -0,0 +1,15 @@
+// RUN: %clangxx -O0 %s -o %t && %run %t
+// XFAIL: *
+// UNSUPPORTED: lsan, ubsan
+// FIXME: HWASAN should work when we have intercepptors.
+// UNSUPPORTED: hwasan
+
+#include <cstring>
----------------
fmayer wrote:
All the other files in this directory use C-style `<string.h>`
https://github.com/llvm/llvm-project/pull/67204
More information about the llvm-commits
mailing list