Bug 98830 - [BlackBerry] NetworkJob missing m_frame checks
Summary: [BlackBerry] NetworkJob missing m_frame checks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-09 15:46 PDT by Joe Mason
Modified: 2012-10-09 18:23 PDT (History)
3 users (show)

See Also:


Attachments
fix (2.81 KB, patch)
2012-10-09 15:50 PDT, Joe Mason
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Mason 2012-10-09 15:46:20 PDT
m_frame can be null, and m_frame->page() can return null. There are a few places in NetworkJob that don't check for this.
Comment 1 Joe Mason 2012-10-09 15:50:13 PDT
Created attachment 167868 [details]
fix
Comment 2 WebKit Review Bot 2012-10-09 18:23:07 PDT
Comment on attachment 167868 [details]
fix

Clearing flags on attachment: 167868

Committed r130834: <http://trac.webkit.org/changeset/130834>
Comment 3 WebKit Review Bot 2012-10-09 18:23:09 PDT
All reviewed patches have been landed.  Closing bug.