Nullpointer crash in WebCore: WebCore::ServiceWorkerRegistrationKey::hash() const
<rdar://problem/57348603>
Created attachment 384135 [details] Patch
Comment on attachment 384135 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=384135&action=review > Source/WebCore/workers/service/ServiceWorkerRegistrationKey.cpp:52 > + hashes[1] = m_scope.isNull() ? 0 : StringHash::hash(m_scope); This part of the change looks wrong me.
Created attachment 384178 [details] Patch
Comment on attachment 384178 [details] Patch Clearing flags on attachment: 384178 Committed r252849: <https://trac.webkit.org/changeset/252849>
All reviewed patches have been landed. Closing bug.