Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/crypto/ssh: EOF is received before all data is read #6250

Closed
gopherbot opened this issue Aug 26, 2013 · 6 comments
Closed

x/crypto/ssh: EOF is received before all data is read #6250

gopherbot opened this issue Aug 26, 2013 · 6 comments

Comments

@gopherbot
Copy link

by JeanSebTr:

That happen reading the server side of a channel.

If EOF is received before all the data have been read, Channel.Read will only return EOF
without the rest of the data.

See
https://code.google.com/r/jeansebtr-crypto-ssh/source/diff?spec=svn877906a89475f2f09694e4ccc1f70d970cd58590&;old=07e1b9edd3f09884b4c1139494960cdfd42dad42&r=877906a89475f2f09694e4ccc1f70d970cd58590&format=unidiff&path=%2Fssh%2Fchannel.go
for a naive fix.
@davecheney
Copy link
Contributor

Comment 1:

Thank you for raising this issue. Please have a read of the contribution guidelines and
propose a fix if you have one. http://golang.org/doc/contribute.html

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 2:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 3:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 4:

Labels changed: added repo-crypto.

@mikioh mikioh changed the title go.crypto/ssh: EOF is received before all data is read ssh: EOF is received before all data is read Jan 7, 2015
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc changed the title ssh: EOF is received before all data is read x/crypto/ssh: EOF is received before all data is read Apr 14, 2015
@rsc rsc modified the milestones: Unreleased, Unplanned Apr 14, 2015
@rsc rsc removed the repo-crypto label Apr 14, 2015
@hanwen
Copy link
Contributor

hanwen commented Aug 12, 2015

this is from before the big rewrite. I think this can be closed.

@ianlancetaylor

@ianlancetaylor
Copy link
Contributor

@hanwen I just gave you the ability to close issues yourself. Let me know if it doesn't work.

@golang golang locked and limited conversation to collaborators Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants