Bug 34021

Summary: [WebFrame loadRequest:] does not null check the WebCore::Frame
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit APIAssignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Fix adele: review+, beidson: commit-queue-

Description Brady Eidson 2010-01-22 14:00:58 PST
[WebFrame loadRequest:] does not null check the WebCore::Frame

A crash this can cause is covered in <rdar://problem/7416286>

Many other methods in WebFrame null check the coreFrame, and this one should be no different.
Comment 1 Brady Eidson 2010-01-22 14:06:49 PST
Created attachment 47226 [details]
Fix
Comment 2 Brady Eidson 2010-01-22 15:03:53 PST
http://trac.webkit.org/changeset/53721