Re: [PATCH v2 0/2] tools/nolibc: add support for [v]sscanf()

From: Willy Tarreau
Date: Mon Feb 10 2025 - 01:30:24 EST


On Sun, Feb 09, 2025 at 09:27:11PM +0100, Thomas Weißschuh wrote:
> The implementation is limited and only supports numeric arguments.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - Return __LINE__ from different testcases to directly point to the
> failed testcase
> - Add some comments
> - Expand commit message
> - Link to v1: https://lore.kernel.org/r/20240731-nolibc-scanf-v1-0-f71bcc4abb9e@xxxxxxxxxxxxxx

Looks good. For the whole series:

Acked-by: Willy Tarreau <w@xxxxxx>

Thanks!
Willy