[Webkit-unassigned] [Bug 255001] New: REGRESSION(262547 at main): Multiple layout tests crash when decoding a null ShareableBitmapHandle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 4 12:26:29 PDT 2023


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

            Bug ID: 255001
           Summary: REGRESSION(262547 at main): Multiple layout tests crash
                    when decoding a null ShareableBitmapHandle
           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

The change 262547 at main adds the assertion `ASSERT(!m_size.isEmpty());` in all the ShareableBitmapConfiguration constructors. However one of them is called when decoding a null ShareableBitmapHandle in UIProcess which has m_size.isEmpty() true. The corresponding ShareableBitmapConfiguration was created with the default constructor in WebProcess.

-- 
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/20230404/147e222c/attachment-0001.htm>


More information about the webkit-unassigned mailing list