[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug#98071: symlink to itself hangs
From: |
Roland McGrath |
Subject: |
Bug#98071: symlink to itself hangs |
Date: |
Sat, 19 May 2001 22:29:15 -0400 (EDT) |
It looks like the ELOOP check is not being done for absolute symlinks.
I think there was also a port leak in the ELOOP error case that did work
(e.g. for "ln -s x x; ls -L x", ls would leak a send right).
I've just checked in a fix for this to libc, but I have not tested it.
Please tell me if it works or not.