[webkit-reviews] review granted: [Bug 8437] iExploder(#293): Crash in StringImpl::hash() : [Attachment 7768] Check and skip <param>s with empty name

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Mon Apr 17 13:10:09 PDT 2006


Darin Adler <darin at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 8437: iExploder(#293): Crash in StringImpl::hash()
http://bugzilla.opendarwin.org/show_bug.cgi?id=8437

Attachment 7768: Check and skip <param>s with empty name
http://bugzilla.opendarwin.org/attachment.cgi?id=7768&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
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



More information about the webkit-reviews mailing list