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

Karolin Seeger kseeger at samba.org
Fri Jun 19 09:10:24 GMT 2009


The branch, v3-3-test has been updated
       via  b4fe7ad41953c2c60bf9333cff4a5e83fcbe582e (commit)
      from  f92195e3a1baaddda47a5d496f9488c8445b41ad (commit)

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


- Log -----------------------------------------------------------------
commit b4fe7ad41953c2c60bf9333cff4a5e83fcbe582e
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 8377e1c..74a610e 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5763,7 +5763,7 @@ static NTSTATUS vampire_trusted_domain(struct rpc_pipe_client *pipe_hnd,
 	union lsa_TrustedDomainInfo *info = NULL;
 	char *cleartextpwd = NULL;
 	uint8_t nt_hash[16];
-	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