glibc/string/bits
Florian Weimer 454a20c875 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: Siddhesh Poyarekar <siddhesh@sourceware.org>
2023-06-14 18:10:08 +02:00
..
endian.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
string_fortified.h Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
strings_fortified.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00