[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:39:58 PST 2018


delcypher updated this revision to Diff 137625.
delcypher added a comment.

Remove superflous `--check-prefix` command line option.


https://reviews.llvm.org/D43702

Files:
  lib/asan/asan_interceptors_memintrinsics.h
  test/asan/TestCases/strcat-overlap.cc
  test/asan/TestCases/strcpy-overlap.cc
  test/asan/TestCases/strncat-overlap.cc
  test/asan/TestCases/strncpy-overlap.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43702.137625.patch
Type: text/x-patch
Size: 9921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180308/77440a79/attachment.bin>


More information about the llvm-commits mailing list