The branch, v3-3-test has been updated
via ea4d67cc7ba4eb05f0761208d70849a42bf25864 (commit)
from 89347b57d57e287e0762e97f7870323279802c92 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit ea4d67cc7ba4eb05f0761208d70849a42bf25864
Author: James Ding <[EMAIL PROTECTED]>
Date: Thu Sep 4 15:15:56 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 53ea3e1..894e786 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