mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-10-31 23:51:34 +00:00
1.2.2
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user