dbus ChangeLog,1.759,1.760

John Palmieri johnp at freedesktop.org
Sat Apr 23 15:34:50 PDT 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv23585

Modified Files:
	ChangeLog 
Log Message:
* dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
  in numerous places that did not account for the NULL terminator
  (signature_from_seed): changed the manual string copy loop to
  just use strcpy instead
  make check should now pass



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.759
retrieving revision 1.760
diff -u -d -r1.759 -r1.760
--- ChangeLog	19 Apr 2005 13:14:55 -0000	1.759
+++ ChangeLog	23 Apr 2005 22:34:48 -0000	1.760
@@ -1,3 +1,11 @@
+2005-04-23  John (J5) Palmieri  <johnp at redhat.com>
+
+	* dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
+	in numerous places that did not account for the NULL terminator
+	(signature_from_seed): changed the manual string copy loop to 
+	just use strcpy instead
+	make check should now pass
+
 2005-04-19  John (J5) Palmieri  <johnp at redhat.com>
 
 	* dbus/dbus-marshal-header.c (_dbus_header_create): Fix assert



More information about the dbus-commit mailing list