Summary: | Korganizer crash on plasma-wayland session | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Andrei Amuraritei <andamu> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | winter |
Priority: | NOR | Keywords: | drkonqi, junior-jobs |
Version: | 5.4.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kcalutils/613c4947fe7289ee6444d20103d38b0177256e54 | Version Fixed In: | 5.5.2 |
Sentry Crash Report: |
Description
Andrei Amuraritei
2017-05-05 01:48:31 UTC
https://lxr.kde.org/source/kde/pim/akonadi-calendar/src/calendarclipboard.cpp#280 QApplication::clipboard()->mimeData() can be 0, but this is not checked there. Git commit 259daa808e24485e997c77a76232a610037264d4 by Allen Winter. Committed on 12/05/2017 at 21:34. Pushed by winterz into branch 'master'. src/icaldrag.cpp - don't crash if QMimeData is null M +9 -5 src/icaldrag.cpp https://commits.kde.org/kcalutils/259daa808e24485e997c77a76232a610037264d4 Git commit 613c4947fe7289ee6444d20103d38b0177256e54 by Allen Winter. Committed on 12/05/2017 at 21:35. Pushed by winterz into branch 'Applications/17.04'. src/icaldrag.cpp - don't crash if QMimeData is null M +9 -5 src/icaldrag.cpp https://commits.kde.org/kcalutils/613c4947fe7289ee6444d20103d38b0177256e54 |