The Samba-Bugzilla – Attachment 10605 Details for
Bug 11041
Uninitialised variable used to compute return value in srv_send_smb()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for v4-1-test branch
0001-smbd-Fix-CID-1063259-Uninitialized-scalar-variable_41t.patch (text/plain), 954 bytes, created by
David Disseldorp
on 2015-01-09 10:22:49 UTC
(
hide
)
Description:
fix for v4-1-test branch
Filename:
MIME Type:
Creator:
David Disseldorp
Created:
2015-01-09 10:22:49 UTC
Size:
954 bytes
patch
obsolete
>From ee4d579b96f30a04b18683d44a888e4519996fd5 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Sun, 18 Aug 2013 20:35:32 +0000 >Subject: [PATCH] smbd: Fix CID 1063259 Uninitialized scalar variable > >Signed-off-by: Volker Lendecke <vl@samba.org> > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=11041 > >Reviewed-by: Andrew Bartlett <abartlet@samba.org> >(cherry picked from commit cc983c9a6a92f3d127ec6461b15aed3fa90e6d30) >Reviewed-by: David Disseldorp <ddiss@samba.org> >--- > source3/smbd/process.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source3/smbd/process.c b/source3/smbd/process.c >index d01bf39..9d84578 100644 >--- a/source3/smbd/process.c >+++ b/source3/smbd/process.c >@@ -172,6 +172,7 @@ bool srv_send_smb(struct smbd_server_connection *sconn, char *buffer, > DEBUG(0, ("send_smb: SMB encryption failed " > "on outgoing packet! Error %s\n", > nt_errstr(status) )); >+ ret = -1; > goto out; > } > } >-- >2.1.2 >
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:
vl
:
review+
jra
:
review+
Actions:
View
Attachments on
bug 11041
:
10604
| 10605