The Samba-Bugzilla – Attachment 8828 Details for
Bug 9832
libtalloc 2.0.8 double free error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
9832.patch (text/plain), 823 bytes, created by
Volker Lendecke
on 2013-04-29 16:41:06 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2013-04-29 16:41:06 UTC
Size:
823 bytes
patch
obsolete
>From 1139d48ba13d46dac5d9afe836f313d399f39c96 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Mon, 29 Apr 2013 18:40:08 +0200 >Subject: [PATCH] winbind4: Fix bug 9832 -- talloc use after free > >--- > source4/winbind/wb_server.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source4/winbind/wb_server.c b/source4/winbind/wb_server.c >index f036749..335bdbc 100644 >--- a/source4/winbind/wb_server.c >+++ b/source4/winbind/wb_server.c >@@ -75,7 +75,7 @@ static void wbsrv_call_loop(struct tevent_req *subreq) > if (!NT_STATUS_IS_OK(status)) { > const char *reason; > >- reason = talloc_asprintf(call, "wbsrv_call_loop: " >+ reason = talloc_asprintf(wbsrv_conn, "wbsrv_call_loop: " > "tstream_read_pdu_blob_recv() - %s", > nt_errstr(status)); > if (!reason) { >-- >1.7.3.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 9832
:
8828
|
8832
|
8840
|
8858
|
8859
|
8927