diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2011-01-12 22:49:01 -0500 |
---|---|---|
committer | José Alburquerque <jaalburqu@svn.gnome.org> | 2011-01-12 22:49:01 -0500 |
commit | 7846da750880ac7dde52ba40d7c4cbcbceecbc9e (patch) | |
tree | 444578dec0b2dc58cf305c01d5ba63d7345e285d /ChangeLog | |
parent | 2bb1f3afd56ba8a4ebab477eab87716419cb6bba (diff) | |
download | glibmm-7846da750880ac7dde52ba40d7c4cbcbceecbc9e.tar.gz |
DBusConnection: Check for NULL bus name in the MethodCall callback.
* gio/src/dbusconnection.ccg
(DBusConnection_Message_Filter_giomm_callback): Since the sender can
be NULL, check for that so that creating a Glib::ustring from a NULL
does not cause exceptions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2011-01-12 José Alburquerque <jaalburqu@svn.gnome.org> + + DBusConnection: Check for NULL bus name in the MethodCall callback. + + * gio/src/dbusconnection.ccg + (DBusConnection_Message_Filter_giomm_callback): Since the sender can + be NULL, check for that so that creating a Glib::ustring from a NULL + does not cause exceptions. + 2.27.91: 2011-01-11 José Alburquerque <jaalburqu@svn.gnome.org> |