CIFS: Fix memory over bound bug in cifs_parse_mount_options
authorPavel Shilovsky <piastry@etersoft.ru>
Thu, 14 Apr 2011 18:00:56 +0000 (22:00 +0400)
committerSteve Conklin <sconklin@canonical.com>
Thu, 2 Jun 2011 19:23:22 +0000 (14:23 -0500)
commitf5f55a6cc7677dac83766d9fad52cfa7109d6831
tree4c27b684b17e4bad866de96b08594f4a305d8c09
parent673edf21bf8f6586ab7d7cf8444a7e553f4833d0
CIFS: Fix memory over bound bug in cifs_parse_mount_options

BugLink: http://bugs.launchpad.net/bugs/788691

commit 4906e50b37e6f6c264e7ee4237343eb2b7f8d16d upstream.

While password processing we can get out of options array bound if
the next character after array is delimiter. The patch adds a check
if we reach the end.

Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Steve Conklin <sconklin@canonical.com>
fs/cifs/connect.c