[Webkit-unassigned] [Bug 90165] [Qt] css3/filters/huge-region-composited.html makes css3/filters/huge-region.html crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 30 06:22:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90165





--- Comment #6 from Zoltan Herczeg <zherczeg at webkit.org>  2012-07-30 06:22:17 PST ---
This is the problem:

    // Paint the entire dirty rect into an image buffer. This ensures we only paint once.
    OwnPtr<ImageBuffer> imageBuffer = ImageBuffer::create(dirtyRect.size());
    GraphicsContext* context = imageBuffer->context();

It creates a 3050 x 506366 image. ImageBuffer::create can return with NULL. How shall we handle this case?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list