[Webkit-unassigned] [Bug 47842] New: NULL deref in SVGUseElement updateContainerSize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 12:09:47 PDT 2010


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

           Summary: NULL deref in SVGUseElement updateContainerSize
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jschuh at chromium.org
                CC: zimmermann at kde.org, mdelaney at apple.com


The following SVG triggers a deref of a NULL shadowTree in updateContainerSize:

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <use id="use">
        <symbol></symbol>
    </use>
    <use xlink:href="url(#use)" >
    </use>
</svg>

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