23 Jun
2025
23 Jun
'25
2:29 p.m.
vsnprintf isn't always guaranteed to null terminate its output, depends on the version of msvcrt used. See !8256 for more information. supersedes !8256 -- v2: include: Make sure to null terminate string in wine_dbg_vsprintf. https://gitlab.winehq.org/wine/wine/-/merge_requests/8404