[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

zlib bugs



OK, I changed the inflateInit to inflateInit2 and stuff, but
I hit a rather ugly bug the zlib 1.1.3.

The inflate routine tends to read one or two bits too much from
the input stream and inflate() returns a bogus "out of
input buffer" error. I analysed the problem and I know how to
fix it in the zlib, but...

Anybody else using the zlib successfully?

I should state that the problem can only occur when using the
undocumented "negative window size" feature.

Jörn