]> git.karo-electronics.de Git - karo-tx-linux.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)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:57:55 +0000 (10:57 -0400)
commitfccacfdcd4bb3bae87bce140ab5122fa9ece60a3
treeb7390eabdb8799ca69db8af0e47cfee763d04b51
parentef587df573ad04e0ac03bc80ce1231cbcc2f3a64
CIFS: Fix memory over bound bug in cifs_parse_mount_options

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: Paul Gortmaker <paul.gortmaker@windriver.com>
fs/cifs/connect.c