[Webkit-unassigned] [Bug 212415] New: WebKit Crashes when SVG Filter Logging is Turned On

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 10:03:43 PDT 2020


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

            Bug ID: 212415
           Summary: WebKit Crashes when SVG Filter Logging is Turned On
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guowei_yang at apple.com
                CC: zimmermann at kde.org

WebKit crashes when the flag -WebCoreLogging "Filters" is present, which turns on the logging for SVG Filters.
This is due to uncaught null pointers in 

FilterEffect::imageBufferResult(), 
FilterEffect::copyUnmultipliedResult() and 
FilterEffect::copyPremultipliedResult()

Step to reproduce: 
1. Turn on filter logging by adding the flag -WebCoreLogging "Filters" in build scheme
2. Launch MiniBrowser and load an html file with SVG

Result: 
MiniBrowser crashes

-- 
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/20200527/3c3f210e/attachment-0001.htm>


More information about the webkit-unassigned mailing list