The Samba-Bugzilla – Attachment 8927 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]
2nd patch with cherry-pick information
tmp.diff (text/plain), 1.08 KB, created by
Stefan Metzmacher
on 2013-05-28 12:42:31 UTC
(
hide
)
Description:
2nd patch with cherry-pick information
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2013-05-28 12:42:31 UTC
Size:
1.08 KB
patch
obsolete
>From a8cf8adfdb9372bcf13c5ae2ed1f06fb2e5d3d8f Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Tue, 7 May 2013 10:17:26 +0200 >Subject: [PATCH] winbind4: Fix bug 9832 -- talloc use after free > >Signed-off-by: Volker Lendecke <vl@samba.org> >Reviewed-by: Jeremy Allison <jra@samba.org> > >Autobuild-User(master): Jeremy Allison <jra@samba.org> >Autobuild-Date(master): Thu May 16 13:37:41 CEST 2013 on sn-devel-104 >(cherry picked from commit 51533eedd7fa162bf8113f1f551064c01741e40e) >--- > source4/winbind/wb_server.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source4/winbind/wb_server.c b/source4/winbind/wb_server.c >index bd2d361..3392353 100644 >--- a/source4/winbind/wb_server.c >+++ b/source4/winbind/wb_server.c >@@ -56,7 +56,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.9.5 >
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:
jra
:
review+
Actions:
View
Attachments on
bug 9832
:
8828
|
8832
|
8840
|
8858
|
8859
| 8927