[Webkit-unassigned] [Bug 278187] REGRESSION(278818 at main): Crash in Epiphany when closing a tab before gesture completes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 18 06:08:33 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278187
--- Comment #10 from Michael Catanzaro <mcatanzaro at redhat.com> ---
Ultimately I think this is a bug in WebPageProxy. m_pageClient is a WeakPtr, but WebPageProxy::protectedPageClient allows converting to a Ref without checking whether it's valid. Using WebPageProxy::optionalProtectedPageClient would avoid this. Surely WebPageProxy::protectedPageClient should be removed, but that's going to be annoying to change.
--
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/20240818/aa9f7347/attachment-0001.htm>
More information about the webkit-unassigned
mailing list