Bug 10202 - REGRESSION: Repro crash when loading an empty image document
Summary: REGRESSION: Repro crash when loading an empty image document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: data:image/png,
Keywords: Regression
: 9987 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-02 02:22 PDT by mitz
Modified: 2006-08-16 15:44 PDT (History)
1 user (show)

See Also:


Attachments
Patch, including change log and test (3.41 KB, patch)
2006-08-02 02:29 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-08-02 02:22:37 PDT
Loading a 0-length image into a frame causes a crash due to dereferencing a nil m_imageElement pointer in ImageTokenizer.
Comment 1 mitz 2006-08-02 02:29:35 PDT
Created attachment 9812 [details]
Patch, including change log and test
Comment 2 Anders Carlsson 2006-08-02 02:33:14 PDT
Comment on attachment 9812 [details]
Patch, including change log and test

r=me
Comment 3 Darin Adler 2006-08-03 08:16:35 PDT
Committed revision 15766.
Comment 4 mitz 2006-08-16 15:44:34 PDT
*** Bug 9987 has been marked as a duplicate of this bug. ***