]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
.
authorRoland McGrath <roland@gnu.org>
Sat, 26 Feb 2005 01:19:11 +0000 (01:19 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 26 Feb 2005 01:19:11 +0000 (01:19 +0000)
ChangeLog

index d01ed386ee53a65362f2b2ab48f1fc5b97a6f86c..03d30449a44ad833185926fc7c542a6f6ceb6b8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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]