For example, strcpy does not pull memcpy now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114300
[libc] Make string entrypoints mutualy exclusive. ClosedPublic Authored by gchatelet on Nov 19 2021, 4:47 PM.
Details Summary For example, strcpy does not pull memcpy now.
Diff Detail
Event Timelinesivachandra added inline comments. This revision is now accepted and ready to land.Nov 23 2021, 3:30 AM This revision now requires review to proceed.Nov 26 2021, 8:27 AM This revision is now accepted and ready to land.Nov 26 2021, 8:29 AM This revision was landed with ongoing or failed builds.Nov 26 2021, 8:33 AM Closed by commit rG7b59fcb7de22: [libc] Make string entrypoints mutualy exclusive. (authored by sivachandra, committed by gchatelet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390078 libc/src/string/CMakeLists.txt
libc/src/string/memmove.cpp
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/mempcpy.cpp
libc/src/string/stpncpy.cpp
libc/src/string/strcpy.cpp
libc/src/string/strdup.cpp
libc/src/string/strndup.cpp
|
nit: Not sure this is part of the spec. It's probably fine to let it SIGSEGV.