Download List

Descripción del Proyecto

zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1), the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-07-12 01:37 Back to release list
1.2.2

Este comunicado elimina una vulnerabilidad de seguridad potencial en el punto 1.2.1, de modo que todos los usuarios de 1.2.1 debería actualizar de inmediato. Se elimina una vulnerabilidad de seguridad cuando se decodifica válido datos comprimidos, corrige un error al descomprimir bloques dinámicos sin códigos de distancia, y no devuelve un error al utilizar gzread () en un archivo vacío.
Tags: Major security fixes
This release eliminates a potential security vulnerability in 1.2.1, so all users of 1.2.1 should upgrade immediately. It eliminates a potential security vulnerability when decoding invalid compressed data, fixes a bug when decompressing dynamic blocks with no distance codes, and does not return an error when using gzread() on an empty file.

Project Resources