-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flate: Fix rare huffman only (-2) corruption (#503)
* flate: Fix rare huffman only (-2) corruption Fix case where all of the last 3 tokens outputs were 15 bits and remainder was also 15 bits. Very rare. Found by fuzz test.
- Loading branch information
Showing
2 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.