summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-10-02 22:49:49 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-10-02 22:49:49 +0000
commitca7be845260fc6b97bf1bf316b75b9c7a6c1a346 (patch)
tree5fd2f0f436a6b390c0c0e50389117e7bb8e19caa /lib/ChangeLog
parentfbc02ac7840aba4629ecd92c1fa9f451ee95abd2 (diff)
downloadcoreutils-ca7be845260fc6b97bf1bf316b75b9c7a6c1a346.tar.xz
Import getdelim.c from gnulib (to fix unused var warnings) then
apply the following fixes: Include getdelim.h first. Include <limits.h>. (SSIZE_MAX): New macro, if not already defined. (getdelim): Fix buffer overrun on 64-bit hosts with lines longer than 2 GiB.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 448ff131a..7af8c23d9 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ * getdelim.c: Import from gnulib (to fix unused var warnings) then
+ apply the following fixes:
+ Include getdelim.h first. Include <limits.h>.
+ (SSIZE_MAX): New macro, if not already defined.
+ (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
+ than 2 GiB.
+
2005-10-01 Simon Josefsson <jas@extundo.com>
* getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.