[Webkit-unassigned] [Bug 26059] [SKIA] Crash in radial gradients with a radius of zero.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 02:27:51 PDT 2009


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





------- Comment #3 from deanm at chromium.org  2009-06-02 02:27 PDT -------
(In reply to comment #2)
> (From update of attachment 30734 [review])
> Why don't we just null-check m_gradiant in other places?  That would avoid this
> whole class of crashers, no?

What's the whole class of crashers?  The problem I see is that other ports
don't expect this to ever fail.  See Gradient::platformGradient in the CG port
or in the Cairo port.  The thing that seemed smartest to me was the match the
other ports, and have this never fail.

What were you proposing?

> 


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



More information about the webkit-unassigned mailing list