Skip to content

Fix a potential crash when registering an action

Vlad Zahorodnii requested to merge work/zzag/do-register-crash into master

GlobalShortcutsRegistry::createServiceActionComponent() may return nullptr if it's fed bad data.

BUG: 477949

Merge request reports