Fix a segfault. (#115284, Jan Kratochvil)

2003-08-08  Matthias Clasen  <maclas@gmx.de>

	* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault.  (#115284,
	Jan Kratochvil)
This commit is contained in:
Matthias Clasen 2003-08-08 21:39:19 +00:00 committed by Matthias Clasen
parent ad24b9cad6
commit 699e1c74ef
6 changed files with 25 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-08-08 Matthias Clasen <maclas@gmx.de>
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
Jan Kratochvil)
2003-08-08 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (print_event): Print also the root

View File

@ -1,3 +1,8 @@
2003-08-08 Matthias Clasen <maclas@gmx.de>
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
Jan Kratochvil)
2003-08-08 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (print_event): Print also the root

View File

@ -1,3 +1,8 @@
2003-08-08 Matthias Clasen <maclas@gmx.de>
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
Jan Kratochvil)
2003-08-08 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (print_event): Print also the root

View File

@ -1,3 +1,8 @@
2003-08-08 Matthias Clasen <maclas@gmx.de>
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
Jan Kratochvil)
2003-08-08 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (print_event): Print also the root

View File

@ -1,3 +1,8 @@
2003-08-08 Matthias Clasen <maclas@gmx.de>
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix a segfault. (#115284,
Jan Kratochvil)
2003-08-08 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (print_event): Print also the root

View File

@ -1715,10 +1715,6 @@ gdk_region_spans_intersect_foreach (GdkRegion *region,
if ((!region->numRects) || (n_spans == 0))
return;
y = span->y;
left = span->x;
right = span->x + span->width; /* right is not in the span! */
/* The main method here is to step along the
* sorted rectangles and spans in lock step, and
* clipping the spans that are in the current