cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name
authorJerome Marchand <jmarchan@redhat.com>
Thu, 26 May 2016 09:52:24 +0000 (11:52 +0200)
committerSteve French <smfrench@gmail.com>
Fri, 24 Jun 2016 04:44:56 +0000 (23:44 -0500)
commit202d772ba02b1deb8835a631cd8255943d1906a0
treeb75d9bb01a6ee28c30d75d0bbac4f9837a38c135
parent3d22462ae915743f3be5bf1ab3d4a6b72c2bb6c9
cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name

Currently in build_ntlmssp_auth_blob(), when converting the domain
name to UTF16, CIFS_MAX_USERNAME_LEN limit is used. It should be
CIFS_MAX_DOMAINNAME_LEN. This patch fixes this.

Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/sess.c