]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Always init symlink_err in filename_convert_dirfsp_nosymlink()
authorVolker Lendecke <vl@samba.org>
Wed, 20 Nov 2024 11:54:05 +0000 (12:54 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 22 Nov 2024 09:50:37 +0000 (09:50 +0000)
commitcc0ed15feccfed8748619d0ee309f12dbe4f77e0
treee15b4d5b8744490991f6df9e1679b3115eda612c
parent239df72787f4680b39d2f2a4a0d5be9feb34ad6d
smbd: Always init symlink_err in filename_convert_dirfsp_nosymlink()

Make sure that we don't leave symlink_err in the caller
uninitialized.

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