Skip to content
Commit a1ad610b authored by Sven Neumann's avatar Sven Neumann Committed by Jens Georg
Browse files

connman: fix a potential crash

cm_service_add() creates a CMService struct with a NULL
service_proxy field and then uses the asynchronous
g_dbus_proxy_new_for_bus() to create the proxy. So the
service_proxy may be NULL when cm_service_free() is called
before the proxy is actually created.

https://bugzilla.gnome.org/show_bug.cgi?id=770318
parent fba7c4eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment