Alexandre Julliard pushed to branch master at wine / wine
Commits: 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.
- - - - -
1 changed file:
- include/wine/debug.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7aa357600e251adcc720f97a2ae6bf5...