The branch, master has been updated
       via  51533ee winbind4: Fix bug 9832 -- talloc use after free
      from  7ff3cbd source4/winbind/wb_samba3_cmd.c: Fix typo in comment.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 51533eedd7fa162bf8113f1f551064c01741e40e
Author: Volker Lendecke <[email protected]>
Date:   Tue May 7 10:17:26 2013 +0200

    winbind4: Fix bug 9832 -- talloc use after free
    
    Signed-off-by: Volker Lendecke <[email protected]>
    Reviewed-by: Jeremy Allison <[email protected]>
    
    Autobuild-User(master): Jeremy Allison <[email protected]>
    Autobuild-Date(master): Thu May 16 13:37:41 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/winbind/wb_server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/winbind/wb_server.c b/source4/winbind/wb_server.c
index 335bdbc..983f9f5 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) {


-- 
Samba Shared Repository

Reply via email to