]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Use fsp_str_dbg() in DEBUGs
authorVolker Lendecke <vl@samba.org>
Fri, 12 Sep 2025 17:16:28 +0000 (19:16 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 21 Oct 2025 17:33:29 +0000 (17:33 +0000)
commit70aab08c65b871d17fb4d1895bc92b39f7d82bc5
tree9f365c9c0ff32e14ce5c29d156bca229bc4efa6f
parentda962c56be1245d5099e05d49255a0b38d78a50f
smbd: Use fsp_str_dbg() in DEBUGs

This removes "git grep fsp_name->base_name" references.

Referencing fsp_name->base_name is potentially racy and affected by

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

This removes some obvious git grep lines, still leaving far too many...

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
15 files changed:
source3/lib/adouble.c
source3/modules/nfs4_acls.c
source3/modules/vfs_ceph_new.c
source3/modules/vfs_ceph_snapshots.c
source3/modules/vfs_fruit.c
source3/modules/vfs_gpfs.c
source3/modules/vfs_media_harmony.c
source3/modules/vfs_unityed_media.c
source3/modules/vfs_vxfs.c
source3/smbd/dir.c
source3/smbd/files.c
source3/smbd/notify.c
source3/smbd/smb2_create.c
source3/smbd/smb2_query_directory.c
source3/smbd/smb2_reply.c