flatpak / xdg-desktop-portal-gtk

Gtk implementation of xdg-desktop-portal
GNU Lesser General Public License v2.1
130 stars 102 forks source link

fix: Don't add reused FdoNotification nodes to notifications slist #443

Closed xercesblue closed 1 year ago

xercesblue commented 1 year ago

This should fix a UAF when trying to scan across known FdoNotification nodes.

May also fix: https://github.com/flatpak/xdg-desktop-portal-gtk/issues/422

GeorgesStavracas commented 1 year ago

This is obviously correct, thank you for spotting it