Bug 231537 - [COOP] Crash under ReportingEndpointsCache::addEndpointFromDictionary()
Summary: [COOP] Crash under ReportingEndpointsCache::addEndpointFromDictionary()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-11 14:56 PDT by Chris Dumez
Modified: 2021-10-11 17:05 PDT (History)
6 users (show)

See Also:


Attachments
Patch (4.83 KB, patch)
2021-10-11 15:00 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].