.
authorJim Meyering <jim@meyering.net>
Mon, 19 Apr 2004 20:11:51 +0000 (20:11 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Apr 2004 20:11:51 +0000 (20:11 +0000)
lib/ChangeLog
m4/ChangeLog

index 9b01601f89c56738d75efcd41343090376256016..51ecefbcb8227a9d3781581dc70c1667ce023423 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-18  Jim Meyering  <jim@meyering.net>
+
+       * readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc failure,
+       don't leak memory and do call END_UTMP_ENT.
+
 2004-04-11  Paul Eggert  <eggert@twinsun.com>
 
        * inttostr.h: Include <limits.h> unconditionally, since we assume C89.
@@ -68,7 +73,7 @@
        of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
        compatible extension.  Simplify code by removing a boolean int
        that was always nonzero if a string was nonnull.
-       
+
 2004-03-30  Jim Meyering  <jim@meyering.net>
 
        Merge from coreutils.
index 003d80b921f7738e35a24e976b625ab2ed193aef..def336825e70d1461b617cd60a7617ccf963c849 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-19  Jim Meyering  <jim@meyering.net>
+
+       * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
+       now that readutmp.c may call `free (0)'.
+
 2004-04-19  Bruno Haible  <bruno@clisp.org>
 
        * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.