The wide-string equivalent of strdup. Implementation trivial.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D62189
[Sanitizer] Add interceptor for wcsdup ClosedPublic Authored by labath on May 21 2019, 5:34 AM.
Details Summary The wide-string equivalent of strdup. Implementation trivial.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 21 2019, 5:34 AM This revision is now accepted and ready to land.May 21 2019, 11:52 AM Closed by commit rL361357: [Sanitizer] Add interceptor for wcsdup (authored by labath). · Explain WhyMay 22 2019, 1:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 200663 compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/wcsdup.c
|