[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4b26b1ef.4UsgG1v4tcHL5wwS%phillip@lougher.demon.co.uk>
Date: Mon, 14 Dec 2009 21:45:19 +0000
From: Phillip Lougher <phillip@...gher.demon.co.uk>
To: linux-kernel@...r.kernel.org, linux-embedded@...r.kernel.org,
akpm@...ux-foundation.org
Cc: phillip@...gher.demon.co.uk, mingo@...e.hu,
albin.tonnerre@...e-electrons.com
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(-)
--
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