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 307174268bc..4336d6a6b83 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -23,6 +23,9 @@
23 * dbusbind.c (xd_signature, Fdbus_register_signal): 23 * dbusbind.c (xd_signature, Fdbus_register_signal):
24 Do not overrun buffer; instead, report string overflow. 24 Do not overrun buffer; instead, report string overflow.
25 25
26 * dispnew.c (add_window_display_history): Don't overrun buffer.
27 Truncate instead; this is OK since it's just a log.
28
262011-08-26 Paul Eggert <eggert@cs.ucla.edu> 292011-08-26 Paul Eggert <eggert@cs.ucla.edu>
27 30
28 Integer and memory overflow issues (Bug#9196). 31 Integer and memory overflow issues (Bug#9196).