chiark / gitweb /
dbus-common: fix segfault when a DBus message has no interface
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 25 May 2011 14:17:17 +0000 (16:17 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 25 May 2011 16:07:31 +0000 (18:07 +0200)
commitcda2b84a69905aafe2f8c6bd3f1c9eefe92b6bbb
treebb60dc6e46b7784a713d9b5c6d27b59af296ee1e
parentd636fa3d67a76e512c5a3b2028e2c62ec5bbc50c
dbus-common: fix segfault when a DBus message has no interface

dbus_message_get_interface() may return NULL.

https://bugzilla.redhat.com/show_bug.cgi?id=707483
src/dbus-common.c