From bebc830fc47cbf191f7518dfd0cd88c4938c2dbf Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 28 Oct 2003 23:51:24 +0000 Subject: 2003-10-28 Havoc Pennington * bus/expirelist.c (do_expiration_with_current_time): detect failure of the expire_func due to OOM * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM * bus/dispatch.c (check_send_exit_to_service): fix to handle the NoReply error that's now created by the bus when the service exits --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb4055a7..c551573a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-10-28 Havoc Pennington + + * bus/expirelist.c (do_expiration_with_current_time): detect + failure of the expire_func due to OOM + + * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM + + * bus/dispatch.c (check_send_exit_to_service): fix to handle the + NoReply error that's now created by the bus when the service exits + 2003-10-28 Havoc Pennington * dbus/dbus-message.c (_dbus_message_test): enable and fix the -- cgit