From: Dan Carpenter Date: Mon, 26 Jan 2009 14:00:58 +0000 (+0100) Subject: fuse: fix NULL deref in fuse_file_alloc() X-Git-Tag: v2.6.27.14~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225b478c54c8774a9a987753702260e323a79c97;p=pandora-kernel.git fuse: fix NULL deref in fuse_file_alloc() commit bb875b38dc5e343bdb696b2eab8233e4d195e208 upstream. ff is set to NULL and then dereferenced on line 65. Compile tested only. Signed-off-by: Dan Carpenter Signed-off-by: Miklos Szeredi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed