[Zlib-devel] zlib 1.2.4 released

Mark Adler madler at alumni.caltech.edu
Fri Mar 12 21:17:57 EST 2010


On Mar 12, 2010, at 3:16 PM, Vincent Torri wrote:
> for example, line 321 of gzwrite.c :
> 
> for (len = 0; len < state->in; len++)
> 
> you compare here an int with a pointer.

Thanks for spotting that!  That's a bug.  The compiler would have complained about that if that code had ever been compiled.

Mark





More information about the Zlib-devel mailing list