aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67ec3140cd4..d0f57593220 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12011-08-31 Paul Eggert <eggert@cs.ucla.edu>
2
3 Avoid the use of snprintf.
4 * font.c (APPEND_SNPRINTF): Remove.
5 (font_unparse_xlfd):
6 * xterm.c (x_io_error_quitter):
7 Use esnprintf, not snprintf. That way, we don't have to worry
8 about porting to ancient platforms that lack snprintf.
9 (x_term_init): Use sprintf, not snprintf.
10
12011-08-30 Paul Eggert <eggert@cs.ucla.edu> 112011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 sprintf-related integer and memory overflow issues (Bug#9412). 13 sprintf-related integer and memory overflow issues (Bug#9412).