The Samba-Bugzilla – Attachment 17763 Details for
Bug 15314
streams_xattr is creating unexpected locks on folders
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Raw untested patch.
look (text/plain), 445 bytes, created by
Jeremy Allison
on 2023-02-21 19:20:27 UTC
(
hide
)
Description:
Raw untested patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2023-02-21 19:20:27 UTC
Size:
445 bytes
patch
obsolete
>diff --git a/source3/smbd/files.c b/source3/smbd/files.c >index 792e9424bdc..3e3f3dd6993 100644 >--- a/source3/smbd/files.c >+++ b/source3/smbd/files.c >@@ -1673,6 +1673,13 @@ bool file_find_subpath(files_struct *dir_fsp) > continue; > } > >+ /* >+ * Ignore local fsp's opened for traversal. >+ */ >+ if (!fsp->fsp_flags.is_fsa) { >+ continue; >+ } >+ > d1_fullname = talloc_asprintf(talloc_tos(), > "%s/%s", > fsp->conn->connectpath,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15314
:
17763
|
17780
|
17784
|
17790