diff options
| author | Colin Walters <walters@verbum.org> | 2005-06-16 04:27:45 +0000 |
|---|---|---|
| committer | Colin Walters <walters@verbum.org> | 2005-06-16 04:27:45 +0000 |
| commit | 5935f33b75ee7830d5521317e1686ec767bce502 (patch) | |
| tree | aaeeb4d71aaafa6aa8341dc92e8ff30a877c4088 /ChangeLog | |
| parent | 5cd4c9ac5fb269a413f58d188b214b1ee4f6a5a6 (diff) | |
2005-06-16 Colin Walters <walters@verbum.org>
* dbus/dbus-marshal-header.c (_dbus_header_load): Set
header byte order from expected byte order (Patch from Chris Wilson, #3475).
* dbus/dbus-marshal-byteswap.c (byteswap_body_helper):
Increment pointer after swapping fixed array. Add assertion
for array length.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-06-16 Colin Walters <walters@verbum.org> + + * dbus/dbus-marshal-header.c (_dbus_header_load): Set + header byte order from expected byte order (Patch from Chris Wilson, #3475). + + * dbus/dbus-marshal-byteswap.c (byteswap_body_helper): + Increment pointer after swapping fixed array. Add assertion + for array length. + 2005-06-15 Colin Walters <walters@verbum.org> * dbus/dbus-sysdeps.c <HAVE_CMSGCRED> (_dbus_read_credentials_unix_socket): |
