> From: Bruno Haible <[email protected]> > Cc: [email protected], [email protected], [email protected] > Date: Thu, 06 Nov 2025 20:20:50 +0100 > > > > Does your old mingw have the vasprintf() function? > > > > No, it doesn't. > > OK, so I'm adding a vasprintf() replacement just for that use in > stdio-consolesafe.c and for mingw with __USE_MINGW_ANSI_STDIO. > > Caveat: This code is not tested, and will not be tested in Gnulib's > usual test environments. So, feel welcome to review it and to report > issues if there are some.
Thank you. Initial testing indicates that the vasprintf replacement works.
