From: Eric Sesterhenn Date: Thu, 29 Jun 2006 09:24:32 +0000 (-0700) Subject: [PATCH] Deref in drivers/block/paride/pf.c X-Git-Tag: v2.6.18-rc1~400 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e53cfc8f20345713fab7e290e19514a8032bb06;p=pandora-kernel.git [PATCH] Deref in drivers/block/paride/pf.c Another possible dereference detected by coverity (id #759). pf_probe() might call pf_identify() which might call get_capacity() which dereferences pf->disk Signed-off-by: Eric Sesterhenn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed