Re: [PATCH] tools/nolibc: add alloca()
From: Willy Tarreau
Date: Sun Apr 12 2026 - 05:13:38 EST
Hi Thomas,
On Thu, Apr 09, 2026 at 05:55:28PM +0200, Thomas Weißschuh wrote:
> Add the wide-used alloca() function. As it is highly machine and
> compiler dependent, just defer to the compiler builtin. This has
> been available since GCC 4 and clang 3.
Yes it's indeed very useful, I'm also using it at some places, with
the same define.
Acked-by: Willy Tarreau <w@xxxxxx>
thanks!
Willy