Skip to content

livepatch: Do not dereference a null error pointer.

If goa_provider_get_for_provider_type does not return a valid provider, error is not set. Avoid dereferencing it as it can cause segfaults.

Fixes: https://bugs.launchpad.net/bugs/1768743

Merge request reports