[Webkit-unassigned] [Bug 29444] New: [Qt] [REG] Crash in WebCore::StringImpl::length() when processing SVG in <img> tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 07:51:06 PDT 2009


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

           Summary: [Qt] [REG] Crash in WebCore::StringImpl::length() when
                    processing SVG in <img> tag
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from issue QTBUG-4437
<http://bugreports.qt.nokia.com/browse/QTBUG-4437>

--- Description ---

Consider the following HTML:

<html>
<head><title>SVG</title></head>
<body>
<img src="foo.svg" />
</body>
</html>

For some foo.svg, opening the above HTML file with the Browser demo or
fancybrowser example leads to a crash in WebCore::StringImpl::length(). Opening
foo.svg directly does not cause a crash.

This is a regression from Qt 4.4.3.

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