mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 15:47:59 +02:00
fix possible crash if pending_return is NULL (FDO Bug #12673)
2008-01-15 John (J5) Palmieri <johnp@redhat.com> * patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com> * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix possible crash if pending_return is NULL (FDO Bug #12673)
This commit is contained in:
parent
f44e259110
commit
1b64602017
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>
|
||||
|
||||
* dbus/dbus-connection.c (dbus_connection_send_with_reply):
|
||||
fix possible crash if pending_return is NULL (FDO Bug #12673)
|
||||
|
||||
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* portions of patch submitted by Tim Mooney
|
||||
|
|
|
|||
|
|
@ -3140,8 +3140,6 @@ dbus_connection_send_with_reply (DBusConnection *connection,
|
|||
{
|
||||
CONNECTION_UNLOCK (connection);
|
||||
|
||||
*pending_return = NULL;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue