This commit is contained in:
2020-03-25 08:53:53 +03:00
parent 09b010612a
commit 897ac180b7
5 changed files with 30 additions and 28 deletions
+3
View File
@@ -220,6 +220,9 @@ class IIPPacket
var cl = data.getUint32( offset);
offset += 4;
if (_notEnough(offset, ends, cl))
return -_dataLengthNeeded;
content = data.clip(offset, cl);
offset += cl;