[Webkit-unassigned] [Bug 267388] New: [GPU Process] Possible null dereferencing when destroying the cached RenderingResources of a WebPage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 10 18:04:58 PST 2024


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

            Bug ID: 267388
           Summary: [GPU Process] Possible null dereferencing when
                    destroying the cached RenderingResources of a WebPage
           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 destructor of WebPage calls RemoteResourceCacheProxy::clearRenderingResourceMap() via other calls. Because RemoteResourceCacheProxy stores the cached RenderingResources in a HashMap of WeakPtrs, we need to ensure the WeakPtr of the RenderingResource is not null before using it.

-- 
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/20240111/5ac8b1ec/attachment-0001.htm>


More information about the webkit-unassigned mailing list