Skip to content
Commit fc87a406 authored by Jeff Layton's avatar Jeff Layton Committed by Steve French
Browse files

cifs: fix NULL pointer dereference in cifs_find_smb_ses



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: default avatardiabel <gacek-2004@wp.pl>
Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 232341ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment