In https://www.openwall.com/lists/oss-security/2024/07/26/1 I commented:
"Note that asprintf() and vasprintf() are part of the POSIX.1-2024 standard which was officially published last month, so these are no longer system-specific extensions:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/asprintf.html
https://pubs.opengroup.org/onlinepubs/9799919799/functions/vasprintf.html
though they are not yet part of the C standard itself."
To ask the #POSIX committee to add them, I just had to submit https://austingroupbugs.net/view.php?id=1496
I wish it was that easy to ask the C committee, instead of having to write a paper for it.