Bug 231537

Summary: [COOP] Crash under ReportingEndpointsCache::addEndpointFromDictionary()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, ews-watchlist, ggaren, japhet, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2021-10-11 14:56:28 PDT
Crash under ReportingEndpointsCache::addEndpointFromDictionary():
12 WebCore::ReportingEndpointsCache::addEndpointFromDictionary(WebCore::SecurityOriginData const&, WTF::URL const&, WTF::StringView) <==
        12 WebCore::ReportingEndpointsCache::addEndpointFromDictionary(WebCore::SecurityOriginData const&, WTF::URL const&, WTF::StringView)
          12 WebCore::ReportingEndpointsCache::addEndPointsFromResponse(WebCore::ResourceResponse const&)
            12 WebCore::DocumentLoader::responseReceived(WebCore::ResourceResponse const&, WTF::CompletionHandler<void ()>&&)
              12 WebCore::DocumentLoader::responseReceived(WebCore::CachedResource&, WebCore::ResourceResponse const&, WTF::CompletionHandler<void ()>&&)
                12 WebCore::CachedRawResource::responseReceived(WebCore::ResourceResponse const&)
                  12 WebCore::SubresourceLoader::didReceiveResponse(WebCore::ResourceResponse const&, WTF::CompletionHandler<void ()>&&)
                    12 WebKit::WebResourceLoader::didReceiveResponse(WebCore::ResourceResponse const&, bool)
                      12 WebKit::WebResourceLoader::didReceiveWebResourceLoaderMessage(IPC::Connection&, IPC::Decoder&)
Comment 1 Chris Dumez 2021-10-11 14:56:38 PDT
<rdar://83530643>
Comment 2 Chris Dumez 2021-10-11 15:00:17 PDT
Created attachment 440844 [details]
Patch
Comment 3 Geoffrey Garen 2021-10-11 15:40:13 PDT
Comment on attachment 440844 [details]
Patch

r=me
Comment 4 EWS 2021-10-11 17:05:44 PDT
Committed r283952 (242804@main): <https://commits.webkit.org/242804@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 440844 [details].