Re: Should we have MAXSYMLINKS?

Roland McGrath (roland@frob.com)
Wed, 13 Jan 1999 02:12:29 -0500


There has always been an explicit check in BSD for following more than
MAXSYMLINKS links. It is not expressing an implementation limit. The
limit is there to catch infinite recursions (ln -s foo foo).
This is what the ELOOP error exists to report.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/