commit | 5619448fc55650cb76cbb825e16e4bb5d1390399 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Thu Jan 08 15:09:12 2009 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Thu Jan 08 15:09:12 2009 -0800 |
tree | aaaf671dc71abc98ca8fd609155f96028d80ae78 | |
parent | a26ee60f90daffe1de6be0d093af86e7279b3dfd [diff] |
bzip2/lzma: fix constant in decompress_inflate Impact: Cleanup Fix constant 0x8100 /* 32K */; according to Alain the value 0x8100 was left over test code to test misalignment, the correct value is indeed 0x8000 == 32K. Signed-off-by: H. Peter Anvin <hpa@zytor.com>