[PATCH v3 1/3] Implement strlcpy and strlcat [BZ #178]
Florian Weimer
fweimer@redhat.com
Wed Jun 14 12:20:10 GMT 2023
* Siddhesh Poyarekar:
> On 2023-06-14 07:44, Florian Weimer via Libc-alpha wrote:
>> 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
>> inheritis the non-failing regular strlcat behavior.
>
> Still, s/inheritis/inherits :) please fix that before you push.
>
> Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Thanks, and sorry. Finally fixed locally.
Florian
More information about the Libc-alpha
mailing list