]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_xattr_tdb: fix dangling symlink detection
authorRalph Boehme <slow@samba.org>
Fri, 15 Aug 2025 09:50:26 +0000 (11:50 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 15 Aug 2025 14:36:34 +0000 (14:36 +0000)
commit2e88ba4b4de146327c19682d59bbe34d68158bf7
treec8fd461755e1bb8a477dc8fe0b47303f5c96f588
parent2cb2991ccdd5d4f63e4c5b3ccc4454a6b39d6afe
vfs_xattr_tdb: fix dangling symlink detection

The caller might not have called stat on smb_fname.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15843

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