]> git.itanic.dy.fi Git - linux-stable/commit
cifs: fix NULL pointer dereference in cifs_find_smb_ses
authorJeff Layton <jlayton@redhat.com>
Wed, 18 Aug 2010 17:13:39 +0000 (13:13 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Aug 2011 17:23:16 +0000 (10:23 -0700)
commiteda9d27e356873efbd5f071da1741fc74a842c2b
tree3c97a9d61d2766ebac7268c9fa6a9c913cac4a1c
parent223c7f082d2836ac719b3b228bdcfab35e5e5330
cifs: fix NULL pointer dereference in cifs_find_smb_ses

commit fc87a40677bbe0937e2ff0642c7e83c9a4813f3d upstream.

cifs_find_smb_ses assumes that the vol->password field is a valid
pointer, but that's only the case if a password was passed in via
the options string. It's possible that one won't be if there is
no mount helper on the box.

Reported-by: diabel <gacek-2004@wp.pl>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/cifs/connect.c