Skip to content

Commit

Permalink
Fixed bug found by Coverity.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioVilas committed Aug 2, 2017
1 parent dc6705f commit 0eb8509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winappdbg/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ def do_kill(self, arg):
except CmdError:
try:
tid = self.input_process(token)
target_pids.add(pid)
target_tids.add(tid)
except CmdError:
msg = "unknown process or thread (%s)" % token
raise CmdError(msg)
Expand Down

0 comments on commit 0eb8509

Please sign in to comment.