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
Loading
Loading
Pipeline
#31655
failed
with stage
in
32 minutes and 44 seconds
Loading
Please register or sign in to comment