https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202892

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|New                         |In Progress

--- Comment #1 from Konstantin Belousov <[email protected]> ---
Per rwatson' answers, the biggest issue there is the O_DIRECTORY | O_CREAT
handling, which should not create files.  Patch attached fixes the issue to me.
 Also, the behaviour of the patch is same as on Linux, where open("broken
symlink", O_CREAT) causes creation of the symlink target.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to