[Akonadi] [Bug 409419] Mail system crashed
Daniel Vrátil
bugzilla_noreply at kde.org
Sun Jul 7 17:47:28 BST 2019
https://bugs.kde.org/show_bug.cgi?id=409419
Daniel Vrátil <dvratil at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |https://commits.kde.org/kim
| |ap/8bc38d948c5386716c1d91cf
| |e2ae2e9413da6541
Version Fixed In| |5.11.3
--- Comment #1 from Daniel Vrátil <dvratil at kde.org> ---
Git commit 8bc38d948c5386716c1d91cfe2ae2e9413da6541 by Daniel Vrátil.
Committed on 07/07/2019 at 16:47.
Pushed by dvratil into branch 'Applications/19.04'.
Fix int overflow when parsing ImapSet
Summary:
The ImapSet is a vector of qint64s, but while iteraring over
the vector the code stored the value as an int, which could've
caused overflow if the Id was large enough, triggering the
Q_ASSERT below.
FIXED-IN: 5.11.3
Reviewers: #kde_pim, vkrause
Reviewed By: #kde_pim, vkrause
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D22271
M +2 -2 src/imapset.cpp
https://commits.kde.org/kimap/8bc38d948c5386716c1d91cfe2ae2e9413da6541
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list