--- gdbus/object.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gdbus/object.c b/gdbus/object.c index 0786aeb..7bc9860 100644 --- a/gdbus/object.c +++ b/gdbus/object.c @@ -222,6 +222,9 @@ static void generic_unregister(DBusConnection *connection, void *user_data) static struct interface_data *find_interface(GSList *interfaces, const char *name) { + if (NULL == name) + return NULL; + GSList *list; for (list = interfaces; list; list = list->next) { -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html