-
-
Notifications
You must be signed in to change notification settings - Fork 961
Closed
Description
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]