[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4360-gd90c345

Jeremy Allison jra at samba.org
Wed Nov 12 22:06:21 GMT 2008


The branch, v3-3-test has been updated
       via  d90c3454fbdf1fd381e83e81538a56e6e3163a9f (commit)
      from  76ff38c5ec05b5267ed085df7296a46e3dfc76e5 (commit)

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


- Log -----------------------------------------------------------------
commit d90c3454fbdf1fd381e83e81538a56e6e3163a9f
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Nov 12 14:05:39 2008 -0800

    Fix memory leak in error path, spotted by Martin Zielinski <mz at seh.de>.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_passdb.c b/source/winbindd/winbindd_passdb.c
index 5677c01..0cf4540 100644
--- a/source/winbindd/winbindd_passdb.c
+++ b/source/winbindd/winbindd_passdb.c
@@ -267,6 +267,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain,
 	}
 
 	if ( !pdb_getsampwsid( user, user_sid ) ) {
+		TALLOC_FREE( user );
 		return NT_STATUS_NO_SUCH_USER;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list