From 6c241c1035a74f9ad4a526424a0be5c816bc61cb Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 8 Apr 2003 20:16:03 +0000 Subject: 2003-04-08 Havoc Pennington * bus/driver.c (bus_driver_handle_acquire_service): init retval/reply before checking name * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a recursion depth argument * dbus/dbus-message.h (struct DBusMessageIter): put some padding in the public struct for future extension * dbus/dbus-message-builder.c (_dbus_message_data_load): fix typo * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose message * doc/dbus-specification.sgml: fix typo --- dbus/dbus-marshal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus-marshal.h') diff --git a/dbus/dbus-marshal.h b/dbus/dbus-marshal.h index 0f40cd70..81ff6f50 100644 --- a/dbus/dbus-marshal.h +++ b/dbus/dbus-marshal.h @@ -183,6 +183,7 @@ dbus_bool_t _dbus_marshal_validate_type (const DBusString *str, int *type, int *end_pos); dbus_bool_t _dbus_marshal_validate_arg (const DBusString *str, + int depth, int byte_order, int type, int pos, -- cgit