mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-09 02:16:46 +00:00
Reset state.ll for dynamic
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user