Skip to content
Commit 454a20c8 authored by Florian Weimer's avatar Florian Weimer
Browse files

Implement strlcpy and strlcat [BZ #178]



These functions are about to be added to POSIX, under Austin Group
issue 986.

The fortified strlcat implementation does not raise SIGABRT if the
destination buffer does not contain a null terminator, it just
inherits the non-failing regular strlcat behavior.

Reviewed-by: default avatarSiddhesh Poyarekar <siddhesh@sourceware.org>
parent 7ba426a1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment