Re: [PATCH 4/4] selftests/nolibc: Add tests for strlcat() and strlcpy()

From: Willy Tarreau
Date: Sun Feb 11 2024 - 06:09:55 EST


On Mon, Jan 29, 2024 at 03:15:16PM +0100, Rodrigo Campos wrote:
> I've verified that the tests matches libbsd's strlcat()/strlcpy()
> implementation.
>
> Please note that as strlcat()/strlcpy() are not part of the libc, the
> tests are only compiled when using nolibc.
>
> Signed-off-by: Rodrigo Campos <rodrigo@xxxxxxxxxxx>

I like it, simple and efficient, thank you!
Willy