diff --git a/phpseclib/Net/SSH1.php b/phpseclib/Net/SSH1.php index c35014e1..9692ce52 100644 --- a/phpseclib/Net/SSH1.php +++ b/phpseclib/Net/SSH1.php @@ -1095,6 +1095,7 @@ class SSH1 $padding_length = 8 - ($temp['length'] & 7); $length = $temp['length'] + $padding_length; + $raw = ''; while ($length > 0) { $temp = fread($this->fsock, $length);