mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-15 19:16:55 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
926d3545a2
@ -2947,6 +2947,9 @@ class SFTP extends SSH2
|
||||
$this->packet_buffer = '';
|
||||
return false;
|
||||
}
|
||||
if ($temp === false) {
|
||||
return false;
|
||||
}
|
||||
$this->packet_buffer.= $temp;
|
||||
}
|
||||
if (strlen($this->packet_buffer) < 4) {
|
||||
|
Loading…
Reference in New Issue
Block a user