aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-18 07:41:51 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-18 07:41:51 +0000
commita185f478f053d6e6a2322ce725b9eca70e929c4b (patch)
treeceb75038e5e689b1de875e81834449465ac309ce /ChangeLog
parentdde36a31c0cba7ed837cd176c95315535c1334b8 (diff)
downloadglibc-a185f478f053d6e6a2322ce725b9eca70e929c4b.tar
glibc-a185f478f053d6e6a2322ce725b9eca70e929c4b.tar.gz
glibc-a185f478f053d6e6a2322ce725b9eca70e929c4b.tar.bz2
glibc-a185f478f053d6e6a2322ce725b9eca70e929c4b.zip
Update.
2002-11-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the childs stack which will be loaded into the %esi register. * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer overflow when skipping the question part and when unpacking aliases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bfa1970a8..c3797d1a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+2002-11-17 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
+ childs stack which will be loaded into the %esi register.
+
2002-11-14 Paul Eggert <eggert@twionsun.com>
- * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
- overflow when skipping the question part and when unpacking
- aliases.
+ * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
+ overflow when skipping the question part and when unpacking aliases.
2002-11-15 Roland McGrath <roland@redhat.com>