2009-12-14 21:48:09

by Phillip Lougher

[permalink] [raw]
Subject: [PATCH 0/3] bzip2/lzma/gzip/initramfs: NULL pointer bugs and missing error checks

Hi,

The following patches fix up a number of NULL pointer bugs amd missing
error checks.

Thanks

Phillip

bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failure
bzip2: Add missing checks for malloc returning NULL
initramfs: add missing decompressor error check

---
include/linux/decompress/mm.h | 4 ++--
init/initramfs.c | 10 ++++++----
lib/decompress_bunzip2.c | 10 +++++++++-
3 files changed, 17 insertions(+), 7 deletions(-)