[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1234-ge1a5099

Karolin Seeger kseeger at samba.org
Wed Sep 2 04:02:43 MDT 2009


The branch, v3-4-test has been updated
       via  e1a50994800ce311925214254c0a471a9f32c1f7 (commit)
      from  8cb103372be4eb3232e5e13b67f63562e5506c7e (commit)

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


- Log -----------------------------------------------------------------
commit e1a50994800ce311925214254c0a471a9f32c1f7
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Aug 30 11:39:41 2009 +0200

    s3:libwbclient: Fix bug 6349, initialize domain info struct

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

Summary of changes:
 nsswitch/libwbclient/wbc_util.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/libwbclient/wbc_util.c b/nsswitch/libwbclient/wbc_util.c
index 5c5034e..c39023f 100644
--- a/nsswitch/libwbclient/wbc_util.c
+++ b/nsswitch/libwbclient/wbc_util.c
@@ -262,6 +262,8 @@ static wbcErr process_domain_info_string(TALLOC_CTX *ctx,
 		BAIL_ON_WBC_ERROR(wbc_status);
 	}
 
+	ZERO_STRUCTP(info);
+
 	r = info_string;
 
 	/* Short Name */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list