Skip to content

Commit

Permalink
stack corruption time
Browse files Browse the repository at this point in the history
  • Loading branch information
alula authored Feb 19, 2023
1 parent 8d35845 commit 08d1159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ std::vector<uint8_t> MsoCompressLZW(std::span<uint8_t> const &input)
bitIndex = outData.size() * 8;
};

MSOLZWDICT dictionary[4096];
MSOLZWDICT dictionary[4097];

for (int i = 0; i < 256; i++)
{
Expand Down

0 comments on commit 08d1159

Please sign in to comment.