[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue Apr 27 17:52:01 UTC 2021


The branch, master has been updated
       via  ca6a8037aa1 lib:replace: Fix a posible double free
      from  c9508b971ca auth3: talloc_strackframe() panics on failure

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


- Log -----------------------------------------------------------------
commit ca6a8037aa1b613f9b0e3df4d0a7908dc053f06e
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Apr 27 15:33:04 2021 +0200

    lib:replace: Fix a posible double free
    
    CID 1477397
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Apr 27 17:51:36 UTC 2021 on sn-devel-184

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

Summary of changes:
 lib/replace/tests/testsuite.c | 1 -
 1 file changed, 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/tests/testsuite.c b/lib/replace/tests/testsuite.c
index d8afa15480b..ce344d6549e 100644
--- a/lib/replace/tests/testsuite.c
+++ b/lib/replace/tests/testsuite.c
@@ -288,7 +288,6 @@ static int test_strndup(void)
 	free(x);
 	if (cmp != 0) {
 		printf("failure: strndup [\ninvalid\n]\n");
-		free(x);
 		return false;
 	}
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list