[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-143-g0247bc5

Karolin Seeger kseeger at samba.org
Wed Mar 26 13:51:19 GMT 2008


The branch, v3-2-stable has been updated
       via  0247bc5d72809c8d4a59abb105417b0399a64746 (commit)
      from  13447026c4a6e5e0cf0f559d2430309c2a8f7e87 (commit)

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


- Log -----------------------------------------------------------------
commit 0247bc5d72809c8d4a59abb105417b0399a64746
Author: Günther Deschner <gd at samba.org>
Date:   Thu Mar 20 00:30:01 2008 +0100

    Fix crash bug in check_sam_security() when make_server_info_sam() did a
    talloc_steal and talloc_free on the sam account already.
    
    Guenther
    (cherry picked from commit dbc7237a8a566f3e86bd6e4b48593b93c5bfb94e)

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

Summary of changes:
 source/auth/auth_sam.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/auth/auth_sam.c b/source/auth/auth_sam.c
index 66504a8..4d25d31 100644
--- a/source/auth/auth_sam.c
+++ b/source/auth/auth_sam.c
@@ -352,7 +352,6 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context,
 
 	if (!NT_STATUS_IS_OK(nt_status)) {
 		DEBUG(0,("check_sam_security: make_server_info_sam() failed with '%s'\n", nt_errstr(nt_status)));
-		TALLOC_FREE(sampass);
 		data_blob_free(&user_sess_key);
 		data_blob_free(&lm_sess_key);
 		return nt_status;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list