D23159: Prevent error() being emitted when purposefully reading 0 bytes
Alexander Saoutkin
noreply at phabricator.kde.org
Thu Aug 15 19:53:51 BST 2019
feverfew added inline comments.
INLINE COMMENTS
> chinmoyr wrote in file.cpp:524
> This doesn't support error reporting. Why not refactor this loop using read(char *, qint64)? I believe you can accommodate your changes inside the loop cleanly then.
I think that would be appropriate for a separate revision which I'm doing. This revision is only to handle the case outlined in the summary.
> chinmoyr wrote in file.cpp:538
> here `bytes` being negative should be an error..no?
bytes is unsigned, so it is not a worry for us.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D23159
To: feverfew, dfaure, fvogt, chinmoyr
Cc: apol, kfm-devel, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190815/fc7ede98/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list