summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-06 19:03:13 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-06 19:03:13 +0000
commit506073094cda49a449c421c5b60f60616a6f898a (patch)
tree8bdc564c2f8262085d746d777a7bfa0e1a9b993f /ChangeLog
parent8c7661bcd362416493b3088ddf176578b225fb18 (diff)
* nscd/connections.c (verify_persistent_db): Recognize circular lists.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65c96fe8a6..24ca28fdd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2007-10-06 Ulrich Drepper <drepper@redhat.com>
* nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
+ * nscd/connections.c (verify_persistent_db): Recognize circular lists.
[BZ #4407]
* sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.