Skip to content

Commit

Permalink
Invalidate Open signature when cleaning up, to avoid using stale ones…
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jul 3, 2019
1 parent 2601347 commit 34fd597
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packetWin7/npf/npf/Openclos.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,9 @@ NPF_ReleaseOpenInstanceResources(
pOpen->DumpFileName.Buffer = NULL;
}

// This is no longer a usable Open instance.
pOpen->OpenSignature = 0;

TRACE_EXIT();
}

Expand Down

0 comments on commit 34fd597

Please sign in to comment.