Skip to content
Commit f32aaa9d authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

IMAP: Fix crash when session is destroyed during password request

This can happen when there's a certificate problem, then the
m_pendingInitialSession is set to null before the onPasswordRequestDone()
is called, which ends up in dereferencing a nullptr in killSession().

BUG: 353653
FIXED-IN: 5.4.1
parent 1302bbba
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