[Zlib-devel] zlib version 1.2.3.8 available for testing

Mark Adler madler at alumni.caltech.edu
Sun Feb 14 13:50:59 EST 2010


On Feb 14, 2010, at 3:37 AM, Arkadiusz Miskiewicz wrote:
> 1. Most likely a bug in this program (poldek).

A quick examination of the code turned this line in trurlib/nstream.c that might be causing a problem:

            st->st_tell  = (long (*)(void*))gztell;

gztell() is being cast to return a long, whereas it is likely to have been compiled to return a 64-bit offset.

Mark





More information about the Zlib-devel mailing list