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 aeb984ee8df..53344aa7dd9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -94,6 +94,9 @@
94 * xfaces.c (x_update_menu_appearance): Don't overrun buffer 94 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
95 if X resource line is longer than 512 bytes. 95 if X resource line is longer than 512 bytes.
96 96
97 * xfns.c (x_window): Make sprintf buffer a bit bigger
98 to avoid potential buffer overrun.
99
972011-08-26 Paul Eggert <eggert@cs.ucla.edu> 1002011-08-26 Paul Eggert <eggert@cs.ucla.edu>
98 101
99 Integer and memory overflow issues (Bug#9196). 102 Integer and memory overflow issues (Bug#9196).