Bug 116495

Summary: Fix null-pointer deref in DocumentLoader::responseReceived()
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, beidson
Priority: P1 Keywords: BlinkMergeCandidate, InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 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().
Attachments
Alexey Proskuryakov
Comment 1 2013-05-23 15:30:43 PDT
Alexey Proskuryakov
Comment 2 2013-06-20 17:45:09 PDT
Note You need to log in before you can comment on or make changes to this bug.