Re: [PATCH v18 0/4] MR4661: gdiplus: Implement Gdiplus effects
Jan. 22, 2024
6:19 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/image.c:
stat = pGdipCreateEffect(BlurEffectGuid, NULL); expect(InvalidParameter, stat);
+ stat = pGdipGetEffectParameterSize(NULL, NULL); + expect(InvalidParameter, stat); + + stat = pGdipGetEffectParameterSize(effect, NULL);
This uses effect uninitialized. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4661#note_58434
795
Age (days ago)
795
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (ï¼ madewokherd)