]> git.ipfire.org Git - thirdparty/linux.git/commit
tools/nolibc: add support for asprintf()
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 1 Apr 2026 15:07:29 +0000 (17:07 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 6 Apr 2026 17:46:51 +0000 (19:46 +0200)
commit12496aad10c5671d66e160487326de942cd440ba
treeb648dd3c17f3dc56129e156dc6b314dee1f02320
parentfd2e9f820005d63769a6662c276b1f52a72ed041
tools/nolibc: add support for asprintf()

Add support for dynamically allocating formatted strings through
asprintf() and vasprintf().

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260401-nolibc-asprintf-v1-3-46292313439f@weissschuh.net
tools/include/nolibc/stdio.h
tools/testing/selftests/nolibc/nolibc-test.c