Summary: | Mail system crashed | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Nicolas Fella <nicolas.fella> |
Component: | IMAP resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kimap/8bc38d948c5386716c1d91cfe2ae2e9413da6541 | Version Fixed In: | 5.11.3 |
Sentry Crash Report: |
Description
Nicolas Fella
2019-07-02 13:49:11 UTC
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 |