[all-commits] [llvm/llvm-project] d8626c: [sanitizer_common] Add internal_wcs[n]cpy function...
nicole mazzuca via All-commits
all-commits at lists.llvm.org
Fri Sep 15 10:03:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8626c3099cedb72a53f0f085a0bb05a179c8c7d
https://github.com/llvm/llvm-project/commit/d8626c3099cedb72a53f0f085a0bb05a179c8c7d
Author: nicole mazzuca <nicole at strega-nil.co>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_libc.h
Log Message:
-----------
[sanitizer_common] Add internal_wcs[n]cpy functions (#66529)
These functions are required for the related wcs[n]cpy functions to be
wrapped on Windows, since given our current method of wrapping
functions, calling REAL(wcs[n]cpy) is broken.
@vitalybuka requested that these changes be split out from
llvm/llvm-project#66128.
More information about the All-commits
mailing list