[Webkit-unassigned] [Bug 239506] New: Fix accelerated compositing for null ScrollingCoordinator and overflow scroll in LayerAncestorClippingStack.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 10:20:52 PDT 2022


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

            Bug ID: 239506
           Summary: Fix accelerated compositing for null
                    ScrollingCoordinator and overflow scroll in
                    LayerAncestorClippingStack.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Compositing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jigen.zhou at sony.com
                CC: simon.fraser at apple.com

With null ScrollingCoordinator and overflow scroll, a crash can occur in LayerAncestorClippingStack::updateWithClipData in the following code block:

        if (existingEntry.clipData.isOverflowScroll && !clipDataEntry.isOverflowScroll) {
            ASSERT(scrollingCoordinator);
            scrollingCoordinator->unparentChildrenAndDestroyNode(existingEntry.overflowScrollProxyNodeID);
            existingEntry.overflowScrollProxyNodeID = 0;
        }

(https://github.com/WebKit/WebKit/blob/main/Source/WebCore/rendering/LayerAncestorClippingStack.cpp#L137)

-- 
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/20220419/0fdc7045/attachment-0001.htm>


More information about the webkit-unassigned mailing list