diff options
author | Roland McGrath <roland@gnu.org> | 2001-05-20 02:27:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-05-20 02:27:56 +0000 |
commit | 6cceab001690e3ec8cc82b6c1e0864855909b855 (patch) | |
tree | 7b930b1df3cb23f73fab5be64561d9aa812a92bf | |
parent | a500fbcd53e4735fbfa0a3f3e909750884e825a3 (diff) | |
download | glibc-6cceab001690e3ec8cc82b6c1e0864855909b855.tar glibc-6cceab001690e3ec8cc82b6c1e0864855909b855.tar.gz glibc-6cceab001690e3ec8cc82b6c1e0864855909b855.tar.bz2 glibc-6cceab001690e3ec8cc82b6c1e0864855909b855.zip |
* hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Don't leak the
result port when failing with ELOOP. Do the ELOOP check when
following an absolute symlink target as well as relative.
Remove #ifdef SYMLOOP_MAX conditional--it should always be defined.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-05-19 Roland McGrath <roland@frob.com> + + * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Don't leak the + result port when failing with ELOOP. Do the ELOOP check when + following an absolute symlink target as well as relative. + Remove #ifdef SYMLOOP_MAX conditional--it should always be defined. + 2001-05-18 Andreas Jaeger <aj@suse.de> * po/fr.po: Free software is "logiciel libre". |