[Webkit-unassigned] [Bug 195502] New: The event dispatcher thread reads ScrollingTree's m_rootNode without locking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 17:24:53 PST 2019


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

            Bug ID: 195502
           Summary: The event dispatcher thread reads ScrollingTree's
                    m_rootNode without locking
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Scrolling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

ScrollingTree::shouldHandleWheelEventSynchronously() which runs on the event dispatcher thread consults m_rootNode, but no locking prevents this being modified by the scrolling thread at the same time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190309/c84fb295/attachment.html>


More information about the webkit-unassigned mailing list