[PATCH] gdiplus : implements GdipEnumerateMetafileSrcRectDestRectI

Esme Povirk (they/them) esme at codeweavers.com
Sun May 16 11:06:23 CDT 2021


We should check if destRect or srcRect are NULL before dereferencing
them. Based on the float version, a NULL destRect should result in an
InvalidParameter return, and a NULL srcRect should be passed through
as NULL.



More information about the wine-devel mailing list