s3: smbd: Allow async dosmode to cope with ".." pathnames where we close smb_fname...
authorJeremy Allison <jra@samba.org>
Thu, 15 Jul 2021 04:30:09 +0000 (21:30 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 28 Jul 2021 14:16:31 +0000 (14:16 +0000)
commitb004ebb1c62742346b84ecb9d52c783173528fac
tree37cf8cac8d5db41b888c64b9bfc6759ff3497013
parent696972c832c98fefab8df85f3d81b900ecbf9453
s3: smbd: Allow async dosmode to cope with ".." pathnames where we close smb_fname->fsp to prevent meta-data leakage.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14759

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/dosmode.c