s3: smbd: In smbd_smb2_create_send() call the helper function check_path_syntax_smb2().
authorJeremy Allison <jra@samba.org>
Tue, 9 Aug 2022 17:39:41 +0000 (10:39 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 12 Aug 2022 18:19:30 +0000 (18:19 +0000)
commit4fafc3418931de06ea2d91baca1eef8d904cc4e6
tree218691eacfe6914df8b8b6fc94427b525da29a34
parent7bd7fa0a0b46ad6826097a1987595e2ab6f83384
s3: smbd: In smbd_smb2_create_send() call the helper function check_path_syntax_smb2().

Previously for DFS names we were skipping this.

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

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