[PATCH resend] gdi32: Skip edge processing when the area is empty.

Gabriel Ivăncescu gabrielopcode at gmail.com
Thu Jun 4 09:18:37 CDT 2020


Apparently there's a problem with overflow in REGION_CreateEdgeTable. 
The function itself checks for overflow and returns 0 in this case, but 
the call site doesn't (that's why checking for it works).

I've submitted a new version along with a test that demonstrates this. 
Without the check, the test hangs.



More information about the wine-devel mailing list