11 Jul
2025
11 Jul
'25
1:59 p.m.
WideCharToMultiByte normally null-terminates the output if input length is -1, but it doesn't do so if the output buffer is too small. -- v2: dsound: Make sure to null-terminate strings for callbacks. https://gitlab.winehq.org/wine/wine/-/merge_requests/8420