aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-05-23 22:40:56 -0700
committerPaul Eggert2011-05-23 22:40:56 -0700
commit59568bf0330ee45f33b23bf1a8e221657cb24a7e (patch)
treee8ab2cc7f8897568a2407bf7f176bdfbe9540371 /src
parent0868606086aade7d84c23522f2624efa6e3040b8 (diff)
downloademacs-59568bf0330ee45f33b23bf1a8e221657cb24a7e.tar.gz
emacs-59568bf0330ee45f33b23bf1a8e221657cb24a7e.zip
Add Bug#.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d64f914c8d9..a905fd3c403 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,7 +7,7 @@
7 to hold a serial number that is too large for a fixnum. 7 to hold a serial number that is too large for a fixnum.
8 (Fdbus_method_return_internal, Fdbus_method_error_internal): 8 (Fdbus_method_return_internal, Fdbus_method_error_internal):
9 Check for serial numbers out of range. Decode any serial number 9 Check for serial numbers out of range. Decode any serial number
10 that was so large that it became a float. 10 that was so large that it became a float. (Bug#8722)
11 11
12 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg. 12 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
13 (Fdbus_call_method, Fdbus_call_method_asynchronously): 13 (Fdbus_call_method, Fdbus_call_method_asynchronously):
@@ -15,8 +15,9 @@
15 (xd_append_arg, Fdbus_method_return_internal): 15 (xd_append_arg, Fdbus_method_return_internal):
16 (Fdbus_method_error_internal): Likewise. Also, for unsigned 16 (Fdbus_method_error_internal): Likewise. Also, for unsigned
17 arguments, check that Lisp number is nonnegative, rather than 17 arguments, check that Lisp number is nonnegative, rather than
18 silently wrapping negative numbers around. 18 silently wrapping negative numbers around. (Bug#8722)
19 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int. 19 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
20 (Bug#8722)
20 21
21 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT. 22 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
22 23