summaryrefslogtreecommitdiff
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
commit77b9c499221bd687e579759b7a1450f81e683ad1 (patch)
tree538d6be8fb1b529f3f8206db1af6e0575c34a726
parent6a0b30c1beebce69e7fdd324fa4f66f5408f6415 (diff)
downloadgnulib-77b9c499221bd687e579759b7a1450f81e683ad1.tar.gz
*** empty log message ***
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <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.