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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 13:39:55 PDT 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60990|commit-queue?               |commit-queue-
               Flag|                            |




--- Comment #16 from Eric Seidel <eric at webkit.org>  2010-07-15 13:39:55 PST ---
(From update of attachment 60990)
LayoutTests/ChangeLog:3
 +          Unreviewed.
Please leave this line as it was, so the tools can fix it when they land this for you.

WebCore/platform/graphics/skia/ImageBufferSkia.cpp:77
 +      if (!size.isZero())
Does this check need a comment?  When should this size check be removed?  It seems strange that we check size here and it's not even used as a parameter in that function.

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