diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9037adeeb01..d64f914c8d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2011-05-24 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * dbusbind.c: Serial number integer overflow fixes. | ||
| 4 | (CHECK_DBUS_SERIAL_GET_SERIAL): New macro. | ||
| 5 | (xd_invalid_serial): New static function. | ||
| 6 | (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float | ||
| 7 | to hold a serial number that is too large for a fixnum. | ||
| 8 | (Fdbus_method_return_internal, Fdbus_method_error_internal): | ||
| 9 | Check for serial numbers out of range. Decode any serial number | ||
| 10 | that was so large that it became a float. | ||
| 11 | |||
| 3 | * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg. | 12 | * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg. |
| 4 | (Fdbus_call_method, Fdbus_call_method_asynchronously): | 13 | (Fdbus_call_method, Fdbus_call_method_asynchronously): |
| 5 | Use XFASTINT rather than XUINT when numbers are nonnegative. | 14 | Use XFASTINT rather than XUINT when numbers are nonnegative. |