https://bugs.kde.org/show_bug.cgi?id=386364

Aleix Pol <aleix...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://commits.kde.org/kio |https://commits.kde.org/kio
                   |/c3ec3e9609f08a5a69c4d2af95 |/ca2364d9c2032e9e08e5c733b4
                   |0d3c5bffe6ef63              |5efb97bd37f0ad
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #12 from Aleix Pol <aleix...@kde.org> ---
Git commit ca2364d9c2032e9e08e5c733b45efb97bd37f0ad by Aleix Pol.
Committed on 19/12/2017 at 22:44.
Pushed by apol into branch 'master'.

Fix crash, presumably since Qt 5.10?

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.

Test Plan:
The check on the bug report passes now, and akregator fetches
all feeds again.

Reviewers: #frameworks, dfaure

Reviewed By: dfaure

Subscribers: anthonyfieroni, ngraham

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D9399

M  +1    -1    src/ioslaves/http/http.cpp

https://commits.kde.org/kio/ca2364d9c2032e9e08e5c733b45efb97bd37f0ad

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to