diff options
author | 2005-02-26 01:19:11 +0000 | |
---|---|---|
committer | 2005-02-26 01:19:11 +0000 | |
commit | e72a9573e167fb68ff8271eda475651eee564ce2 (patch) | |
tree | 38e26d493836e9457ff62d6596cc9c48c17c9310 /ChangeLog | |
parent | 2005-02-21 Jakub Jelinek <jakub@redhat.com> (diff) | |
download | glibc-e72a9573e167fb68ff8271eda475651eee564ce2.tar.xz glibc-e72a9573e167fb68ff8271eda475651eee564ce2.zip |
.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -51,6 +51,18 @@ THREAD_DTV multiple times, this minimally reduces code size on some archs. +2005-02-21 Jakub Jelinek <jakub@redhat.com> + + [BZ #768] + * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to + NETDB_INTERNAL if buffer is too small. + + [BZ #768] + * nscd/hstcache.c (INCR): Remove. + (addhstbyX): Double buflen in each iteration rather than add INCR. + * nscd/grpcache.c: Likewise. + * nscd/pwdcache.c: Likewise. + 2005-02-21 Ulrich Drepper <drepper@redhat.com> [BZ #767] |