From: Roland McGrath Date: Sat, 26 Feb 2005 01:19:11 +0000 (+0000) Subject: . X-Git-Tag: cvs/glibc-2_3_5~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72a9573e167fb68ff8271eda475651eee564ce2;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index d01ed386ee5..03d30449a44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -51,6 +51,18 @@ THREAD_DTV multiple times, this minimally reduces code size on some archs. +2005-02-21 Jakub Jelinek + + [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 [BZ #767]