The Samba-Bugzilla – Attachment 6648 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]
Second part of the fix for this bug. git-am for 3.6.0
0001-Second-part-of-fix-for-bug-8219-SMB-Panic-from-Windo.patch (text/plain), 1004 bytes, created by
Jeremy Allison
on 2011-06-29 16:52:37 UTC
(
hide
)
Description:
Second part of the fix for this bug. git-am for 3.6.0
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-06-29 16:52:37 UTC
Size:
1004 bytes
patch
obsolete
>From b064de9aae6a6872317ddf735b80eeb50886067d Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Wed, 29 Jun 2011 09:47:14 -0700 >Subject: [PATCH] Second part of fix for bug #8219 - SMB Panic from Windows 7 Client. > >Pass in the correct vector to the signing algorith 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. > >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..e37ccf1 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], 3); > 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
Actions:
View
Attachments on
bug 8219
:
6562
|
6583
|
6635
|
6638
|
6643
|
6647
|
6648
|
6650