On 9/21/2014 08:17, lvqcl wrote: > JonY wrote: > >> You could just request mingw to include a vsnprintf_s implementation for >> XP and earlier, mingw-w64 has already done so. > > I use MinGW-w64: it's XhmikosR's MSYS that contains > "MinGW-w64 build of GCC/Binutils for Windows" from nevcairiel. > It has mingw-w64 3.1.0 inside. > > But I thought that MinGW-w64 links with msvcrt.dll and > uses vsnprintf_s from it. Are you sure that MinGW-w64 > has its own independent implementation of vsnprintf_s?
No, it falls back on an internal implementation if it isn't found in MSVCRT. And furthermore, I retract my statement after looking into the implementation, it is just calling vsprintf while disregarding the size.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
