From: Jeff Layton Date: Wed, 28 Mar 2012 11:36:01 +0000 (-0400) Subject: nfsd: fix NULL pointer dereference in cld_pipe_downcall X-Git-Tag: v3.4-rc1~40^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21f72c9f0a6774d104fb655bda6099c378518945;p=pandora-kernel.git nfsd: fix NULL pointer dereference in cld_pipe_downcall If we find that "cup" is NULL in this case, then we obviously don't want to dereference it. What we really want to print in this case is the xid that we copied off earlier. Reported-by: Dan Carpenter Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed