Skip to content

notifications: fix potential null dereference in app_info_get_id()

Although apparently unlikely, strlen() is called on the return value of desktop_id instead of ret, which may result in a null dereference.

Merge request reports