Skip to content

Commit

Permalink
* hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Don't leak the
Browse files Browse the repository at this point in the history
	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.
  • Loading branch information
Roland McGrath committed May 20, 2001
1 parent a500fbc commit 6cceab0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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".
Expand Down

0 comments on commit 6cceab0

Please sign in to comment.