2009-06-23 04:58:26

by Phillip Lougher

[permalink] [raw]
Subject: [PATCH 0/3] bzip2/lzma/gzip: Remove bugs/hacks and tidy up code


This small patch series fixes a number of bugs/hacks present in the
new decompressor code, and improves the API commenting/consistency.

bzip2/lzma/gzip: Fix comments describing decompressor API
bzip2/lzma: Remove nasty uncompressed size hack in pre-boot environment
lzma/gzip: Fix potential oops when input data is truncated

Thanks

Phillip

include/linux/decompress/generic.h | 32 +++++++++++++++++++-------------
lib/decompress_bunzip2.c | 22 ++++++++++++++++------
lib/decompress_inflate.c | 16 ++++++++++++----
lib/decompress_unlzma.c | 31 +++++++++++++++++++++++++------
4 files changed, 72 insertions(+), 29 deletions(-)