Skip to content
Commit 9cfc0f6a 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
(cherry picked from commit 8344e0cc)
parent a740e7fa
Pipeline #388935 passed with stage
in 9 minutes and 21 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