July 11, 2025
8:59 a.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