Skip to content
Commit 127cfcc2 authored by Ahmad Samir's avatar Ahmad Samir Committed by Daniel Vrátil
Browse files

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.

BUG: 415339
parent 3b716e58
Pipeline #31655 failed with stage
in 32 minutes and 44 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment