Bug 34021 - [WebFrame loadRequest:] does not null check the WebCore::Frame
Summary: [WebFrame loadRequest:] does not null check the WebCore::Frame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P1 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-01-22 14:00 PST by Brady Eidson
Modified: 2010-01-22 15:03 PST (History)
0 users

See Also:


Attachments
Fix (1.21 KB, patch)
2010-01-22 14:06 PST, Brady Eidson
adele: review+
beidson: commit-queue-
Details | Formatted Diff | Diff

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