diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-05-18 10:56:45 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-05-18 10:56:45 +0000 |
commit | 21032d9230e840a1f8b89d43e1e8d63ccf7c6eae (patch) | |
tree | 4d32b089580a63a332024e526938eb40613e7b27 /ChangeLog | |
parent | 4681f435969ca9806da160d3ae564668ddfecfe2 (diff) | |
download | glibc-21032d9230e840a1f8b89d43e1e8d63ccf7c6eae.zip glibc-21032d9230e840a1f8b89d43e1e8d63ccf7c6eae.tar.gz glibc-21032d9230e840a1f8b89d43e1e8d63ccf7c6eae.tar.bz2 |
Updated to fedora-glibc-20080518T1017cvs/fedora-glibc-2_8_90-3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,31 @@ +2008-05-17 Ulrich Drepper <drepper@redhat.com> + + * nscd/mem.c (gc): Avoid stack overflow when allocating move list. + + * nscd/mem.c (gc): Correctly determine highest used array element + in mark. + + * nscd/mem.c (markrange): Add assert to check entries are all + aligned. Small cleanup in bitmap use. + + * nscd/nscd.h (mem_in_flight): Replace blockaddr field with + blockoff of type nscd_ssize_t. + * nscd/mem.c (gc): Simplify markrange call for on-flight blocks. + (mempoll_alloc): Record block offset and not address. + + * nscd/mem.c (gc): Fix test for stack overuse. + + * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups, + more asserts. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no + entry is available, believe it. + + * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are + no answers return NSS_STATUS_NOTFOUND. + (gaih_getanswer): Don't call gaih_getanswer_slice if the answer + buffer does not have any content. + 2008-05-16 Ulrich Drepper <drepper@redhat.com> * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp. @@ -174,7 +202,7 @@ * nscd/hstcache.c: Likewise. * nscd/initgrcache.c: Likewise. * nscd/pwdcache.c: Likewise. - * nscd/servicecache.c: Likewise. + * nscd/servicescache.c: Likewise. 2008-05-10 Roland McGrath <roland@redhat.com> |