From 9a3145b9f3cb0d7d570230aaa6193f87e3bea604 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 8 Aug 2006 23:29:03 +0000 Subject: These are all patches from Kjartan Maraas with cleanups of bugs found from Coverity reports: * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file): close the file on error to avoid a leak * bus/expirelist.c (bus_expire_list_test): Check for NULL on dbus_new0 * bus/activation.c (update_directory): remove dead code * bus/config-parser.c (merge_service_context_hash, start_selinux_child): Fix some leaks * bus/bus.c (process_config_every_time): Fixed a leak * bus/desktop-file.c (parse_key_value): Fixed leak * bus/selinux.c (bus_selinux_id_table_insert): Fixed leak --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7436ae1c..fe7696e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2006-08-08 John (J5) Palmieri + + These are all patches from Kjartan Maraas + with cleanups of bugs found from Coverity reports: + + * dbus/dbus-sysdeps-util.c (_dbus_write_pid_file): + close the file on error to avoid a leak + + * bus/expirelist.c (bus_expire_list_test): + Check for NULL on dbus_new0 + + * bus/activation.c (update_directory): + remove dead code + + * bus/config-parser.c (merge_service_context_hash, start_selinux_child): + Fix some leaks + + * bus/bus.c (process_config_every_time): + Fixed a leak + + * bus/desktop-file.c (parse_key_value): + Fixed leak + + * bus/selinux.c (bus_selinux_id_table_insert): + Fixed leak + 2006-08-08 John (J5) Palmieri * dbus/dbus-object-tree.c (_dbus_object_subtree_new): -- cgit