The branch, master has been updated
       via  43372b27403f617897bab564c42eead4d64532e4 (commit)
      from  7ee4f168d8b18eaeed9cbdbf2db17090b8d35961 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 43372b27403f617897bab564c42eead4d64532e4
Author: Günther Deschner <[email protected]>
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 <[email protected]>.
    
    Guenther

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

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

Reply via email to