]> git.baikalelectronics.ru Git - kernel.git/commit
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 French <sfrench@us.ibm.com>
Thu, 21 Apr 2011 17:22:43 +0000 (17:22 +0000)
commit88e996d557742c6a642f419e535aa0a47e715384
treedb956af25beeca260ca69f1c69b79bb9f2f906b6
parent4ac80a4fa15e01b0c69e225fce09539cab4a280b
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 <piastry@etersoft.ru>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c