[Webkit-unassigned] [Bug 14516] crash loading multipart/x-mixed-replace data on windows safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 16:14:55 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14516





------- Comment #2 from idealisms at gmail.com  2007-07-03 16:14 PDT -------
Hmm, it looks like my bug report got truncated.

It should have said:
Tested on trunk r23940.  The crash is in ResourceLoader::clearResourceData()
where it tries to clear m_resourceData which hasn't been initialized.  This
doesn't happen on Mac Safari because it first calls willStopBufferingData,
which doesn't seem to be called at all by the windows resource handle.

The simple fix seems to be to do a null check in clearResourceData().


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list