]> 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)
committerAndi Kleen <ak@linux.intel.com>
Mon, 1 Aug 2011 20:54:48 +0000 (13:54 -0700)
commitf3b60ef4bcc7b233a816df5fded90e1ba99d47d6
tree6e5592b1e6c1dc91883e9afb4699d688353b246c
parent92f9dab23e4e424f28c6aca43cd2611b0b301965
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: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
fs/cifs/connect.c