[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 13:54:12 PST 2018


This revision was automatically updated to reflect the committed changes.
delcypher marked an inline comment as done.
Closed by commit rL327068: [asan] Fix bug where suppression of overlapping accesses was ignored on (authored by delcypher, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43702?vs=137625&id=137654#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43702

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

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


More information about the llvm-commits mailing list