hush/archival/libarchive
Denys Vlasenko 932e233a49 bunzip2: fix off-by-one check
stage3-armv7a_hardfp-20130209.tar.bz2, 149189948 bytes long,
md5sum b29ce23312e14eb15a143377d4a38473, was failing to unpack.

It so happened that this file has a run which exactly fills
the 90k buffer. The check was "size >= bufsize", apparently
it has to be ">".

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2013-10-06 22:53:14 +02:00
..
bz
unxz xz: mention xzminidec.c in README 2013-02-27 16:41:36 +01:00
data_align.c
data_extract_all.c rpm: use "create+rename" method of replacing existing files 2013-02-20 15:58:42 +01:00
data_extract_to_command.c *: change execl sentinels from NULL to (char*)0 2013-06-30 13:45:17 +02:00
data_extract_to_stdout.c
data_skip.c
decompress_bunzip2.c bunzip2: fix off-by-one check 2013-10-06 22:53:14 +02:00
decompress_gunzip.c whitespace cleanup. no code changes 2013-01-14 15:57:44 +01:00
decompress_uncompress.c whitespace cleanup. no code changes 2013-01-14 15:57:44 +01:00
decompress_unlzma.c decompress_unlzma: move function, no code changes 2013-03-01 14:48:10 +01:00
decompress_unxz.c xz: fix put_unaligned_{l,b}e32 2013-02-27 18:32:58 +01:00
filter_accept_all.c
filter_accept_list_reassign.c
filter_accept_list.c
filter_accept_reject_list.c trivial small speed optimization 2012-06-22 15:54:05 +02:00
find_list_entry.c
get_header_ar.c ar: better comment 2013-09-10 16:27:08 +02:00
get_header_cpio.c
get_header_tar_bz2.c update seamless uncompression code 2012-03-06 16:27:48 +01:00
get_header_tar_gz.c update seamless uncompression code 2012-03-06 16:27:48 +01:00
get_header_tar_lzma.c update seamless uncompression code 2012-03-06 16:27:48 +01:00
get_header_tar.c dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 2012-06-22 16:27:21 +02:00
header_list.c
header_skip.c
header_verbose_list.c
init_handle.c
Kbuild.src Fix build failures caused by not compiling open_transformer.c (#2) 2013-05-15 03:23:30 +02:00
liblzo.h
lzo1x_1.c
lzo1x_1o.c
lzo1x_9x.c whitespace cleanup. no code changes 2013-01-14 15:57:44 +01:00
lzo1x_c.c whitespace cleanup. no code changes 2013-01-14 15:57:44 +01:00
lzo1x_d.c whitespace cleanup. no code changes 2013-01-14 15:57:44 +01:00
open_transformer.c code shrink in check_errors_in_children() 2013-02-28 16:38:25 +01:00
seek_by_jump.c
seek_by_read.c
unpack_ar_archive.c