mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
s4:torture:smb2:durable-open: fix a silly access-after-free panic
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Feb 28 08:33:44 CET 2012 on sn-devel-104
This commit is contained in:
@ -651,13 +651,6 @@ bool test_durable_open_reopen4(struct torture_context *tctx,
|
|||||||
*/
|
*/
|
||||||
TALLOC_FREE(tree);
|
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)) {
|
if (!torture_smb2_tree_connect(tctx, session2, mem_ctx, &tree2)) {
|
||||||
torture_warning(tctx, "tree connect failed.\n");
|
torture_warning(tctx, "tree connect failed.\n");
|
||||||
ret = false;
|
ret = false;
|
||||||
|
Reference in New Issue
Block a user