plan9fox/sys/src/libflate
cinap_lenrek a7ac020664 libflate: force non-empty huffman table in mkzprecode() for deflate
busybox gunzip fails on empty (offset) huffman tables,
so force one entry.

gzip states in a comment:

The pkzip format requires that at least one distance code exists,
and that at least one bit should be sent even if there is only one
possible code.
2017-12-09 18:20:29 +01:00
..
adler.c
crc.c
deflate.c libflate: force non-empty huffman table in mkzprecode() for deflate 2017-12-09 18:20:29 +01:00
deflateblock.c
deflatezlib.c
deflatezlibblock.c
flateerr.c
inflate.c libflate: add bounds checking on decode array, add sanity checks in hufftab() 2016-08-15 01:07:28 +02:00
inflateblock.c
inflatezlib.c
inflatezlibblock.c
mkfile
zlib.h