7aa35760
by Yuxuan Shui at 2025-08-18T20:54:59+02:00
include: Make sure to null terminate string in wine_dbg_vsprintf.
vsnprintf isn't always guaranteed to null terminate its output, depends on the
version of msvcrt used.
See !8256 for more information.