[Webkit-unassigned] [Bug 61556] New: REGRESSION(87152): Crash on page with svg fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 13:52:59 PDT 2011


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

           Summary: REGRESSION(87152): Crash on page with svg fonts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://www.upokecenter.com/dex/
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jamesr at chromium.org
                CC: hyatt at apple.com, koivisto at iki.fi, zimmermann at kde.org,
                    simon.fraser at apple.com, inferno at chromium.org


The URL in the bug crashes after r87152 with a null pointer deref.  The crash is here (http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/svg/SVGTextRunRenderingContext.cpp?rev=87152#L268):

RenderObject* parentRenderObject = firstParentRendererForNonTextNode(renderObject); 

String language = toElement(parentRenderObject->node())->getAttribute(XMLNames::langAttr);

parentRenderObject is null.  I'm pretty sure that the definition of firstParentRendererForNonTextNode() is wrong.

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