HomeFreeBSD

lib/libc/amd64/string: implement strlcat() through strlcpy()

Description

lib/libc/amd64/string: implement strlcat() through strlcpy()

This should pick up our optimised memchr(), strlen(), and strlcpy()
when strlcat() is called.

Tested by: developers@, exp-run
Approved by: mjg
MFC after: 1 month
MFC to: stable/14
PR: 275785
Differential Revision: https://reviews.freebsd.org/D42863

Details

Provenance
fuzAuthored on Nov 29 2023, 2:32 AM
Differential Revision
D42863: lib/libc/amd64/string: add strlcpy scalar/baseline implementation
Parents
rG74d6cfad54d6: lib/libc/amd64/string: add strlcpy scalar, baseline implementation
Branches
Unknown
Tags
Unknown