[PATCH] D22363: [compiler-rt] Add internal wcslen to avoid crashing on windows 64-bits

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 08:54:32 PDT 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: lib/asan/asan_win_dll_thunk.cc:384
@@ +383,3 @@
+#ifdef _WIN64
+INTERCEPT_LIBRARY_FUNCTION(__C_specific_handler);
+#else
----------------
unrelated?


https://reviews.llvm.org/D22363





More information about the llvm-commits mailing list