lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lzip-bug] Version 1.11-rc2 of lzip released


From: JonY
Subject: Re: [Lzip-bug] Version 1.11-rc2 of lzip released
Date: Thu, 29 Jul 2010 08:45:23 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0

On 7/26/2010 18:38, Antonio Diaz Diaz wrote:
Version 1.11-rc2 of lzip is ready for testing here
http://download.savannah.gnu.org/releases/lzip/lzip-1.11-rc2.tar.gz
http://download.savannah.gnu.org/releases/lzip/lzip-1.11-rc2.tar.lz

The md5sums are:
b949dd2692c52e0819fad895d19b18c1 lzip-1.11-rc2.tar.gz
b6e0093288718779d7930c06b8f4fe6f lzip-1.11-rc2.tar.lz

Please, test it and report any bugs you find.

Lzip is a lossless data compressor based on the LZMA algorithm, with
very safe integrity checking and a user interface similar to the one of
gzip or bzip2.

The homepage is at http://www.nongnu.org/lzip/lzip.html.


Changes in this version:

* Lziprecover is now able to repair any 1-byte error in the lzma stream
of damaged lzip files.

* Decompressor has been modified to detect file errors earlier,
improving efficiency of lziprecover's new repair capability. This change
also prevents (harmless) access to uninitialized memory when
decompressing a corrupt file.


Regards,
Antonio Diaz, lzip author and maintainer.

Hi,

on Win32, the open with o_binary don't seem to work, as the testsuites are failing. Forcing with setmode in decoder.cc readblock and writeblock makes it pass.

I have attached a patch that shows my quick and dirty changes.

Possibly there is a text mode file descriptor leaking in. Any ideas?

Attachment: win32.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]