https://bugs.kde.org/show_bug.cgi?id=474144
Daniel Vrátil <dvra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/pim/ | |korganizer/-/commit/e28baf6 | |ff1290edbc8e5771400fe87c81d | |bc8fea Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version Fixed In| |23.08.3 --- Comment #4 from Daniel Vrátil <dvra...@kde.org> --- Git commit e28baf6ff1290edbc8e5771400fe87c81dbc8fea by Daniel Vrátil. Committed on 17/10/2023 at 21:30. Pushed by dvratil into branch 'release/23.08'. 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. FIXED-IN: 23.08.3 M +6 -3 src/koeventpopupmenu.cpp https://invent.kde.org/pim/korganizer/-/commit/e28baf6ff1290edbc8e5771400fe87c81dbc8fea -- You are receiving this mail because: You are watching all bug changes.