Skip to content

Commit

Permalink
clear quit event when starting fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
zrquan committed Nov 15, 2024
1 parent 4719e29 commit 82eeb84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def start(self) -> None:
self.setup_scanners()
self.setup_threads()
self.play()
self._quit_event.clear()

for thread in self._threads:
thread.start()
Expand Down

0 comments on commit 82eeb84

Please sign in to comment.