kmalloc() and friends don't always return a non-null value. This patch is
commit5502f9d18aa2ef92ff7f9b87740e6e9249300bb8
authorDan Carpenter <error27@gmail.com>
Tue, 7 Oct 2008 18:04:32 +0000 (7 21:04 +0300)
committerDan Carpenter <error27@gmail.com>
Tue, 7 Oct 2008 18:04:32 +0000 (7 21:04 +0300)
tree0728fe1e21bc974ccdd64a537b9f62fa55659ef0
parentb95e75c29bd5b628f0419bab5bfa77227ee6d28e
kmalloc() and friends don't always return a non-null value.  This patch is
for Eugene Teo.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_null_deref.c