From: Jim Meyering Date: Sat, 3 Nov 2001 18:51:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2228f9a5616a4ea43df321da41768a31ea657241;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 4d90a88a28..c90891c279 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2001-11-03 Jim Meyering + * dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an + argument. + * 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.