[compiler-rt] [asan][Windows] Add additional wcs* interceptors (PR #66128)

nicole mazzuca via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 10:49:13 PDT 2023


================
@@ -279,6 +279,25 @@ uptr internal_wcsnlen(const wchar_t *s, uptr maxlen) {
   return i;
 }
 
+wchar_t* internal_wcscpy(wchar_t* dst, const wchar_t* src) {
----------------
strega-nil-ms wrote:

I will note that `wcslen` is also quite far from `strlen`; we may eventually want to move these together.

https://github.com/llvm/llvm-project/pull/66128


More information about the llvm-commits mailing list