Bug 42216

Summary: ResourceRequest::doUpdateResourceRequest() crashes if client denied request
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: PlatformAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Bug Depends on:    
Bug Blocks: 42201    
Attachments:
Description Flags
proposed patch darin: review+

Description Alexey Proskuryakov 2010-07-13 17:11:22 PDT
ResourceRequest::doUpdateResourceRequest() doesn't have a null check for m_cfRequest, so it can easily crash.
Comment 1 Alexey Proskuryakov 2010-07-13 17:14:53 PDT
Created attachment 61438 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2010-07-13 17:20:32 PDT
Committed <http://trac.webkit.org/changeset/63265>.