[Webkit-unassigned] [Bug 234918] New: REGRESSION(r285618):A crash may happen when calculating the color-interpolation of a referenced SVG filter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 05:52:28 PST 2022


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

            Bug ID: 234918
           Summary: REGRESSION(r285618):A crash may happen when
                    calculating the color-interpolation of a referenced
                    SVG filter
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

When building a referenced SVGFilter, the color-interpolation property of the effect element is calculated. If the effect element does not have a renderer, we fallback to the computed style property value. If the filter is inside an <iframe> which has media queries, a Document::updateLayout() will be forced. Building the SVGFilter should not invoke an updateLayout() since this may not be safe and out of order.

-- 
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/20220106/2f72a97a/attachment.htm>


More information about the webkit-unassigned mailing list