[cairo-bugs] [Bug 38641] New: Commit 441f9c5037dd3246 exposes bigger bug
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jun 24 06:41:27 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=38641
Summary: Commit 441f9c5037dd3246 exposes bigger bug
Product: cairo
Version: 1.10.3
Platform: Other
OS/Version: All
Status: NEW
Severity: blocker
Priority: highest
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: cloos at jhcloos.com
QAContact: cairo-bugs at cairographics.org
Created an attachment (id=48380)
View: https://bugs.freedesktop.org/attachment.cgi?id=48380
Review: https://bugs.freedesktop.org/review?bug=38641&attachment=48380
Complete fix to intersect_with_boxes(). The old code forgot to dereference the
boxes pointer.
That commit only partially fixes things; the code still fails to look at all of
the num_boxes boxes, but rather looks at the 0th box num_boxes times.
W/o this further fix seamonkey frequently fails to update its window
until an Expose event shows up. Or only updates a tiny chunk of the window.
[bz Version field should, of course, be master....]
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the cairo-bugs
mailing list