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 91bcaebb7bb..adf9bb244b8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -62,6 +62,9 @@
62 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does 62 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
63 not fit in int. 63 not fit in int.
64 64
65 * gtkutil.c (xg_check_special_colors, xg_set_geometry):
66 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
67
652011-08-26 Paul Eggert <eggert@cs.ucla.edu> 682011-08-26 Paul Eggert <eggert@cs.ucla.edu>
66 69
67 Integer and memory overflow issues (Bug#9196). 70 Integer and memory overflow issues (Bug#9196).