The Samba-Bugzilla – Attachment 12937 Details for
Bug 12584
CIFS client sends wrong SMB2 TREE_CONNECT request on reconnect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix and detect SMB2 TREE_RECONNECT with tid != 0
tree_connect_with_warn.diff (text/plain), 371 bytes, created by
Jan-Marek Glogowski
on 2017-02-15 14:54:16 UTC
(
hide
)
Description:
Patch to fix and detect SMB2 TREE_RECONNECT with tid != 0
Filename:
MIME Type:
Creator:
Jan-Marek Glogowski
Created:
2017-02-15 14:54:16 UTC
Size:
371 bytes
patch
obsolete
>--- smb2pdu.c.orig 2017-01-20 19:58:34.581064153 +0100 >+++ smb2pdu.c 2017-01-20 20:19:23.124772222 +0100 >@@ -172,7 +172,14 @@ > return rc; > > if (smb2_command == SMB2_TREE_CONNECT) >+ { >+ if (tcon->tid != 0) >+ { >+ WARN(1, "%s: SMB2_TREE_CONNECT with tid != 0\n", __func__); >+ tcon->tid = 0; >+ } > return rc; >+ } > > if (tcon->tidStatus == CifsExiting) { > /* > >
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 12584
: 12937 |
12938
|
12939
|
12940
|
12941