Reset state.ll for dynamic

This commit is contained in:
Matt Nadareski
2023-03-21 14:14:17 -04:00
parent 9d2c14f809
commit 509fff4684

View File

@@ -191,6 +191,7 @@ namespace BinaryObjectScanner.Compression.MSZIP
b = state.bb;
k = state.bk;
state.ll = new uint[288 + 32];
fixed (uint* ll = state.ll)
{
/* read in table lengths */