[korganizer] [Bug 474144] Korganizer crashes when forwarding an event

2023-10-17 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=474144

Daniel Vrátil  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  ---
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-3src/koeventpopupmenu.cpp

https://invent.kde.org/pim/korganizer/-/commit/e28baf6ff1290edbc8e5771400fe87c81dbc8fea

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 474144] Korganizer crashes when forwarding an event

2023-10-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474144

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/korganizer/-/merge_requests/106

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 474144] Korganizer crashes when forwarding an event

2023-10-13 Thread Thomas Monjalon
https://bugs.kde.org/show_bug.cgi?id=474144

--- Comment #2 from Thomas Monjalon  ---
In Korganizer, I do a right-clik on an event and choose "send as iCalendar".
Then I choose the recipient, click OK,
and it crashes.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 474144] Korganizer crashes when forwarding an event

2023-10-13 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=474144

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---
Could you please describe how exactly are you trying to forward an event?
Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.