[PATCH] D18329: [sanitizer] Add strchr* to the common interceptors

Derek Bruening via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 15:46:47 PDT 2016


bruening added a comment.

Presumably just adding this to projects/compiler-rt/lib/asan/asan_win_dll_thunk.cc should do it:

INTERCEPT_LIBRARY_FUNCTION(strrchr);


http://reviews.llvm.org/D18329





More information about the llvm-commits mailing list