xz/src/liblzma
Lasse Collin bd13b04e20 Fix bugs in lzma_index_read() and lzma_index_cat().
lzma_index_read() didn't skip over Stream Padding
if it was the first record in the Index.

lzma_index_cat() didn't combine small Indexes correctly.

The test suite was updated to check for these bugs.

These bugs didn't affect the xz command line tool or
most users of liblzma in any way.
2009-11-25 13:04:10 +02:00
..
api Index decoder fixes. 2009-11-25 12:52:56 +02:00
check Add missing consts to pointer casts. 2009-11-22 12:05:33 +02:00
common Fix bugs in lzma_index_read() and lzma_index_cat(). 2009-11-25 13:04:10 +02:00
delta Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
lz Fix wrong indentation caused by incorrect settings 2009-11-15 12:54:45 +02:00
lzma Make fastpos.h use tuklib_integer.h instead of bsr.h 2009-11-22 11:55:03 +02:00
rangecoder Build system fixes 2009-06-30 17:09:57 +03:00
simple Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
subblock Build system fixes 2009-06-30 17:09:57 +03:00
Makefile.am Add lzma_physmem(). 2009-11-15 12:40:17 +02:00
liblzma.pc.in Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00