Date: Fri, 04 Sep 2015 16:27:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202892] open with O_CREAT | O_DIRECTORY when path references a symlink Message-ID: <bug-202892-8-jrM1GiYCEy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202892-8@https.bugs.freebsd.org/bugzilla/> References: <bug-202892-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202892 --- Comment #3 from Tom Ridge <freebsd@tom-ridge.com> --- What is the behaviour with a symlink to a non-existing target (in an existing directory) with flags O_CREAT | O_DIRECTORY | O_EXCL? (POSIX seems fairly clear that this should not create the target, but as you note, other platforms are not necessarily compliant). -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202892-8-jrM1GiYCEy>