18 Jan
2024
18 Jan
'24
7:08 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/graphicspath.c:
/* store path data back */ i = path_list_count(list); + path->pathdata.Count = 0;
I think it would make more sense to pass in the number of additional points needed. Either that or construct an entirely new GpPathData and then free/replace the old one in case of error. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4803#note_57992