Make the Deflate decoder correctly handle the special case of a
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 1 Jun 2012 19:37:14 +0000 (19:37 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 1 Jun 2012 19:37:14 +0000 (19:37 +0000)
commit51d05cd0a6de05c0adc8986e1d534e426d6f582c
treee9db36cc69159a075a6a77d601d3d13f739da441
parent0ca5b0e1c6d371465224227f56bab2818cb64d28
Make the Deflate decoder correctly handle the special case of a
dynamic block in which the backward-distances Huffman table contains
no entries at all. (In this situation it's impossible to use the
distance table, and therefore the block must contain nothing but
Huffman-coded literals.)

git-svn-id: svn://svn.tartarus.org/sgt/halibut@9550 cda61777-01e9-0310-a592-d414129be87e
deflate.c
deflate.h