bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filename
authorAlain Knaff <alain@knaff.lu>
Thu, 8 Jan 2009 23:10:19 +0000 (15:10 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 8 Jan 2009 23:10:19 +0000 (15:10 -0800)
commit6c11b12ac6f101732d43b5682f5b3ae4dda4205f
tree8408be1569ac76d1ab6b9b92a96e359efd3759d4
parent5619448fc55650cb76cbb825e16e4bb5d1390399
bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filename

Impact: Bug fix

Fix gunzip uncompression, so that it also works with files with
embedded filenames that are larger than one block.

Signed-off-by: Alain Knaff <alain@knaff.lu>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
lib/decompress_inflate.c