We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I set windowBits = 8 when calling deflateInit2_ ,which actually set to 9:
zlib/deflate.c
Line 297 in 04f42ce
The text was updated successfully, but these errors were encountered:
"we"? Are you suggesting that you're going to fix it?
Sorry, something went wrong.
I'd like to, but I wonder why this bug has not been fixed for so long(Maybe it's a difficult job).So I need more information about this bug.
I found that MAX_DIST returns negative value when w_size < MIN_LOOKAHEAD:
zlib/deflate.h
Line 284 in 04f42ce
No branches or pull requests
I set windowBits = 8 when calling deflateInit2_ ,which actually set to 9:
zlib/deflate.c
Line 297 in 04f42ce
The comment says there is bug when window size is 256 byte.
I notice that this comment was created over 10 years ago.
Why can't we fix it yet?
The text was updated successfully, but these errors were encountered: