The branch, master has been updated
       via  aa9f3a2da97 nsswitch:libwbclient - fix leak in wbcCtxPingDc2
      from  8591d942437 smbXsrv_client: notify a different node to drop a 
connection by client guid.

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


- Log -----------------------------------------------------------------
commit aa9f3a2da97ae13cce3e50fe3d58f143200e9a17
Author: Andrew Walker <awal...@ixsystems.com>
Date:   Fri Sep 2 16:31:32 2022 -0400

    nsswitch:libwbclient - fix leak in wbcCtxPingDc2
    
    Memory allocated for response is never freed.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15164
    
    Signed-off-by: Andrew Walker <awal...@ixsystems.com>
    Reviewed-by: Volker Lendecke <v...@samba.org>
    Reviewed-by: Christof Schmitt <c...@samba.org>
    
    Autobuild-User(master): Jeremy Allison <j...@samba.org>
    Autobuild-Date(master): Tue Sep  6 20:10:17 UTC 2022 on sn-devel-184

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

Summary of changes:
 nsswitch/libwbclient/wbc_pam.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/nsswitch/libwbclient/wbc_pam.c b/nsswitch/libwbclient/wbc_pam.c
index b4bb2678ad0..4df0ffe2eb5 100644
--- a/nsswitch/libwbclient/wbc_pam.c
+++ b/nsswitch/libwbclient/wbc_pam.c
@@ -731,6 +731,7 @@ wbcErr wbcCtxPingDc2(struct wbcContext *ctx, const char 
*domain,
        BAIL_ON_WBC_ERROR(wbc_status);
 
  done:
+       winbindd_free_response(&response);
        return wbc_status;
 }
 


-- 
Samba Shared Repository

Reply via email to