[Webkit-unassigned] [Bug 9176] REGRESSION: repro crash in WebCore::StringImpl::hash() const + 28 (StringImpl.h:67)
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Jun 3 21:02:19 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9176
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |EasyFix
------- Comment #3 from darin at apple.com 2006-06-03 21:02 PDT -------
I believe this occurs when m_url is null and requestStyleSheet is called with
it. That's inside HTMLLinkElement::process. I believe this can be fixed by
setting m_cachedSheet to 0 when m_url is null or by changing the DocLoader
functions to fail when the URL string is null.
--
Configure bugmail: http://bugzilla.opendarwin.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