Skip to content
  • Ahmad Samir's avatar
    Fix crash in SessionPool::requestPassword · 127cfcc2
    Ahmad Samir authored and Daniel Vrátil's avatar Daniel Vrátil committed
    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
    127cfcc2