[Bug 90940] xserver crash in gtk+ application

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 11 14:13:51 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90940

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
diff --git a/src/sna/sna_tiling.c b/src/sna/sna_tiling.c
index 308efc0..bdaeb35 100644
--- a/src/sna/sna_tiling.c
+++ b/src/sna/sna_tiling.c
@@ -580,7 +580,7 @@ sna_tiling_composite_spans(uint32_t op,
        tile->height = height;
        tile->rects = tile->rects_embedded;
        tile->rect_count = 0;
-       tile->rect_size = ARRAY_SIZE(tile->rects_embedded);
+       tile->rect_size = ARRAY_SIZE(tile->rects_embedded) / 2;

        tmp->box   = sna_tiling_composite_spans_box;
        tmp->boxes = sna_tiling_composite_spans_boxes;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150611/c8887588/attachment.html>


More information about the intel-gfx-bugs mailing list