diff options
author | Reid Kleckner <rnk@google.com> | 2017-06-29 17:15:53 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-06-29 17:15:53 +0000 |
commit | 4acf36beb674c3406a0951c85672ccc249286cee (patch) | |
tree | 9a83a0c6bf120babfb38987664ab93361677dc88 /clang-tools-extra/clang-tidy/android/AndroidTidyModule.cpp | |
parent | 4203d2adcc3ed7567f1ba393cb320278f0fa0ddc (diff) | |
download | bcm5719-llvm-4acf36beb674c3406a0951c85672ccc249286cee.tar.gz bcm5719-llvm-4acf36beb674c3406a0951c85672ccc249286cee.zip |
Fix WinASan after moving wcslen interceptor to sanitizer_common
Do this by removing SANITIZER_INTERCEPT_WCSLEN and intercept wcslen
everywhere. Before this change, we were already intercepting wcslen on
Windows, but the interceptor was in asan, not sanitizer_common. After
this change, we stopped intercepting wcslen on Windows, which broke
asan_dll_thunk.c, which attempts to thunk to __asan_wcslen in the ASan
runtime.
llvm-svn: 306706
Diffstat (limited to 'clang-tools-extra/clang-tidy/android/AndroidTidyModule.cpp')
0 files changed, 0 insertions, 0 deletions