]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2005 07:38:14 +0000 (07:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2005 07:38:14 +0000 (07:38 +0000)
integer overflow again.

lib/ChangeLog

index baa83dcc8f24399a2296dba70365051420f6ae27..daf19cbb8573cf9a255723dd219a09de9dfa1720 100644 (file)
@@ -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>