[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Tue Feb 28 00:34:02 MST 2012


The branch, master has been updated
       via  d92b955 s4:torture:smb2:durable-open: fix a silly access-after-free panic
      from  43dd033 s3:torture/test_smb2: test a tree_connect during reauth

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


- Log -----------------------------------------------------------------
commit d92b955cca3adf25de7d58cf7c0b8ff110eb736c
Author: Michael Adam <obnox at samba.org>
Date:   Tue Feb 28 05:33:23 2012 +0100

    s4:torture:smb2:durable-open: fix a silly access-after-free panic
    
    Autobuild-User: Michael Adam <obnox at samba.org>
    Autobuild-Date: Tue Feb 28 08:33:44 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c
index 6a3f52b..d667861 100644
--- a/source4/torture/smb2/durable_open.c
+++ b/source4/torture/smb2/durable_open.c
@@ -651,13 +651,6 @@ bool test_durable_open_reopen4(struct torture_context *tctx,
 	 */
 	TALLOC_FREE(tree);
 
-	ZERO_STRUCT(io2);
-	io2.in.fname = fname;
-	io2.in.durable_handle = h;
-
-	status = smb2_create(tree, mem_ctx, &io2);
-	CHECK_STATUS(status, NT_STATUS_NETWORK_NAME_DELETED);
-
 	if (!torture_smb2_tree_connect(tctx, session2, mem_ctx, &tree2)) {
 		torture_warning(tctx, "tree connect failed.\n");
 		ret = false;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list