[Webkit-unassigned] [Bug 113218] New: exceptions are not checked after toInt32 calls in bindings.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 10:23:35 PDT 2013


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

           Summary: exceptions are not checked after toInt32 calls in
                    bindings.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Created an attachment (id=194882)
 --> (https://bugs.webkit.org/attachment.cgi?id=194882&action=review)
testcase: selectedIndex will be 2 with v8/javascript; 1 in gecko and -1 in ie

Hi, in generated bindings, some values are converted to integers with toInt32.
exceptions are not checked afterwards.
But exceptions may occur if argument is an object with an valueOf method.

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