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

Fatal Error in SftpFileStream.cs #196

Closed
hzsong123 opened this issue Mar 15, 2017 · 1 comment
Closed

Fatal Error in SftpFileStream.cs #196

hzsong123 opened this issue Mar 15, 2017 · 1 comment
Assignees
Milestone

Comments

@hzsong123
Copy link

Fatal Error in SftpFileStream.cs
in function: public override int ReadByte()
_bufferLen = data.Length;
[Error]: Buffer.BlockCopy(data, 0, _readBuffer, 0, _readBufferSize);
[Must be]: Buffer.BlockCopy(data, 0, _readBuffer, 0, _bufferLen);
by hzsong123, 2017-03-15
e-mail: [email protected]

@drieseng drieseng added this to the 2016.1.0 milestone Mar 15, 2017
@drieseng drieseng self-assigned this Mar 15, 2017
@drieseng
Copy link
Member

I recently fixed this as part of issue #173.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants