From: Jim Meyering Date: Sat, 3 Nov 2001 08:24:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbc3f75efa263de10ad1fe676c59f415a1229162;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index bea7c1468f..4d90a88a28 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2001-11-03 Jim Meyering + + * hash.c (hash_clear): Fix a bug that could lead to an infloop or + e.g., a fault due to an attempt to free a NULL pointer. + 2001-11-01 Jim Meyering * dirfd.c, dirfd.h: New files.