[PATCH] D13895: [asan] Get rid of UB in unit tests for strstr, strcasestr, strspn, strcspn and strpbrk interceptors.

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 01:13:11 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL250998: [asan] Get rid of UB in string tests. Patch by Max Ostapenko. (authored by ygribov).

Changed prior to commit:
  http://reviews.llvm.org/D13895?vs=38097&id=38098#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13895

Files:
  compiler-rt/trunk/test/asan/TestCases/strcasestr-1.c
  compiler-rt/trunk/test/asan/TestCases/strcasestr-2.c
  compiler-rt/trunk/test/asan/TestCases/strcspn-1.c
  compiler-rt/trunk/test/asan/TestCases/strcspn-2.c
  compiler-rt/trunk/test/asan/TestCases/strpbrk-1.c
  compiler-rt/trunk/test/asan/TestCases/strpbrk-2.c
  compiler-rt/trunk/test/asan/TestCases/strspn-1.c
  compiler-rt/trunk/test/asan/TestCases/strspn-2.c
  compiler-rt/trunk/test/asan/TestCases/strstr-1.c
  compiler-rt/trunk/test/asan/TestCases/strstr-2.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13895.38098.patch
Type: text/x-patch
Size: 7664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151022/ba7e6298/attachment.bin>


More information about the llvm-commits mailing list