summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-03 08:24:27 +0000
committerJim Meyering <jim@meyering.net>2001-11-03 08:24:27 +0000
commitdbc3f75efa263de10ad1fe676c59f415a1229162 (patch)
tree12864b5e59c6a0a2a6623b3011bacbef406e5bbe /lib
parent8cb947f70751eac06ffc29a31512bf9ea8332b65 (diff)
downloadcoreutils-dbc3f75efa263de10ad1fe676c59f415a1229162.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index bea7c1468..4d90a88a2 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-03 Jim Meyering <meyering@lucent.com>
+
+ * 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 <meyering@lucent.com>
* dirfd.c, dirfd.h: New files.