[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Sep 22 20:24:04 MDT 2014


The branch, master has been updated
       via  f92086f libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL.
      from  f65c1f0 s4:librpc: use authenticated epmapping for ncacn_http

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


- Log -----------------------------------------------------------------
commit f92086f4a347dcc8fa948aa2614a2c12f1115e5a
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Sep 17 15:17:50 2014 +0200

    libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=10817
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Sep 23 04:23:05 CEST 2014 on sn-devel-104

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

Summary of changes:
 libcli/smb/smb1cli_echo.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/smb/smb1cli_echo.c b/libcli/smb/smb1cli_echo.c
index 4fb7c60..10dff2d 100644
--- a/libcli/smb/smb1cli_echo.c
+++ b/libcli/smb/smb1cli_echo.c
@@ -96,7 +96,6 @@ static void smb1cli_echo_done(struct tevent_req *subreq)
 				  NULL, /* pbytes_offset */
 				  NULL, /* pinbuf */
 				  expected, ARRAY_SIZE(expected));
-	TALLOC_FREE(subreq);
 	if (!NT_STATUS_IS_OK(status)) {
 		tevent_req_nterror(req, status);
 		return;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list