diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-11 03:03:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-11 03:03:14 +0000 |
commit | 7e71e55f16e037042671cf70f8f130f26e494b74 (patch) | |
tree | 866217241a4e3f1c063bfb345ef5ca7663c7059b /ChangeLog | |
parent | d029664038effc7a3862768c4b615e80e1009ffb (diff) | |
download | glibc-7e71e55f16e037042671cf70f8f130f26e494b74.tar.gz glibc-7e71e55f16e037042671cf70f8f130f26e494b74.tar.xz glibc-7e71e55f16e037042671cf70f8f130f26e494b74.zip |
* nscd/cache.c (cache_add): Before returning with failure and this
is the first use of the record, mark it as unusable. * nscd/aicache.c: Don't touch the dataset after cache_add returns reporting a failure. * nscd/grpcache.c: Likewise * nscd/hstcache.c: Likewise. * nscd/initgrcache.c: Likewise. * nscd/pwdcache.c: Likewise. * nscd/servicecache.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2385b10f77..fe91d7e408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-05-10 Ulrich Drepper <drepper@redhat.com> + + * nscd/cache.c (cache_add): Before returning with failure and this + is the first use of the record, mark it as unusable. + * nscd/aicache.c: Don't touch the dataset after cache_add returns + reporting a failure. + * nscd/grpcache.c: Likewise + * nscd/hstcache.c: Likewise. + * nscd/initgrcache.c: Likewise. + * nscd/pwdcache.c: Likewise. + * nscd/servicecache.c: Likewise. + 2008-05-10 Roland McGrath <roland@redhat.com> [BZ #6505] |