[Webkit-unassigned] [Bug 38935] [Qt][Symbian] data URIs cause crash at QFile layer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 14 08:16:41 PDT 2010


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





--- Comment #6 from Markus Goetz <markus.goetz at nokia.com>  2010-05-14 08:16:40 PST ---
Don't worry :)
The order is now the "correct" one:

static void ensureInitialized()
{
#ifndef QT_NO_HTTP
    (void) httpBackend();
#endif // QT_NO_HTTP
    (void) dataBackend();
#ifndef QT_NO_FTP
    (void) ftpBackend();
#endif

#ifdef QT_BUILD_INTERNAL
    (void) debugpipeBackend();
#endif

    // leave this one last since it will query the special QAbstractFileEngines
    (void) fileBackend();
}

-- 
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