mirror of https://github.com/madler/zlib
Fix inflateInit2() bug when windowBits is 16 or 32.
A windowBits value of 0, 16, or 32 gets the window bits from the zlib header. However there is no zlib header for 16, or for 32 when the input is gzip. This commit sets the window bits for inflate to 15 if a gzip stream is detected and windowBits was 16 or 32.
This commit is contained in:
parent
b56d1c62ee
commit
0db8fd3714
Loading…
Reference in New Issue