From: Florin Malita Date: Fri, 26 May 2006 01:44:23 +0000 (-0700) Subject: [PATCH] affs: possible null pointer dereference in affs_rename() X-Git-Tag: v2.6.17-rc6~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac8141366932a74fd8620afaebd66960c91196d;p=pandora-kernel.git [PATCH] affs: possible null pointer dereference in affs_rename() If affs_bread() fails, the exit path calls mark_buffer_dirty_inode() with a NULL argument. Coverity CID: 312. Signed-off-by: Florin Malita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed