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

Jeremy Allison jra at samba.org
Thu Sep 4 22:18:07 GMT 2008


The branch, v3-2-test has been updated
       via  2d84b9a1024f68657f75aa7e0c4091b8c7afd194 (commit)
      from  59415cb8b3ce7981dbf576086e13675f343581a4 (commit)

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


- Log -----------------------------------------------------------------
commit 2d84b9a1024f68657f75aa7e0c4091b8c7afd194
Author: James Ding <ding_cc at hotmail.com>
Date:   Thu Sep 4 15:17:18 2008 -0700

    Fix winbindd crash bug with trusted domains. Bug #5736

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_ads.c b/source/winbindd/winbindd_ads.c
index 5b651fa..c588726 100644
--- a/source/winbindd/winbindd_ads.c
+++ b/source/winbindd/winbindd_ads.c
@@ -1225,6 +1225,8 @@ static NTSTATUS trusted_domains(struct winbindd_domain *domain,
 		for (i = 0; i < trusts.count; i++) {
 			struct winbindd_domain d;
 			
+			ZERO_STRUCT(d);
+
 			/* drop external trusts if this is not our primary 
 			   domain.  This means that the returned number of 
 			   domains may be less that the ones actually trusted


-- 
Samba Shared Repository


More information about the samba-cvs mailing list