[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3972-gd4f5caa

Jeremy Allison jra at samba.org
Thu Sep 4 22:14:37 GMT 2008


The branch, v3-devel has been updated
       via  d4f5caa3d38b5afc1e8b3d0e0c6d7d68a152fe0a (commit)
      from  0311d171970e888754cf614adfdfc1f8e0f5b04e (commit)

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


- Log -----------------------------------------------------------------
commit d4f5caa3d38b5afc1e8b3d0e0c6d7d68a152fe0a
Author: James Ding <ding_cc at hotmail.com>
Date:   Thu Sep 4 15:13:12 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 94e3bad..c7f730e 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