[Webkit-unassigned] [Bug 21939] New: Uninitialized ExceptionCodes in MessagePort.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 28 16:44:29 PDT 2008


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

           Summary: Uninitialized ExceptionCodes in MessagePort.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mike at belshe.com


Several functions in MessagePort don't initialize their ExceptionCodes.

This caused me trouble in DOMWindow::postMessage, which calls
MessagePort::clone.  The call succeeded, but the uninitialized ec value caused
a failure.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list