commit | e4aa7ca5a2e6d44f07ceb87d9448113f5b48a334 | [log] [tgz] |
---|---|---|
author | Alain Knaff <alain@knaff.lu> | Thu Feb 19 13:36:55 2009 -0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Thu Feb 19 13:36:55 2009 -0800 |
tree | 30e15661f17b6810c10782b1f37732a82f5303a4 | |
parent | ee287587dafd77fd211e50637561224605c214b4 [diff] |
bzip2/lzma: don't stop search at first unconfigured compression Impact: Bugfix, avoids kernels which build but panic on boot Fix a bug in decompress.c : only scanned until the first non-configured compressor (with disastrous result especially if that was gzip.) Signed-off-by: Alain Knaff <alain@knaff.lu> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>