https://bugs.winehq.org/show_bug.cgi?id=55215
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Sorry for that, I submitted a MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/3276
As the other test inside the if(0) shows, windows doesn't like an invalid string pointer on DrawTextA. It is to assume that it just overruns the stack variable, and it just used to work.
I rerun the user32_test.exe from wine-8.12 manually right now: https://testbot.winehq.org/JobDetails.pl?Key=134623
Since running user32_test worked, I assumed the test was okay. But then again, undefined behavior is undefined.