The Samba-Bugzilla – Attachment 8832 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 with cp-info
9432-4.0.patch (text/plain), 984 bytes, created by
Volker Lendecke
on 2013-04-30 09:09:27 UTC
(
hide
)
Description:
Patch with cp-info
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2013-04-30 09:09:27 UTC
Size:
984 bytes
patch
obsolete
>From d6965245cacc0e2a5840615f91606f02a27b68a2 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 > >Signed-off-by: Volker Lendecke <vl@samba.org> >Reviewed-by: Stefan Metzmacher <metze@samba.org> >(cherry picked from commit c672ef11b1ed663b6366f321d3628acf05b3d0fe) >--- > 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 a904470..bd2d361 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.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:
metze
:
review+
Actions:
View
Attachments on
bug 9832
:
8828
| 8832 |
8840
|
8858
|
8859
|
8927