[SCM] Samba Shared Repository - branch v3-5-test updated

Jeremy Allison jra at samba.org
Fri Oct 23 12:42:02 MDT 2009


The branch, v3-5-test has been updated
       via  d8d28f7... s4-torture: fixed double free in libnet_group test
      from  dcdec16... util: fixed place where we could look one byte past end of string

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


- Log -----------------------------------------------------------------
commit d8d28f74aabce7c02c25c2c1543ebea0355d68a8
Author: Andrew Tridgell <tridge at samba.org>
Date:   Thu Oct 22 18:45:43 2009 +1100

    s4-torture: fixed double free in libnet_group test

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

Summary of changes:
 source4/torture/libnet/libnet_group.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/libnet/libnet_group.c b/source4/torture/libnet/libnet_group.c
index c7fdfbd..a98ecd1 100644
--- a/source4/torture/libnet/libnet_group.c
+++ b/source4/torture/libnet/libnet_group.c
@@ -273,7 +273,6 @@ bool torture_groupinfo_api(struct torture_context *torture)
 	if (!NT_STATUS_IS_OK(status)) {
 		printf("libnet_GroupInfo call failed: %s\n", nt_errstr(status));
 		ret = false;
-		talloc_free(mem_ctx);
 		goto done;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list