]> Gentwo Git Trees - linux/.git/commit
cifs: add validation check for the fields in smb_aces
authorNamjae Jeon <linkinjeon@kernel.org>
Wed, 12 Feb 2025 08:52:19 +0000 (17:52 +0900)
committerSteve French <stfrench@microsoft.com>
Thu, 13 Feb 2025 14:01:28 +0000 (08:01 -0600)
commit9b4985155177a06a8282800f6554250e0589fab6
treedbee5df296d7ef7eb72e8f4a3a16916a75660ef5
parent21a8be57849a452f5c0c34b185aa869ed602f411
cifs: add validation check for the fields in smb_aces

cifs.ko is missing validation check when accessing smb_aces.
This patch add validation check for the fields in smb_aces.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsacl.c