diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-06 19:03:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-06 19:03:13 +0000 |
commit | 506073094cda49a449c421c5b60f60616a6f898a (patch) | |
tree | 8bdc564c2f8262085d746d777a7bfa0e1a9b993f /ChangeLog | |
parent | 8c7661bcd362416493b3088ddf176578b225fb18 (diff) | |
download | glibc-506073094cda49a449c421c5b60f60616a6f898a.tar.gz glibc-506073094cda49a449c421c5b60f60616a6f898a.tar.xz glibc-506073094cda49a449c421c5b60f60616a6f898a.zip |
* nscd/connections.c (verify_persistent_db): Recognize circular lists.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
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. |