From: KAMBAROV, ZAUR Date: Fri, 3 Feb 2006 11:04:49 +0000 (-0800) Subject: [PATCH] coverity: udf/balloc.c null deref fix X-Git-Tag: v2.6.16-rc3~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99603966f5b44693901ea68cef2c1c21ce6a49c3;p=pandora-kernel.git [PATCH] coverity: udf/balloc.c null deref fix It's doing if (obh) else dereference obh So presumably `obh' is never null in there. This defect was found automatically by Coverity Prevent, a static analysis tool. Signed-off-by: Zaur Kambarov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed