dbus ChangeLog,1.680,1.681

Havoc Pennington hp at freedesktop.org
Sat Feb 5 13:03:28 PST 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-02-05  Havoc Pennington  <hp at redhat.com>

	* dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
	if the signature of a variant was empty
	(_dbus_validate_signature_with_reason): catch "(a)" (array inside
	struct with no element type)

	* dbus/dbus-message-factory.c (generate_uint32_changed): add more
	mangled messages to break things



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -d -r1.680 -r1.681
--- ChangeLog	5 Feb 2005 04:15:57 -0000	1.680
+++ ChangeLog	5 Feb 2005 21:03:24 -0000	1.681
@@ -1,3 +1,13 @@
+2005-02-05  Havoc Pennington  <hp at redhat.com>
+
+	* dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
+	if the signature of a variant was empty
+	(_dbus_validate_signature_with_reason): catch "(a)" (array inside
+	struct with no element type)
+
+	* dbus/dbus-message-factory.c (generate_uint32_changed): add more
+	mangled messages to break things
+
 2005-02-04  Havoc Pennington  <hp at redhat.com>
 
 	* glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use



More information about the dbus-commit mailing list