Skip to content
  • Milan Crha's avatar
    secret-file-backend: Fix use-after-free in flatpak · 523fe32b
    Milan Crha authored
    The on_portal_retrieve_secret() can connect a GCancellable, but it
    doesn't disconnect from it (only when the cancellable is cancelled),
    which means when the cancellable is cancelled later, when the GTask
    is gone, the callback is called with already freed data.
    523fe32b