Bug 42216 - ResourceRequest::doUpdateResourceRequest() crashes if client denied request
Summary: ResourceRequest::doUpdateResourceRequest() crashes if client denied request
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 42201
  Show dependency treegraph
 
Reported: 2010-07-13 17:11 PDT by Alexey Proskuryakov
Modified: 2010-07-13 17:20 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.45 KB, patch)
2010-07-13 17:14 PDT, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

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