The Samba-Bugzilla – Attachment 6970 Details for
Bug 8493
DFS breaks zip file extracting unless "follow symlinks = no" set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Raw patch for 3.5.next
look (text/plain), 543 bytes, created by
Jeremy Allison
on 2011-09-29 23:45:18 UTC
(
hide
)
Description:
Raw patch for 3.5.next
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-09-29 23:45:18 UTC
Size:
543 bytes
patch
obsolete
>diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c >index 6a2f756..0524850 100644 >--- a/source3/smbd/msdfs.c >+++ b/source3/smbd/msdfs.c >@@ -544,11 +544,7 @@ static NTSTATUS dfs_path_lookup(TALLOC_CTX *ctx, > NT_STATUS_OBJECT_PATH_NOT_FOUND)) { > return status; > } >- >- /* Create an smb_fname to use below. */ >- status = create_synthetic_smb_fname(ctx, pdp->reqpath, NULL, >- NULL, &smb_fname); >- if (!NT_STATUS_IS_OK(status)) { >+ if (smb_fname == NULL || smb_fname->base_name == NULL) { > return status; > } > }
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 8493
:
6959
|
6970
|
6972