[PATCH] More string interceptors: strstr, strcasestr, strspn, strcspn, strpbrk

Yury Gribov tetra2005 at gmail.com
Thu May 28 02:28:29 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9017

Files:
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc
  compiler-rt/trunk/test/asan/TestCases/strcasestr-1.c
  compiler-rt/trunk/test/asan/TestCases/strcasestr-2.c
  compiler-rt/trunk/test/asan/TestCases/strcasestr_strict.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/strcspn_strict.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/strpbrk_strict.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/strspn_strict.c
  compiler-rt/trunk/test/asan/TestCases/strstr-1.c
  compiler-rt/trunk/test/asan/TestCases/strstr-2.c
  compiler-rt/trunk/test/asan/TestCases/strstr_strict.c
  compiler-rt/trunk/test/sanitizer_common/TestCases/strcasestr.c
  compiler-rt/trunk/test/sanitizer_common/TestCases/strcspn.c
  compiler-rt/trunk/test/sanitizer_common/TestCases/strpbrk.c
  compiler-rt/trunk/test/sanitizer_common/TestCases/strspn.c
  compiler-rt/trunk/test/sanitizer_common/TestCases/strstr.c

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9017.26667.patch
Type: text/x-patch
Size: 22079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150528/afcec360/attachment.bin>


More information about the llvm-commits mailing list