[all-commits] [llvm/llvm-project] 28c14d: [libc] Independent strcat/strncat/stpcpy (#142643)
Michael Jones via All-commits
all-commits at lists.llvm.org
Thu Jun 12 15:58:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28c14d475fbd16d07db88c8d12edddfe9cc226ab
https://github.com/llvm/llvm-project/commit/28c14d475fbd16d07db88c8d12edddfe9cc226ab
Author: Michael Jones <michaelrj at google.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M libc/src/string/CMakeLists.txt
M libc/src/string/stpcpy.cpp
M libc/src/string/strcat.cpp
M libc/src/string/strncat.cpp
Log Message:
-----------
[libc] Independent strcat/strncat/stpcpy (#142643)
The previous implementations called other entrypoints. This patch fixes
strcat, strncat, and stpcpy to be properly independent.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list