From 61bfeeb79dee6b321cb9f2257aeec9d0c1fa5a2f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 30 Aug 2011 22:50:49 -0700 Subject: Avoid the use of snprintf. * font.c (APPEND_SNPRINTF): Remove. (font_unparse_xlfd): * xterm.c (x_io_error_quitter): Use esnprintf, not snprintf. That way, we don't have to worry about porting to ancient platforms that lack snprintf. (x_term_init): Use sprintf, not snprintf. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 67ec3140cd4..d0f57593220 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2011-08-31 Paul Eggert + + Avoid the use of snprintf. + * font.c (APPEND_SNPRINTF): Remove. + (font_unparse_xlfd): + * xterm.c (x_io_error_quitter): + Use esnprintf, not snprintf. That way, we don't have to worry + about porting to ancient platforms that lack snprintf. + (x_term_init): Use sprintf, not snprintf. + 2011-08-30 Paul Eggert sprintf-related integer and memory overflow issues (Bug#9412). -- cgit v1.2.1