Bug 116495 - Fix null-pointer deref in DocumentLoader::responseReceived()
Summary: Fix null-pointer deref in DocumentLoader::responseReceived()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate, InRadar
Depends on:
Blocks:
 
Reported: 2013-05-20 19:23 PDT by Ryosuke Niwa
Modified: 2013-06-20 17:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-05-20 19:23:45 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/eb8a1c93a99909c361016e1a8f7bf8734f04120a

When a load is cancelled via x-frame-options, we dispatch a load event. The
load event might detach the frame, in which case we shouldn't try to access
the frameLoader().
Comment 1 Alexey Proskuryakov 2013-05-23 15:30:43 PDT
<rdar://problem/13977070>
Comment 2 Alexey Proskuryakov 2013-06-20 17:45:09 PDT
Committed <http://trac.webkit.org/r151812>.