Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2022-07-31 19:34:49 -05:00
commit 7fbd6d5fef

View File

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