D9399: Fix crash, presumably since Qt 5.10?
Aleix Pol Gonzalez
noreply at phabricator.kde.org
Mon Dec 18 15:35:06 UTC 2017
apol created this revision.
apol added reviewers: Frameworks, dfaure.
Restricted Application added a project: Frameworks.
REVISION SUMMARY
We are opening the stream as read only and skipRawData would complain that
it's a write-only device, and skipping needs reading:
QIODevice::skip (QBuffer): WriteOnly device
It was a weird optimization anyway, so just pass the information like the
rest of the data and it works just fine.
BUG: 386364
TEST PLAN
The check on the bug report passes now, and akregator fetches
all feeds again.
REPOSITORY
R241 KIO
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D9399
AFFECTED FILES
src/ioslaves/http/http.cpp
To: apol, #frameworks, dfaure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171218/e292037c/attachment.html>
More information about the Kde-frameworks-devel
mailing list