The branch, v3-6-test has been updated
       via  a2daf0e ntlm_auth: Fix a valgrind error
      from  6356255 lib/tdb: change version to 1.2.4 after hash checking 
improvments

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


- Log -----------------------------------------------------------------
commit a2daf0ef0e0c33349753ca4962e129911ac695ac
Author: Volker Lendecke <v...@samba.org>
Date:   Mon Sep 13 18:09:20 2010 +0200

    ntlm_auth: Fix a valgrind error

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

Summary of changes:
 source3/utils/ntlm_auth.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c
index b14c2b7..b396ce8 100644
--- a/source3/utils/ntlm_auth.c
+++ b/source3/utils/ntlm_auth.c
@@ -1169,7 +1169,7 @@ static void offer_gss_spnego_mechs(void) {
 
        /* Server negTokenInit (mech offerings) */
        spnego.type = SPNEGO_NEG_TOKEN_INIT;
-       spnego.negTokenInit.mechTypes = talloc_array(ctx, const char *, 2);
+       spnego.negTokenInit.mechTypes = talloc_array(ctx, const char *, 3);
 #ifdef HAVE_KRB5
        spnego.negTokenInit.mechTypes[0] = talloc_strdup(ctx, 
OID_KERBEROS5_OLD);
        spnego.negTokenInit.mechTypes[1] = talloc_strdup(ctx, OID_NTLMSSP);


-- 
Samba Shared Repository

Reply via email to