hush/archival/libarchive
Lasse Collin a1ae2b75a7 xz: fix decoding of LZMA2 streams having no uncompressed data.
No .xz encoder creates files with empty LZMA2 streams,
but such files would still be valid and decompressors
must accept them.

Note that empty .xz files are a different thing than
empty LZMA2 streams. This bug didn't affect typical .xz
files that had no uncompressed data.

Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2013-02-27 16:38:06 +01:00
..
bz
unxz xz: fix decoding of LZMA2 streams having no uncompressed data. 2013-02-27 16:38:06 +01:00
data_align.c
data_extract_all.c
data_extract_to_command.c
data_extract_to_stdout.c
data_skip.c
decompress_bunzip2.c
decompress_gunzip.c
decompress_uncompress.c
decompress_unlzma.c
decompress_unxz.c
filter_accept_all.c
filter_accept_list_reassign.c
filter_accept_list.c
filter_accept_reject_list.c
find_list_entry.c
get_header_ar.c
get_header_cpio.c
get_header_tar_bz2.c
get_header_tar_gz.c
get_header_tar_lzma.c
get_header_tar.c
header_list.c
header_skip.c
header_verbose_list.c
init_handle.c
Kbuild.src
liblzo.h
lzo1x_1.c
lzo1x_1o.c
lzo1x_9x.c
lzo1x_c.c
lzo1x_d.c
open_transformer.c
seek_by_jump.c
seek_by_read.c
unpack_ar_archive.c