https://bugs.kde.org/show_bug.cgi?id=454747

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kio/commit/29bdf541a
                   |                            |a83c78bc8e9d90487a7e1dd505e
                   |                            |f013
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #7 from David Edmundson <k...@davidedmundson.co.uk> ---
Git commit 29bdf541aa83c78bc8e9d90487a7e1dd505ef013 by David Edmundson.
Committed on 09/07/2022 at 08:28.
Pushed by davidedmundson into branch 'master'.

Fix crash in DropJob

QMimeData is owned by the backend and can be deleted during any event
processing.

DropJob has a deferred start operation. One path in this is to call
PasteJob with mimedata. It could be dangling by this point.

Pastejob follows a similar pattern in
1d668a9fe65c5bc178487fc32e6662ff815147f6 internally but we also need to
handle this usage before PasteJob.

M  +2    -2    src/widgets/dropjob.cpp

https://invent.kde.org/frameworks/kio/commit/29bdf541aa83c78bc8e9d90487a7e1dd505ef013

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

Reply via email to