dbus ChangeLog,1.1069,1.1070

John Palmieri johnp at kemper.freedesktop.org
Tue Aug 8 16:29:05 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv8689

Modified Files:
	ChangeLog 
Log Message:
These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
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


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1069
retrieving revision 1.1070
diff -u -d -r1.1069 -r1.1070
--- ChangeLog	8 Aug 2006 22:43:40 -0000	1.1069
+++ ChangeLog	8 Aug 2006 23:29:03 -0000	1.1070
@@ -1,5 +1,31 @@
 2006-08-08  John (J5) Palmieri  <johnp at redhat.com>
 
+	These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
+	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  <johnp at redhat.com>
+
 	* dbus/dbus-object-tree.c (_dbus_object_subtree_new):
 	remove dead code
 



More information about the dbus-commit mailing list