]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cifs: spnego: add ';' in HOST_KEY_LEN
authorAnastasia Belova <abelova@astralinux.ru>
Mon, 13 Nov 2023 14:52:32 +0000 (17:52 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 16:56:25 +0000 (16:56 +0000)
commit8d725bf0d16dbf3f81924a351b9ff77310a726a6
treeb41ddaf6cf3dc655b017e4760cce54f8e994674f
parent21accf149161006f3ed7e95d6174955738c7d1cf
cifs: spnego: add ';' in HOST_KEY_LEN

[ Upstream commit ff31ba19d732efb9aca3633935d71085e68d5076 ]

"host=" should start with ';' (as in cifs_get_spnego_key)
So its length should be 6.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Reviewed-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Fixes: 7c9c3760b3a5 ("[CIFS] add constants for string lengths of keynames in SPNEGO upcall string")
Signed-off-by: Anastasia Belova <abelova@astralinux.ru>
Co-developed-by: Ekaterina Esina <eesina@astralinux.ru>
Signed-off-by: Ekaterina Esina <eesina@astralinux.ru>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/cifs/cifs_spnego.c