[Webkit-unassigned] [Bug 247442] Network process crash in WebResourceLoadStatisticsStore::registrableDomains

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 12:59:57 PST 2022


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

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

--- Comment #3 from Michael Catanzaro <mcatanzaro at gnome.org> ---
So it looks like fetching the resource load statistics website data type crashes in ephemeral sessions.

WebResourceLoadStatisticsStore::registrableDomains calls WebResourceLoadStatistics::postTask, and that is not supposed to be called at all in ephemeral mode. Makes sense... we should probably bail out before that. Either NetworkProcess::fetchWebsiteData should skip fetching website data if in an ephemeral session, or the NetworkSession should not have a WebResourceLoadStatistics object at all if ephemeral.

-- 
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/20221110/0dbca792/attachment-0001.htm>


More information about the webkit-unassigned mailing list