Home
last modified time | relevance | path

Searched hist:99603966 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/udf/
H A Dballoc.c99603966 Fri Feb 03 05:04:49 CST 2006 KAMBAROV, ZAUR <kambarov@berkeley.edu> [PATCH] coverity: udf/balloc.c null deref fix

It's doing

if (obh)
<stuff>
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 <zkambarov@coverity.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
99603966 Fri Feb 03 05:04:49 CST 2006 KAMBAROV, ZAUR <kambarov@berkeley.edu> [PATCH] coverity: udf/balloc.c null deref fix

It's doing

if (obh)
<stuff>
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 <zkambarov@coverity.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>