The Samba-Bugzilla – Attachment 13298 Details for
Bug 12818
smbd panic after connection force close
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-When-deleting-an-fsp-pointer-ensure-we-don-t.patch (text/plain), 994 bytes, created by
Jeremy Allison
on 2017-06-20 20:04:43 UTC
(
hide
)
Description:
git-am fix for master
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2017-06-20 20:04:43 UTC
Size:
994 bytes
patch
obsolete
>From f2371db2498d2443a6dcf9e1a3b12c7edb7852a4 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Tue, 20 Jun 2017 11:20:38 -0700 >Subject: [PATCH] s3: smbd: When deleting an fsp pointer ensure we don't keep > any references to it around. > >https://bugzilla.samba.org/show_bug.cgi?id=12818 > >Based on a suggestion from <lev@zadarastorage.com> > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > source3/smbd/files.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/source3/smbd/files.c b/source3/smbd/files.c >index 6d0f05b9db1..303ab7bb926 100644 >--- a/source3/smbd/files.c >+++ b/source3/smbd/files.c >@@ -552,9 +552,7 @@ void file_free(struct smb_request *req, files_struct *fsp) > * Clear all possible chained fsp > * pointers in the SMB2 request queue. > */ >- if (req != NULL && req->smb2req) { >- remove_smb2_chained_fsp(fsp); >- } >+ remove_smb2_chained_fsp(fsp); > > /* Drop all remaining extensions. */ > vfs_remove_all_fsp_extensions(fsp); >-- >2.11.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 12818
:
13252
|
13298
|
13301