Bug 125106 - Add CachedPage null checks
Summary: Add CachedPage null checks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-02 14:44 PST by Brady Eidson
Modified: 2013-12-02 14:53 PST (History)
0 users

See Also:


Attachments
Patch v1 (2.93 KB, patch)
2013-12-02 14:48 PST, Brady Eidson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2013-12-02 14:44:40 PST
Add CachedPage null checks

Some of PageCache.cpp null checks the CachedPage of the HistoryItems it manipulates...  but some places don't.

They all should.
Comment 1 Brady Eidson 2013-12-02 14:48:22 PST
Created attachment 218218 [details]
Patch v1
Comment 2 Brady Eidson 2013-12-02 14:53:32 PST
http://trac.webkit.org/changeset/159970