s3: smbd: SMB1 reply_copy. Check untouched last component for wildcards in src and...
authorJeremy Allison <jra@samba.org>
Mon, 5 Oct 2020 18:27:30 +0000 (11:27 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 8 Oct 2020 15:07:30 +0000 (15:07 +0000)
commite4fd7bc70641d94fa7fc1178b06a717b4ea75d14
treec71e1693197bee4fe845fdb481ba2789935b655d
parent43d30ddb1bd8b3638f48758a3d2a8eebcbef77fd
s3: smbd: SMB1 reply_copy. Check untouched last component for wildcards in src and dst.

Not doing a test for this as wildcard SMB1copy() is evil and
should be removed. It's the same fix I'm doing for unlink
and rename, so this shouldn't be an issue.

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