The Samba-Bugzilla – Attachment 5515 Details for
Bug 7250
SIGSEGV in talloc_get_name() from libsmbclient.so.0 when trying to access home router with Nautilus [regression]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible patch
0001-s3-Fix-bug-7250.patch (text/plain), 892 bytes, created by
Volker Lendecke
on 2010-03-21 05:52:01 UTC
(
hide
)
Description:
Possible patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2010-03-21 05:52:01 UTC
Size:
892 bytes
patch
obsolete
>From 22e0c46cd50169cd39fb9e701fd48d4ee8b7ab3d Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Sun, 21 Mar 2010 11:48:05 +0100 >Subject: [PATCH] s3: Fix bug 7250 > >Thanks to Ilya Basin <basinilya@gmail.com> for the analysis! > >Volker >--- > source3/libsmb/cliconnect.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c >index 256ca2e..e9624fb 100644 >--- a/source3/libsmb/cliconnect.c >+++ b/source3/libsmb/cliconnect.c >@@ -1725,7 +1725,8 @@ struct tevent_req *cli_tcon_andx_send(TALLOC_CTX *mem_ctx, > const char *share, const char *dev, > const char *pass, int passlen) > { >- struct tevent_req *req, *subreq; >+ struct tevent_req *req; >+ struct tevent_req *subreq = NULL; > NTSTATUS status; > > req = cli_tcon_andx_create(mem_ctx, ev, cli, share, dev, pass, passlen, >-- >1.6.0.4 >
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 7250
:
5498
| 5515