diff --git a/BinaryObjectScanner.Compression/MSZIP/Decompressor.cs b/BinaryObjectScanner.Compression/MSZIP/Decompressor.cs index 642f9561..9b580378 100644 --- a/BinaryObjectScanner.Compression/MSZIP/Decompressor.cs +++ b/BinaryObjectScanner.Compression/MSZIP/Decompressor.cs @@ -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 */