From 509fff46844e13f1106892ee60dbb4c3a91570f0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 21 Mar 2023 14:14:17 -0400 Subject: [PATCH] Reset state.ll for dynamic --- BinaryObjectScanner.Compression/MSZIP/Decompressor.cs | 1 + 1 file changed, 1 insertion(+) 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 */