https://bugs.winehq.org/show_bug.cgi?id=41405
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |huw@codeweavers.com
--- Comment #13 from Bruno Jesus 00cpxxx@gmail.com ---
From the end of the log:
trace:dib:dibdrv_SetDeviceClipping (0x2c2ef48, (nil)) ... trace:dib:dibdrv_ExtFloodFill (0x2c2ef48, 482, 393, 00c0c0c0, 0)
It looks like the coordinate 482x393 is outside the boundaries of the image because the crash happens when trying to access the pixel color information at that position.
From the source I can't see any place that checks the boundaries when a
clipping region is not present.
Huw, do you have any idea?