Bug 253895
| Summary: | Crash under NetworkProcess::addAllowedFirstPartyForCookies() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Crash under NetworkProcess::addAllowedFirstPartyForCookies():
WTF::HashTable<WebCore::RegistrableDomain, WebCore::RegistrableDomain, WTF::IdentityExtractor, WTF::DefaultHash<WebCore::RegistrableDomain>, WTF::HashTraits<WebCore::RegistrableDomain>, WTF::HashTraits<WebCore::RegistrableDomain> >::add(WebCore::RegistrableDomain&&) <==
8 WebKit::NetworkProcess::addAllowedFirstPartyForCookies(WTF::ObjectIdentifier<WebCore::ProcessIdentifierType>, WebCore::RegistrableDomain&&, WTF::CompletionHandler<void ()>&&)
8 auto WebKit::WebSharedWorkerServer::createContextConnection(WebCore::RegistrableDomain const&, WebCore::RegistrableDomain const&, std::__1::optional<WTF::ObjectIdentifier<WebCore::ProcessIdentifierType> >)::$_5::operator()<WTF::ObjectIdentifier<WebCore::ProcessIdentifierType> >(WTF::ObjectIdentifier<WebCore::ProcessIdentifierType>) const
6 WTF::Detail::CallableWrapper<IPC::Connection::sendMessageWithAsyncReply(WTF::UniqueRef<IPC::Encoder>&&, IPC::Connection::AsyncReplyHandler, WTF::OptionSet<IPC::SendOption>, std::__1::optional<WTF::Thread::QOS>)::$_9, void>::call()
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://104526219>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/11506
EWS
Committed 261656@main (e2b561a545d3): <https://commits.webkit.org/261656@main>
Reviewed commits have been landed. Closing PR #11506 and removing active labels.