Bad error handling in fs::status for errors on the symlink target #107
Labels
available on master
Fix is done on master branch, issue closed on next release
bug
Something isn't working
POSIX
POSIX type backend is affected
Milestone
Describe the bug
The status result of symlinks to non-existing targets or targets that can not be accessed due to rights is wrong.
To Reproduce
Possible test path on Linux is
/proc/1/task/1/cwd
Expected behavior
The error code should be set, file_type for symlinks to non-existing targets should be
not_found
.The text was updated successfully, but these errors were encountered: