Skip to content

Fatal Error in SftpFileStream.cs #196

@hzsong123

Description

@hzsong123

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]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions