[Webkit-unassigned] [Bug 36426] Chromium: Crash in WebCore::ArchiveFactory::isArchiveMimeType

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 23 10:02:48 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36426





--- Comment #3 from Brady Eidson <beidson at apple.com>  2010-03-23 10:02:48 PST ---

> +#if PLATFORM(CHROMIUM)
> +    // https://bugs.webkit.org/show_bug.cgi?id=36426
> +    // FIXME(jeremy at chromium.org): For debugging purposes, should be removed
> +    // before closing the bug.
> +    // Make real copy of the string so we fail here if the responseMIMEType
> +    // string is bad.
> +    const String responseMIMEType = loader->responseMIMEType();
> +#else
>      const String& responseMIMEType = loader->responseMIMEType();
> +#endif

This probably won't have any effect.  The problem with the out-of-orderness was
that the MIMEType string is null, which is then looked up where null isn't
expected.

Making a copy of null is still null.

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



More information about the webkit-unassigned mailing list