[Webkit-unassigned] [Bug 101867] New: Crash during conversion of element to QVariant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 14:20:56 PST 2012


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

           Summary: Crash during conversion of element to QVariant
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com


KWallets integration QtWebKit causes crashes on entering a number of webpages.

The backtrace goes through convertValueToQVariant and in a normal backtrace looks like it ends in OpaqueJSString::identifier. When compiled with more debugging info though, the crash does occur somewhat deeper but is still triggered by what happens in OpaqueJSString.

The problem seems to be the construction of an Identifier containing a null-string, which is invalid.

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