[Akonadi] [Bug 415339] Akonadi IMAP crashed on waking up from sleep
Daniel Vrátil
bugzilla_noreply at kde.org
Mon Aug 24 16:28:28 BST 2020
https://bugs.kde.org/show_bug.cgi?id=415339
Daniel Vrátil <dvratil at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |https://invent.kde.org/pim/
| |kdepim-runtime/commit/127cf
| |cc288579b1f268326f623c76523
| |97878b5d
--- Comment #15 from Daniel Vrátil <dvratil at kde.org> ---
Git commit 127cfcc288579b1f268326f623c7652397878b5d by Daniel Vrátil, on behalf
of Ahmad Samir.
Committed on 24/08/2020 at 14:45.
Pushed by dvratil into branch 'master'.
Fix crash in SessionPool::requestPassword
If the connection to the imap server is lost, m_account becomes null and
requestPassword would crash trying to access a nullptr. Check m_account in
processPendingRequests and bail out if the connection is lost. Note that a
similar check is used in onPasswordRequestDone.
M +9 -0 resources/imap/sessionpool.cpp
https://invent.kde.org/pim/kdepim-runtime/commit/127cfcc288579b1f268326f623c7652397878b5d
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list