summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-26 07:38:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-26 07:38:14 +0000
commitd37169d9c4de6868b272bfc20b63872caca964d4 (patch)
tree38765b676d89befe9f061b846a90529e2dfcbaa0
parentc8d8d339d311bfabb16b557141de38aec1b6e5a8 (diff)
downloadcoreutils-d37169d9c4de6868b272bfc20b63872caca964d4.tar.xz
* vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for
integer overflow again.
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index baa83dcc8..daf19cbb8 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
2005-02-25 Paul Eggert <eggert@cs.ucla.edu>
+ * 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 <eggert@cs.ucla.edu>