aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d60c57dfd53..307174268bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -20,6 +20,9 @@
20 (esprintf, esnprintf, exprintf, evxprintf): New decls. 20 (esprintf, esnprintf, exprintf, evxprintf): New decls.
21 * window.h (command_loop_level, minibuf_level): Reflect API changes. 21 * window.h (command_loop_level, minibuf_level): Reflect API changes.
22 22
23 * dbusbind.c (xd_signature, Fdbus_register_signal):
24 Do not overrun buffer; instead, report string overflow.
25
232011-08-26 Paul Eggert <eggert@cs.ucla.edu> 262011-08-26 Paul Eggert <eggert@cs.ucla.edu>
24 27
25 Integer and memory overflow issues (Bug#9196). 28 Integer and memory overflow issues (Bug#9196).