dbus ChangeLog,1.791,1.792
John Palmieri
johnp at freedesktop.org
Wed Jun 15 08:15:35 PDT 2005
- Previous message: dbus/dbus dbus-marshal-header.c, 1.12, 1.13 dbus-marshal-validate.c,
1.19, 1.20 dbus-marshal-validate.h, 1.11, 1.12 dbus-message.c,
1.169, 1.170
- Next message: dbus/doc TODO,1.78,1.79
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv3883
Modified Files:
ChangeLog
Log Message:
* dbus/dbus-marshal-validate.h: Added a new validation
error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for
out of memory errors when validating signitures
* dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
in places where we previously used DBUS_VALID and a FALSE return
value to indicate OOM
* dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
Use a stack to track the number of elements inside containers. The
stack values are then used to validate that dict entries have only two
elements within them.
(validate_body_helper): check the reason for failure when validating
varients
* dbus/dbus-message.c (load_message): use
DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used
DBUS_VALID and a FALSE return value to indicate OOM
* doc/TODO: remove "- validate dict entry number of fields" as this
patch fixes it
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.791
retrieving revision 1.792
diff -u -d -r1.791 -r1.792
--- ChangeLog 15 Jun 2005 02:31:38 -0000 1.791
+++ ChangeLog 15 Jun 2005 15:15:32 -0000 1.792
@@ -1,3 +1,27 @@
+2005-06-15 John (J5) Palmieri <johnp at redhat.com>
+
+ * dbus/dbus-marshal-validate.h: Added a new validation
+ error code DBUS_VALIDITY_UNKNOWN_OOM_ERROR = -4 for
+ out of memory errors when validating signitures
+
+ * dbus/dbus-marshal-header.c: use DBUS_VALIDITY_UNKNOWN_OOM_ERROR
+ in places where we previously used DBUS_VALID and a FALSE return
+ value to indicate OOM
+
+ * dbus/dbus-marshal-validate.c (_dbus_validate_signature_with_reason):
+ Use a stack to track the number of elements inside containers. The
+ stack values are then used to validate that dict entries have only two
+ elements within them.
+ (validate_body_helper): check the reason for failure when validating
+ varients
+
+ * dbus/dbus-message.c (load_message): use
+ DBUS_VALIDITY_UNKNOWN_OOM_ERROR in places where we previously used
+ DBUS_VALID and a FALSE return value to indicate OOM
+
+ * doc/TODO: remove "- validate dict entry number of fields" as this
+ patch fixes it
+
2005-06-14 David Zeuthen <davidz at redhat.com>
* bus/bus.c (process_config_every_time): Drop existing conf-dir
- Previous message: dbus/dbus dbus-marshal-header.c, 1.12, 1.13 dbus-marshal-validate.c,
1.19, 1.20 dbus-marshal-validate.h, 1.11, 1.12 dbus-message.c,
1.169, 1.170
- Next message: dbus/doc TODO,1.78,1.79
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list