Alexandre Julliard pushed to branch master at wine / wine
Commits: 81d464bc by Yuxuan Shui at 2025-07-11T21:17:55+02:00 dsound: Make sure to null-terminate strings for callbacks.
WideCharToMultiByte normally null-terminates the output if input length is -1, but it doesn't do so if the output buffer is too small.
- - - - -
1 changed file:
- dlls/dsound/dsound_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/81d464bc3db966f72679652221aea6a...