CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2026/06/30 13:18:54

Modified files:
        libexec/ld.so  : Makefile 
        lib/libc/hidden: string.h wchar.h 
        lib/libc/include: namespace.h 
        lib/libc/string: strlen.c wcslen.c 

Log message:
LLVM now emits calls to strlen(3) and wcslen(3).  Redirect those calls to
our hidden aliases to prevent unnecessary PLT entries (like we already do
for memmove(3), memcpy(4) and memset(3)).

ok deraadt@

Reply via email to