The Samba-Bugzilla – Attachment 6643 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]
git-am fix for 3.6.0
0001-Fix-bug-8219-SMB-Panic-from-Windows-7-Client.patch (text/plain), 1.15 KB, created by
Jeremy Allison
on 2011-06-29 00:50:51 UTC
(
hide
)
Description:
git-am fix for 3.6.0
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-06-29 00:50:51 UTC
Size:
1.15 KB
patch
obsolete
>From 7a4695a71c8ae2d4ce3d9db44526c5d22218875a Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Tue, 28 Jun 2011 17:45:49 -0700 >Subject: [PATCH] Fix bug #8219 - SMB Panic from Windows 7 Client > >Caused by referencing an uninitialized variable in the >duplicated struct smbd_smb2_request when sending a signed >intermediate reply. >--- > source3/smbd/smb2_server.c | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > >diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c >index 65bb5b9..24953ed 100644 >--- a/source3/smbd/smb2_server.c >+++ b/source3/smbd/smb2_server.c >@@ -665,10 +665,18 @@ static struct smbd_smb2_request *dup_smb2_req(const struct smbd_smb2_request *re > } > > newreq->sconn = req->sconn; >+ newreq->session = req->session; > newreq->do_signing = req->do_signing; > newreq->current_idx = req->current_idx; > newreq->async = false; > newreq->cancelled = false; >+ /* Note we are leaving: >+ ->tcon >+ ->smb1req >+ ->compat_chain_fsp >+ uninitialized as NULL here as >+ they're not used in the interim >+ response code. JRA. */ > > outvec = talloc_zero_array(newreq, struct iovec, count); > if (!outvec) { >-- >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