RESOLVED FIXED 8437
iExploder(#293): Crash in StringImpl::hash()
https://bugs.webkit.org/show_bug.cgi?id=8437
Summary iExploder(#293): Crash in StringImpl::hash()
Alexey Proskuryakov
Reported 2006-04-17 09:32:00 PDT
run-iexploder-tests 293 (or just open the attached file). Not sure if it's a kxmlcore bug, or RenderApplet::createWidgetIfNecessary() just passes invalid data.
Attachments
test case (15.80 KB, text/html)
2006-04-17 09:32 PDT, Alexey Proskuryakov
no flags
Reduced test case (35 bytes, text/html)
2006-04-17 10:00 PDT, mitz
no flags
Check and skip <param>s with empty name (2.01 KB, patch)
2006-04-17 10:28 PDT, mitz
darin: review+
Alexey Proskuryakov
Comment 1 2006-04-17 09:32:30 PDT
Created attachment 7763 [details] test case
mitz
Comment 2 2006-04-17 10:00:00 PDT
Created attachment 7766 [details] Reduced test case This is the <applet> version of bug 6962.
mitz
Comment 3 2006-04-17 10:28:36 PDT
Created attachment 7768 [details] Check and skip <param>s with empty name Can't make an automated test since Java is disabled in DumpRenderTree.
Darin Adler
Comment 4 2006-04-17 13:10:08 PDT
Comment on attachment 7768 [details] Check and skip <param>s with empty name The issue is elements with no name (null String), not empty names (empty String). HashMap doesn't support null String as a key. But I suppose it's harmless to also omit elements with empty names. r=me
Alexey Proskuryakov
Comment 5 2006-04-19 09:36:54 PDT
*** Bug 8471 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.