https://bugs.kde.org/show_bug.cgi?id=445700
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libksysguard/-/commit/56 | |0d8dad2671c9d8bbd877cd6d796 | |516c9e5ae96 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit 560d8dad2671c9d8bbd877cd6d796516c9e5ae96 by Arjen Hiemstra. Committed on 11/06/2024 at 12:01. Pushed by ahiemstra into branch 'master'. processcore: Properly check if process exists before dereferencing Q_ASSERT will only trigger in debug builds. In release builds we can therefore still dereference a potential null pointer, so do a proper check instead since there are places where we pass a process' parent without checking if that parent exists. M +1 -2 processcore/process_data_model.cpp https://invent.kde.org/plasma/libksysguard/-/commit/560d8dad2671c9d8bbd877cd6d796516c9e5ae96 -- You are receiving this mail because: You are watching all bug changes.