Bug 75225 - Fix a crash in WebProcess when starting a download not initiated by a WebPage
Summary: Fix a crash in WebProcess when starting a download not initiated by a WebPage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-26 04:13 PST by Carlos Garcia Campos
Modified: 2011-12-26 07:58 PST (History)
3 users (show)

See Also:


Attachments
Patch to fix the crash (1.44 KB, patch)
2011-12-26 04:16 PST, Carlos Garcia Campos
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2011-12-26 04:13:56 PST
This crash was introduced in r101607, the patch assumes initiatingPage can't be NULL.
Comment 1 Carlos Garcia Campos 2011-12-26 04:16:01 PST
Created attachment 120548 [details]
Patch to fix the crash
Comment 2 Carlos Garcia Campos 2011-12-26 07:58:30 PST
Committed r103686: <http://trac.webkit.org/changeset/103686>