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

Volker Lendecke vlendec at samba.org
Tue Jun 17 11:07:49 GMT 2008


The branch, v3-2-test has been updated
       via  72b381689af9cae83ab08532cffd0188f2da4807 (commit)
      from  3b0d688b1b16c9054340d08986d0fa91f7fff9ad (commit)

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


- Log -----------------------------------------------------------------
commit 72b381689af9cae83ab08532cffd0188f2da4807
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jun 17 13:00:13 2008 +0200

    Fix a memleak in wbcAuthenticateUserEx()

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

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


Changeset truncated at 500 lines:

diff --git a/source/nsswitch/libwbclient/wbc_pam.c b/source/nsswitch/libwbclient/wbc_pam.c
index 3e0b6a5..5427ddb 100644
--- a/source/nsswitch/libwbclient/wbc_pam.c
+++ b/source/nsswitch/libwbclient/wbc_pam.c
@@ -416,6 +416,8 @@ wbcErr wbcAuthenticateUserEx(const struct wbcAuthUserParams *params,
 	}
 
 done:
+	if (response.extra_data.data)
+		free(response.extra_data.data);
 
 	return wbc_status;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list