[SCM] Samba Shared Repository - branch v4-2-test updated

Karolin Seeger kseeger at samba.org
Tue Aug 25 09:26:03 UTC 2015


The branch, v4-2-test has been updated
       via  7e43c43 s3: winbindd: Fix TALLOC_FREE of uninitialized groups variable.
      from  b688f57 s4:rpc_server/netlogon: fix bugs in dcesrv_netr_DsRGetDCNameEx2()

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-2-test


- Log -----------------------------------------------------------------
commit 7e43c43301b7dc407d0c1ebca61c2de5c71698a9
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Jul 23 10:52:43 2015 -0700

    s3: winbindd: Fix TALLOC_FREE of uninitialized groups variable.
    
    Fix created by by: wei zhong <wweyeww at gmail.com>
    
    Only for 4.2.x and below, master code already fixed.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=10823
    
    Signed-off-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(v4-2-test): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(v4-2-test): Tue Aug 25 11:25:58 CEST 2015 on sn-devel-104

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

Summary of changes:
 source3/winbindd/winbindd_dual_srv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c
index c19179d..bff310a 100644
--- a/source3/winbindd/winbindd_dual_srv.c
+++ b/source3/winbindd/winbindd_dual_srv.c
@@ -381,7 +381,7 @@ NTSTATUS _wbint_QueryGroupList(struct pipes_struct *p,
 {
 	struct winbindd_domain *domain = wb_child_domain();
 	uint32_t i, num_groups;
-	struct wb_acct_info *groups;
+	struct wb_acct_info *groups = NULL;
 	struct wbint_Principal *result;
 	NTSTATUS status;
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list