5 Jun
2025
5 Jun
'25
4:51 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8219