Alexandre Julliard pushed to branch master at wine / wine
Commits: fe8431d4 by Yuxuan Shui at 2025-06-06T22:50:57+02:00 gdiplus/tests: Use correctly formatted description.
According to a comment in emf_create, description is expected to be "App name\0Title\0\0". But in the test cases we only ever passed "winetest\0", so emf_create reads out-of-bound trying to find the title.
- - - - -
1 changed file:
- dlls/gdiplus/tests/metafile.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fe8431d460b42105fac5f06c77c60f8...