The Samba-Bugzilla – Attachment 16600 Details for
Bug 14696
SMB1 SMBsplwr doesn't send a reply packet on success.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for master.
0001-s3-smbd-SMB1-SMBsplwr-doesn-t-send-a-reply-packet-on.patch (text/plain), 829 bytes, created by
Jeremy Allison
on 2021-04-29 17:16:12 UTC
(
hide
)
Description:
git-am fix for master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2021-04-29 17:16:12 UTC
Size:
829 bytes
patch
obsolete
>From c97412918afdcae23dc71dbb2dba5066911ac79d Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Thu, 29 Apr 2021 09:50:30 -0700 >Subject: [PATCH] s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on > success. > >Missing call to set up req->outbuf means no reply is sent. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=14696 > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > source3/smbd/reply.c | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c >index dcda32e8cc1..f7b0fe72f13 100644 >--- a/source3/smbd/reply.c >+++ b/source3/smbd/reply.c >@@ -7059,6 +7059,8 @@ void reply_printwrite(struct smb_request *req) > > DEBUG(3, ("printwrite %s num=%d\n", fsp_fnum_dbg(fsp), numtowrite)); > >+ reply_outbuf(req, 0, 0); >+ > END_PROFILE(SMBsplwr); > return; > } >-- >2.27.0 >
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 14696
:
16600
|
16602
|
16603