From: Roland McGrath Date: Wed, 2 Feb 2000 21:37:00 +0000 (+0000) Subject: . X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf150d93eb309d7276264b069c979c12dd012cee;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 49c52f38159..ed23a77ad69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-02-02 Roland McGrath + + * hurd/hurdlookup.c (CHECK_ELOOP): New macro does SYMLOOP_MAX check; + deallocate *RESULT before returning ELOOP. + Don't conditionalize on SYMLOOP_MAX, we always better have one. + Move the check after case of empty retryname, which should not do it. + Use CHECK_ELOOP for absolute symlinks and other FS_RETRY_MAGICAL cases. + 2000-01-31 Andreas Jaeger * inet/inet_net.c (inet_network): Synch with bind 8.2.2. Fixes PR