sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

Doesn't detect error when reading from write-only file

Open Nikratio opened this issue 8 years ago • 2 comments

As said in issue #72, it seems that sshfs fails to notice problems when reading from a file that was opened write-only. According to https://lists.mindrot.org/pipermail/openssh-unix-dev/2017-August/036171.html, the OpenSSH server seems to correctly send the error.

We should look into that.

Nikratio avatar Aug 19 '17 15:08 Nikratio

Does commit d193b1 "fix" this issue as well?

matthewcurry avatar Oct 08 '17 08:10 matthewcurry

That commit doesn't exist on my system. In case you refer to the remval of writeback caching: no. That feature exposed the problem, but did not cause it.

Nikratio avatar Oct 09 '17 19:10 Nikratio