[Webkit-unassigned] [Bug 243957] New: Use iterative algorithm for resetStyleForNonRenderedDescendants

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 14:55:23 PDT 2022


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

            Bug ID: 243957
           Summary: Use iterative algorithm for
                    resetStyleForNonRenderedDescendants
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: miguel_salinas at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

WebCore::Style::resetStyleForNonRenderedDescendants is currently recursive and can stack overflow on very deep DOM trees. We should rewrite this to be iterative to avoid crashing.

-- 
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/20220815/cd2ab499/attachment.htm>


More information about the webkit-unassigned mailing list