We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f5486 commit 9f8bbabCopy full SHA for 9f8bbab
src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py
@@ -1797,7 +1797,7 @@ def run(self):
1797
return uworker_msg_pb2.Output( # pylint: disable=no-member
1798
error_type=uworker_msg_pb2.ErrorType.FUZZ_DATA_BUNDLE_SETUP_FAILURE) # pylint: disable=no-member
1799
1800
- if engine_impl and fuzz_target.binary:
+ if engine_impl:
1801
crashes, fuzzer_metadata = self.do_engine_fuzzing(engine_impl)
1802
1803
# Not applicable to engine fuzzers.
0 commit comments