[Webkit-unassigned] [Bug 91098] New: WebPage::executeJavaScriptFunction crashes when there is an exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 08:28:03 PDT 2012


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

           Summary: WebPage::executeJavaScriptFunction crashes when there
                    is an exception
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ben at meyerhome.net
                CC: tonikitoo at webkit.org


When there is an exception currently the code tries to get the string of the exception via JSValueToStringCopy to pass back, but this cases a crash inside JavaScriptCore, so change it to simply return false and not set the return value with the exception string.

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