[Webkit-unassigned] [Bug 272248] Crash in WebKit::WebDataListSuggestionPicker::close

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 14:55:03 PDT 2024


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

Michael Catanzaro <mcatanzaro at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #2 from Michael Catanzaro <mcatanzaro at redhat.com> ---
Well the problem seems clear enough. Since 272284 at main WebDataListSuggestionPicker keeps a WeakRef<WebPage> m_page, expecting it to become nullptr. But everywhere it uses m_page, it assumes that it will never be nullptr. This is inconsistent.

-- 
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/20240405/23025c2a/attachment.htm>


More information about the webkit-unassigned mailing list