D21147: Null pointer dereference at ksysguard

2019-05-17 Thread George Karagiannidis
gkaragiannidis updated this revision to Diff 58214. CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21147?vs=57914&id=58214 REVISION DETAIL https://phabricator.kde.org/D21147 AFFECTED FILES ksysguardd/conf.c To: gkaragiannidis Cc: davidedmundson, apol, plasma-devel, jraleigh, GB_2,

D21147: Null pointer dereference at ksysguard

2019-05-12 Thread George Karagiannidis
gkaragiannidis marked an inline comment as done. gkaragiannidis added a comment. Yes it would read better indeed. I don't know the procedure though; should I do anything? REPOSITORY R106 KSysguard REVISION DETAIL https://phabricator.kde.org/D21147 To: gkaragiannidis Cc: apol, plasma-de

D21147: Null pointer dereference at line 111 in conf.c

2019-05-11 Thread George Karagiannidis
gkaragiannidis created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. gkaragiannidis requested review of this revision. REVISION SUMMARY Attempting to write to a NULL pointer, if the strchr( confLog->name, ':' ); has returned null. This can