The Samba-Bugzilla – Attachment 7368 Details for
Bug 8806
illegal dlists and crashing for and-x chaining
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
chain-list.patch (text/plain), 653 bytes, created by
Samjam
on 2012-03-10 08:40:13 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Samjam
Created:
2012-03-10 08:40:13 UTC
Size:
653 bytes
patch
obsolete
>diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h >index 1ddbf30..2075305 100644 >--- a/source4/smb_server/smb_server.h >+++ b/source4/smb_server/smb_server.h >@@ -479,7 +479,8 @@ struct loadparm_context; > #define SMBSRV_CALL_NTVFS_BACKEND(cmd) do { \ > req->ntvfs->async_states->status = cmd; \ > if (req->ntvfs->async_states->state & NTVFS_ASYNC_STATE_ASYNC) { \ >- DLIST_ADD_END(req->smb_conn->requests, req, struct smbsrv_request *); \ >+ if (! (req->prev) && ! (req->next)) \ >+ DLIST_ADD_END(req->smb_conn->requests, req, struct smbsrv_request *); \ > } else { \ > req->ntvfs->async_states->send_fn(req->ntvfs); \ > } \
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 8806
: 7368