[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1MIy5M-0003bD-Hg@dylan.lougher.demon.co.uk>
Date: Tue, 23 Jun 2009 05:58:20 +0100
From: Phillip Lougher <phillip@...gher.demon.co.uk>
To: torvalds@...ux-foundation.org, hpa@...or.com,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
alain@...ff.lu
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists