Skip to content

flatpak: Crash in _transaction_operation_error()

It can happen in some rare situations that the passed in 'error' variable is NULL, thus check for it instead of unconditionally dereference it.

Reported downstream at https://bugzilla.redhat.com/show_bug.cgi?id=2283960

Merge request reports