Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 Zurück zur Release-Liste
1.2.2

Dieses Release beseitigt eine potenzielle Sicherheitslücke in Abschnitt 1.2.1, so dass alle Nutzer von 1.2.1 sollte aktualisieren. Es beseitigt eine potenzielle Sicherheitslücke bei der Decodierung ungültige komprimierte Daten, behebt einen Fehler bei der Dekomprimierung dynamische Blöcke ohne Distanz-Codes, und nicht einen Fehler zurück, wenn Sie gzread () auf eine leere Datei.
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