[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3626-g1fb3ee2

Karolin Seeger kseeger at samba.org
Fri Jun 19 09:14:02 GMT 2009


The branch, v3-2-test has been updated
       via  1fb3ee26df3271dca802df07e20ea5b30da660e4 (commit)
      from  d6c28913f3109d1327a3d1369b6eafd3874b2dca (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 1fb3ee26df3271dca802df07e20ea5b30da660e4
Author: Günther Deschner <gd at samba.org>
Date:   Wed May 13 15:17:46 2009 +0200

    s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be retrieved.
    
    Guenther

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

Summary of changes:
 source/utils/net_rpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index ceeed63..edb1fbe 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5938,7 +5938,7 @@ static NTSTATUS vampire_trusted_domain(struct rpc_pipe_client *pipe_hnd,
 	NTSTATUS nt_status;
 	union lsa_TrustedDomainInfo *info = NULL;
 	char *cleartextpwd = NULL;
-	DATA_BLOB data;
+	DATA_BLOB data = data_blob_null;
 
 	nt_status = rpccli_lsa_QueryTrustedDomainInfoBySid(pipe_hnd, mem_ctx,
 							   pol,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list