]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: lib: In adouble_path(), if the parent directory name is ".", don't prepend "...
authorJeremy Allison <jra@samba.org>
Thu, 17 Jun 2021 04:10:55 +0000 (21:10 -0700)
committerNoel Power <npower@samba.org>
Tue, 22 Jun 2021 13:44:34 +0000 (13:44 +0000)
commitec0c271071ec053a29337eac13325a2793ba950a
tree01b3c4947150f98ae03ee7be47cf64fa4f269da6
parentc04df97ee52d8fae4b4438a6634d7ed10320a9f3
s3: lib: In adouble_path(), if the parent directory name is ".", don't prepend "./" to the outgoing filename.

We expect smb_fname->base_name values to not contain "./name".

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