[PATCH] D43702: [asan] Fix bug where suppression of overlapping accesses was ignored.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 11:43:21 PST 2018


delcypher marked an inline comment as done.
delcypher added a comment.

@alekseyshl Good to go?



================
Comment at: test/asan/TestCases/strncpy-overlap.cc:23
+// RUN: %clangxx_asan -O3 %s -o %t
+// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: echo "interceptor_via_fun:bad_function" > %t.supp
----------------
alekseyshl wrote:
> --check-prefix=CHECK is the default, let's just drop it
Oops. Good catch. I forgot to remove those after re-working the tests.


https://reviews.llvm.org/D43702





More information about the llvm-commits mailing list