[Webkit-unassigned] [Bug 93887] QNetworkReplyHandler checks for wrong values with m_reply->bytesAvailable() causing qBadAlloc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 4 00:54:39 PDT 2014


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


Stefan Pavlik <stefan.pavlik+webkit at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefan.pavlik+webkit at gmail.
                   |                            |com




--- Comment #1 from Stefan Pavlik <stefan.pavlik+webkit at gmail.com>  2014-06-04 00:55:03 PST ---
I have reproduce the crash with Qt 4.8.5 (on Windows 7 64 bit, SP1) compiled with VS2012.

All you need to do is use incomplete url:

    auto * webView = new QWebView( this );
    webView->load ( QUrl( "/?base=1234" ) );

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