ksmbd: fix possible refcount leak in smb2_open()
authorChenXiaoSong <chenxiaosong2@huawei.com>
Thu, 2 Mar 2023 13:58:04 +0000 (21:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 10:47:49 +0000 (12:47 +0200)
commitc33344b7972225b232966f95d31f6312dcc6273d
tree0d7c98e8fe88588863f323bbf51146b5a2597738
parent96039c44ae475709b3758265f0899fe2b4a95c65
ksmbd: fix possible refcount leak in smb2_open()

[ Upstream commit 2624b445544ffc1472ccabfb6ec867c199d4c95c ]

Reference count of acls will leak when memory allocation fails. Fix this
by adding the missing posix_acl_release().

Fixes: e2f34481b24d ("cifsd: add server-side procedures for SMB3")
Signed-off-by: ChenXiaoSong <chenxiaosong2@huawei.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/ksmbd/smb2pdu.c