diff options
author | KAMBAROV, ZAUR <kambarov@berkeley.edu> | 2006-02-03 12:04:49 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-03 17:32:11 +0100 |
commit | 99603966f5b44693901ea68cef2c1c21ce6a49c3 (patch) | |
tree | 3d2e45673794c8d5d6a3627ec1843dc14cb994eb /fs/udf/symlink.c | |
parent | [PATCH] debugfs: hard link count wrong (diff) | |
download | linux-99603966f5b44693901ea68cef2c1c21ce6a49c3.tar.xz linux-99603966f5b44693901ea68cef2c1c21ce6a49c3.zip |
[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>
Diffstat (limited to 'fs/udf/symlink.c')
0 files changed, 0 insertions, 0 deletions