Skip to content
Commit 8344e0cc authored by Carl Schwan's avatar Carl Schwan 🚴 Committed by Christophe Marin
Browse files

Fix crash trying to access password of empty account

The connect method of SessionPool discard the ImapAccount if it is not
empty the requestPassword method will try to fetch the password for the
empty account and this crash due to a null pointer dereference.

BUG: 435427
parent a7dad00a
Pipeline #388913 passed with stage
in 10 minutes and 43 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