CIFS: Fix memory over bound bug in cifs_parse_mount_options
authorPavel Shilovsky <[email protected]>
Thu, 14 Apr 2011 18:00:56 +0000 (22:00 +0400)
committerSteve French <[email protected]>
Thu, 21 Apr 2011 17:22:43 +0000 (17:22 +0000)
commit4906e50b37e6f6c264e7ee4237343eb2b7f8d16d
treedb956af25beeca260ca69f1c69b79bb9f2f906b6
parentf0e615c3cb72b42191b558c130409335812621d8
CIFS: Fix memory over bound bug in cifs_parse_mount_options

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 <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Steve French <[email protected]>
fs/cifs/connect.c