Download List

Project Description

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-10-14 10:28 Back to release list
1.2.3

A potential security vulnerability when decoding
invalid compressed data was eliminated. A
potential security vulnerability when decoding
specially crafted compressed data was eliminated.
A bug when decompressing dynamic blocks with no
distance codes was fixed. A CRC check bug in
gzread() after gzungetc() was fixed. An error is
no longer returned when using gzread() on an empty
file.
Tags: Major security fixes

Project Resources