diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-17 23:09:12 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-17 23:09:12 +0000 |
commit | 0884570c4e81073738a5bdceb2653f447685a296 (patch) | |
tree | e67af1d8445f34b494a125e6d6c87cb5d61669c3 /lib/ChangeLog | |
parent | a18a5093f84d0ef20711af85b7ce0b9392144f27 (diff) | |
download | coreutils-0884570c4e81073738a5bdceb2653f447685a296.tar.xz |
Sync from gnulib.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8fc22f032..64bc023f1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-11-17 Paul Eggert <eggert@cs.ucla.edu> + + * realloc.c (rpl_realloc): Call 'free' if n==0, since realloc + might fail. Problem reported by Yoann Vandoorselaere. + * calloc.c (rpl_calloc): Defend against buggy calloc implementations + that mishandle size_t overflow. + 2004-11-16 Paul Eggert <eggert@cs.ucla.edu> * xgetcwd.c: Include <limits.h>, for PATH_MAX. |