Skip to content

Prevent crashing from null AlarmNotification pointer

Claudio Cambra requested to merge work/check-notifications-crash-fix into master

This MR adds a check for null pointers when iterating over the notification hash which should prevent crashes from trying to access a nullptr

Merge request reports