The Samba-Bugzilla – Attachment 6650 Details for
Bug 8219
SMB Panic from Windows 7 Client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Corrected second part of the git-am patch for 3.6.0
0001-Second-part-of-fix-for-bug-8219-SMB-Panic-from-Windo.patch (text/plain), 1.02 KB, created by
Jeremy Allison
on 2011-06-29 16:59:48 UTC
(
hide
)
Description:
Corrected second part of the git-am patch for 3.6.0
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-06-29 16:59:48 UTC
Size:
1.02 KB
patch
obsolete
>From 903c16bc6180ac2947e6ad4844f190dd84c9bb8a Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Wed, 29 Jun 2011 09:56:47 -0700 >Subject: [PATCH] Second part of fix for bug #8219 - SMB Panic from Windows 7 Client. > >Pass in the correct vector to the signing algorithm in an async >response - we must start with vector[1] which has the SMB2_HDR_BODY >length, not vector[0] which is the 4 byte packet length. Also >note we're passing in 2 vectors not 3. > >Metze please review. >--- > source3/smbd/smb2_server.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c >index 24953ed..49e748b 100644 >--- a/source3/smbd/smb2_server.c >+++ b/source3/smbd/smb2_server.c >@@ -923,7 +923,7 @@ NTSTATUS smbd_smb2_request_pending_queue(struct smbd_smb2_request *req, > > if (req->do_signing) { > status = smb2_signing_sign_pdu(req->session->session_key, >- state->vector, 3); >+ &state->vector[1], 2); > if (!NT_STATUS_IS_OK(status)) { > return status; > } >-- >1.7.1 >
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
Flags:
metze
:
review+
Actions:
View
Attachments on
bug 8219
:
6562
|
6583
|
6635
|
6638
|
6643
|
6647
|
6648
| 6650