[Webkit-unassigned] [Bug 118881] New: Potential race condition getting NetworkStateNotifier::onLine()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 18 19:47:23 PDT 2013


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

           Summary: Potential race condition getting
                    NetworkStateNotifier::onLine()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyul at company100.net


WorkerNavigator::onLine() (inherited from NavigatorBase) calls NetworkStateNotifier::onLine() from a worker thread, but network state (m_isOnLine) is updated from the main thread. This is a potential race condition.

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