[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-644-g5b8fc38

Günther Deschner gd at samba.org
Fri Apr 3 10:56:07 GMT 2009


The branch, v3-4-test has been updated
       via  5b8fc3858d3327056cd1ff9d2a47f6992825fcf2 (commit)
      from  4996d89d19655ab6f0d4656ea72d6bad52ba7d6d (commit)

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


- Log -----------------------------------------------------------------
commit 5b8fc3858d3327056cd1ff9d2a47f6992825fcf2
Author: Günther Deschner <gd at samba.org>
Date:   Fri Apr 3 12:50:50 2009 +0200

    s3-nsswitch: Fix Bug #6238 2nd part. zero blob pointer in wbcLogoffUserParams.
    
    Patch from Rashid N. Achilov <citycat4 at ngs.ru>.
    
    Guenther
    (cherry picked from commit 43372b27403f617897bab564c42eead4d64532e4)

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

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


Changeset truncated at 500 lines:

diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c
index 5feccb6..0d33f59 100644
--- a/nsswitch/pam_winbind.c
+++ b/nsswitch/pam_winbind.c
@@ -2406,6 +2406,7 @@ static int _pam_delete_cred(pam_handle_t *pamh, int flags,
 						     user, "wbcLogoffUser");
 		wbcFreeMemory(error);
 		wbcFreeMemory(logoff.blobs);
+		logoff.blobs = NULL;
 
 		if (!WBC_ERROR_IS_OK(wbc_status)) {
 			_pam_log(ctx, LOG_INFO,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list