Download List

项目描述

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 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

此版本1.2.1中消除了潜在的安全漏洞,所以1.2.1所有用户应立即升级。这消除了潜在的安全漏洞时,解码无效的压缩数据,修正了错误时,解压缩动态块,没有距离码,并且不返回错误当使用gzread()的一个空文件。
标签: 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