[Webkit-unassigned] [Bug 25043] New: Race condition in MessagePort::clone()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 17:20:05 PDT 2009


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

           Summary: Race condition in MessagePort::clone()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: atwilson at google.com
                CC: ap at webkit.org


MessagePort::clone() has a race condition - if someone is posting a message to
a MessagePort while it is being cloned by another thread, it's possible for
that message to get left on the now-defunct port which means it is essentially
dropped.

There's a comment in MessagePort::clone() describing where this happens.


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