Merge branch '3.0'

This commit is contained in:
terrafrost 2022-07-31 19:35:05 -05:00
commit 92984a318f

View File

@ -1325,7 +1325,7 @@ abstract class SymmetricKey
$plaintext = ''; $plaintext = '';
if ($this->continuousBuffer) { if ($this->continuousBuffer) {
$iv = &$this->decryptIV; $iv = &$this->decryptIV;
$pos = &$this->buffer['pos']; $pos = &$this->debuffer['pos'];
} else { } else {
$iv = $this->decryptIV; $iv = $this->decryptIV;
$pos = 0; $pos = 0;