From d92b955cca3adf25de7d58cf7c0b8ff110eb736c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 28 Feb 2012 05:33:23 +0100 Subject: s4:torture:smb2:durable-open: fix a silly access-after-free panic Autobuild-User: Michael Adam Autobuild-Date: Tue Feb 28 08:33:44 CET 2012 on sn-devel-104 --- source4/torture/smb2/durable_open.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index 6a3f52b381..d667861804 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; -- cgit