[PATCH] D19691: [asan] Assert in __sanitizer_ptr_{sub, cmp} if one of the pointers was freed.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 17:46:11 PDT 2016
kcc added inline comments.
================
Comment at: test/asan/TestCases/invalid-pointer-pairs.cc:1
@@ +1,2 @@
+// RUN: %clangxx_asan -O0 %s -o %t -mllvm -asan-detect-invalid-pointer-pair
+
----------------
there is no CHECK in this file, is that right?
http://reviews.llvm.org/D19691
More information about the llvm-commits
mailing list