aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-26 01:19:11 +0000
committerRoland McGrath <roland@gnu.org>2005-02-26 01:19:11 +0000
commite72a9573e167fb68ff8271eda475651eee564ce2 (patch)
tree38e26d493836e9457ff62d6596cc9c48c17c9310 /ChangeLog
parent2005-02-21 Jakub Jelinek <jakub@redhat.com> (diff)
downloadglibc-e72a9573e167fb68ff8271eda475651eee564ce2.tar.xz
glibc-e72a9573e167fb68ff8271eda475651eee564ce2.zip
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d01ed386ee..03d30449a4 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 <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]