[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-454-ga4b5c79

Günther Deschner gd at samba.org
Fri Sep 18 13:33:23 MDT 2009


The branch, master has been updated
       via  a4b5c792c55ef90648a528d279beec32f86a9b22 (commit)
      from  700df9b27a0623336c1ad78414be9fd572fd2e56 (commit)

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


- Log -----------------------------------------------------------------
commit a4b5c792c55ef90648a528d279beec32f86a9b22
Author: Günther Deschner <gd at samba.org>
Date:   Thu Sep 17 09:42:49 2009 +0200

    s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc.
    
    Guenther

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

Summary of changes:
 source3/rpc_client/cli_lsarpc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c
index aa883d3..d49fa47 100644
--- a/source3/rpc_client/cli_lsarpc.c
+++ b/source3/rpc_client/cli_lsarpc.c
@@ -152,6 +152,8 @@ static NTSTATUS rpccli_lsa_lookup_sids_noalloc(struct rpc_pipe_client *cli,
 		struct lsa_TransNameArray2 lsa_names2;
 		uint32_t n;
 
+		ZERO_STRUCT(lsa_names2);
+
 		result = rpccli_lsa_LookupSids3(cli, mem_ctx,
 						&sid_array,
 						&ref_domains,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list