On Sat, Apr 04, 2026 at 01:50:18PM +0200, Thomas Weißschuh wrote:
> The memory allocator has not seen any testing so far.
>
> Add a simple testcase for it.
>
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
> ---
> Changes in v2:
> - Previously part of "tools/nolibc: add support for asprintf()".
> - Drop already applied patches.
> - Fix compilation of calloc() on arm32 clang.
> - Link to v1: https://patch.msgid.link/20260401-nolibc-asprintf-v1-0-46292313439f@weissschuh.net
Nice improvement, thank you Thomas!
Acked-by: Willy Tarreau <w@1wt.eu>
Willy