[Webkit-unassigned] [Bug 241560] New: Avoid using hardware JPEG decoding in the WebContent process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 11:39:02 PDT 2022


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

            Bug ID: 241560
           Summary: Avoid using hardware JPEG decoding in the WebContent
                    process
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: sabouhallawa at apple.com

We disable hardware JPEG decoding so that we can block IOSurface uses in the WebContent process. We missed a scenario where using a file picker might need to create an image thumbnail/icon, which now triggers a sandbox violation potentially crashing the WCP.

This patch instructs CoreGraphics to use the software path, similar to how we fixed Bug 238489.

-- 
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/20220613/2d2e98d2/attachment-0001.htm>


More information about the webkit-unassigned mailing list