pysmbd: Python code calls smbd code with "." and ".."
commit0bb35e246141f6cbea4831d30d3375f3e7bce72d
authorVolker Lendecke <vl@samba.org>
Mon, 21 Oct 2024 13:45:47 +0000 (21 15:45 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 18:07:33 +0000 (12 18:07 +0000)
treef9c0c857fc63078273063b991b70cf90afc67e68
parent800363a2cd8c54cf03f5de1062923b0647aa3cd6
pysmbd: Python code calls smbd code with "." and ".."

Soon we will call filename_convert_dirfsp() on these, which can't deal
with paths that are invalid by containing . and .. as path components.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/pysmbd.c