Skip to content

utils: Fix potential NULL pointer use

Phaedrus Leeds requested to merge check-dbus-proxy-error into master

Check if g_dbus_proxy_new_sync() returned NULL before using the value. I don't know if this happens in practice.

Merge request reports