[Webkit-unassigned] [Bug 41175] Some SVGs with empty <g> elements crash Chromium on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 00:20:01 PDT 2010


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krit at webkit.org




--- Comment #36 from Dirk Schulze <krit at webkit.org>  2010-07-27 00:20:01 PST ---
(In reply to comment #35)
> (From update of attachment 62638 [details])
> Clearing flags on attachment: 62638
> 
> Committed r64103: <http://trac.webkit.org/changeset/64103>

I dislike just fixing it on skia. It should be fixed globaly. It the <g> is empty, it's strokeRect should be empty too and filtering should stop.
So a check check should be added if the bufferRect is empty as well and return earlier: http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderSVGResourceFilter.cpp#L205

-- 
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