ksmbd: fix possible refcount leak in smb2_open()
authorChenXiaoSong <chenxiaosong2@huawei.com>
Thu, 2 Mar 2023 13:58:04 +0000 (21:58 +0800)
committerSteve French <stfrench@microsoft.com>
Wed, 22 Mar 2023 21:38:33 +0000 (16:38 -0500)
commit2624b445544ffc1472ccabfb6ec867c199d4c95c
tree5085c10d543e7bb2aba33a107e81ce915d5a7d9f
parent342edb60dcda7a409430359b0cac2864bb9dfe44
ksmbd: fix possible refcount leak in smb2_open()

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>
fs/ksmbd/smb2pdu.c