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.
BUG: 409419
FIXED-IN: 5.11.3
vkrause |
KDE PIM |
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.
BUG: 409419
FIXED-IN: 5.11.3
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |