]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: dfs: Allow parse_msdfs_symlink() to be called with NULL pointers.
authorJeremy Allison <jra@samba.org>
Tue, 28 Jan 2020 00:45:20 +0000 (16:45 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 18 Feb 2020 21:08:33 +0000 (21:08 +0000)
commit4e4afc52e6f63fa4058310c6b0a0314b8f73c189
tree4b596ec0f0c738286fb04460a3ba9695427cc09e
parenta211c640878d856e859ab2fdfbbe61036240b8eb
s3: smbd: dfs: Allow parse_msdfs_symlink() to be called with NULL pointers.

In case we don't want all the data.

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