From: Paul Eggert Date: Sat, 26 Feb 2005 07:38:14 +0000 (+0000) Subject: * vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for X-Git-Tag: CPPI-1_12~1408 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d37169d9c4de6868b272bfc20b63872caca964d4;p=thirdparty%2Fcoreutils.git * vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for integer overflow again. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index baa83dcc8f..daf19cbb85 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2005-02-25 Paul Eggert + * vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for + integer overflow again. Actually, neither this nor the 2005-01-23 + change fixes any bug on any plausible platform; it's more of a + code-clarity thing. + * config.charset, gettext.h, localcharset.c: Sync from gnulib. 2005-02-23 Paul Eggert