gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib.
commit04f8ecd95691b2536cac76663f9864f7caf450fd
authorHuw Davies <huw@codeweavers.com>
Thu, 29 Sep 2016 08:57:47 +0000 (29 09:57 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 29 Sep 2016 13:40:06 +0000 (29 22:40 +0900)
treea15aed69663f0cc551e5ab92e49613718c58b1da
parentcece771b58d08c8b0a2b51d4dea9555622727c2b
gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib.

It might seem more natural to move this check inside is_interior(), but
this would slow down the unclipped case.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/gdi32/dibdrv/graphics.c
dlls/gdi32/tests/dib.c