[SCM] Samba Shared Repository - branch v4-11-test updated

Karolin Seeger kseeger at samba.org
Mon Oct 5 11:18:02 UTC 2020


The branch, v4-11-test has been updated
       via  979e078065e winbind: Fix a memleak
      from  cd50a5329a0 VERSION: Bump version up to 4.11.14...

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-11-test


- Log -----------------------------------------------------------------
commit 979e078065e51341e535fe3e69088852d8511a9f
Author: Laurent Menase <laurent.menase at hpe.com>
Date:   Wed May 20 12:31:53 2020 +0200

    winbind: Fix a memleak
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=14388
    Signed-off-by: Laurent Menase <laurent.menase at hpe.com>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Noel Power <noel.power at suse.com>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Mon Sep 14 13:33:13 UTC 2020 on sn-devel-184
    
    (cherry picked from commit 8f868b0ea0b4795668f7bc0b028cd85686b249fb)
    
    Autobuild-User(v4-11-test): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(v4-11-test): Mon Oct  5 11:17:23 UTC 2020 on sn-devel-184

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

Summary of changes:
 source3/winbindd/winbindd_ads.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_ads.c b/source3/winbindd/winbindd_ads.c
index 20f47eb5954..6a9d1234f40 100644
--- a/source3/winbindd/winbindd_ads.c
+++ b/source3/winbindd/winbindd_ads.c
@@ -405,6 +405,7 @@ static NTSTATUS query_user_list(struct winbindd_domain *domain,
 	DBG_NOTICE("ads query_user_list gave %d entries\n", count);
 
 done:
+	ads_msgfree(ads, res);
 	return status;
 }
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list