https://bugs.kde.org/show_bug.cgi?id=381583
Bug ID: 381583
Summary: potential crash in KDirWatch::~KDirWatch()
Product: frameworks-kcoreaddons
Version: unspecified
Platform: Compiled Sources
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Created attachment 106264
--> https://bugs.kde.org/attachment.cgi?id=106264&action=edit
check the d_ptr before using it
The KDirWatch dtor assumes that it always has a KDirWatchPrivate instance, an
assumption not shared by (most of) the other class methods. I stumbled upon
this during what could be called foolproofing (testing plasmoid with
plasmawindowed outside of a running Plasma5 environment).
--
You are receiving this mail because:
You are watching all bug changes.