Bug 152673 - -[WebCoreResourceHandleAsOperationQueueDelegate connection:didReceiveResponse:] is missing an m_handle->client() NULL check
Summary: -[WebCoreResourceHandleAsOperationQueueDelegate connection:didReceiveResponse...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-01-03 16:05 PST by David Kilzer (:ddkilzer)
Modified: 2016-01-03 19:49 PST (History)
9 users (show)

See Also:


Attachments
Patch v1 (1.68 KB, patch)
2016-01-03 16:13 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2016-01-03 16:05:38 PST
-[WebCoreResourceHandleAsOperationQueueDelegate connection:didReceiveResponse:] is missing an m_handle->client() NULL check in Source/WebCore/platform/network/mac/WebCoreResourceHandleAsOperationQueueDelegate.mm.

This is the cause of a low-frequency crash in the com.apple.WebKit.Networking process.
Comment 1 David Kilzer (:ddkilzer) 2016-01-03 16:07:06 PST
<rdar://problem/23560530>
Comment 2 David Kilzer (:ddkilzer) 2016-01-03 16:13:06 PST
Created attachment 268155 [details]
Patch v1
Comment 3 WebKit Commit Bot 2016-01-03 19:49:07 PST
Comment on attachment 268155 [details]
Patch v1

Clearing flags on attachment: 268155

Committed r194526: <http://trac.webkit.org/changeset/194526>
Comment 4 WebKit Commit Bot 2016-01-03 19:49:12 PST
All reviewed patches have been landed.  Closing bug.