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

Fix crash when forwarding incidence via context menu

The MailClient inside ITIPHandler may work asynchronously, causing the
ITIPHandler inside the KOEVentPopupMenu to go out-of-scope and be
destroyed before the async operation in the MailClient finishes. Since
MailClient relies on a factory object owned by the ITIPHandler, if the
ITIPHandler gets destroyed before the MailClient finishes, it will
delete the factory object causing use-after-free when the async
operation in MailClient is finally done.

BUG: 474144
FIXED-IN: 23.08.3
parent d58bea1e
Pipeline #501993 passed with stage
in 1 minute and 40 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