Skip to content

applets/kicker: fix potential crash when modifying preferred applications

Fushan Wen requested to merge work/fuf/PLASMA-WORKSPACE-9PP into master

AppEntry::reload() will reparse configuration when the current entry is a preferred application. However, when reparsing configuration, the result watcher can also emit signals which will modify the entry list. So iterate over a copy of the entry list instead.

SENTRY: PLASMA-WORKSPACE-9PP FIXED-IN: 6.0.5

Merge request reports