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

do_last(): fix missing checks for LAST_BIND case



/proc/self/cwd with O_CREAT should fail with EISDIR.  /proc/self/exe, OTOH,
should fail with ENOTDIR when opened with O_DIRECTORY.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0888c321
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