[PATCH] D31312: Add strtok interceptor for ASAN for Windows.
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 23 16:33:07 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL298658: Add strtok interceptor for ASAN for Windows. (authored by alekseyshl).
Changed prior to commit:
https://reviews.llvm.org/D31312?vs=92880&id=92881#toc
Repository:
rL LLVM
https://reviews.llvm.org/D31312
Files:
compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc
Index: compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc
===================================================================
--- compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc
+++ compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc
@@ -82,6 +82,7 @@
INTERCEPT_LIBRARY_FUNCTION(strrchr);
INTERCEPT_LIBRARY_FUNCTION(strspn);
INTERCEPT_LIBRARY_FUNCTION(strstr);
+INTERCEPT_LIBRARY_FUNCTION(strtok);
INTERCEPT_LIBRARY_FUNCTION(strtol);
INTERCEPT_LIBRARY_FUNCTION(wcslen);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31312.92881.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170323/efdcc0d0/attachment.bin>
More information about the llvm-commits
mailing list