[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:09:44 PDT 2023


================
@@ -0,0 +1,15 @@
+// RUN: %clangxx -O0 %s -o %t && %run %t
+// XFAIL: *
----------------
fmayer wrote:

I guess it's not likely to segfault, but the allocator could in principle return the page on delete.

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


More information about the llvm-commits mailing list