bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: [bug #17877] Invalid "No such file or directory" error on files


From: Miklos Szeredi
Subject: Re: Fwd: [bug #17877] Invalid "No such file or directory" error on filesystem without stable inode numbers
Date: Thu, 05 Oct 2006 16:02:14 +0200

> For example, consider the classic symlink attack.
> We're not supposed to follow symlinks and our system lacks support
> for open's O_NOFOLLOW flag.  So we lstat the target directory,
> determine that it is indeed a directory, then open it.  But between
> the lstat and the open, someone moved it aside and replaced it with
> a symlink to another directory.  The only way to detect that is to
> compare dev/inode pairs before and after.

OK, but for systems which do have O_NOFOLLOW, this isn't necessary and
less efficient than just using O_NOFOLLOW.  So can't this test be made
conditional for systems lacking O_NOFOLLOW?

Miklos




reply via email to

[Prev in Thread] Current Thread [Next in Thread]