Skip to content
Commit 65cfc672 authored by Al Viro's avatar Al Viro
Browse files

readlinkat(), fchownat() and fstatat() with empty relative pathnames



For readlinkat() we simply allow empty pathname; it will fail unless
we have dfd equal to O_PATH-opened symlink, so we are outside of
POSIX scope here.  For fchownat() and fstatat() we allow AT_EMPTY_PATH;
let the caller explicitly ask for such behaviour.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent bcda7652
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment