Skip to content

Commit 780b97c

Browse files
fix
1 parent 6634d8f commit 780b97c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,8 @@ def _to_engine_output(output: str, crash_path: str, return_code: int,
20742074
return_code=return_code,
20752075
timestamp=proto_timestamp)
20762076

2077+
if crash_path is None:
2078+
return engine_output
20772079
if os.path.getsize(crash_path) > 10 * 1024**2:
20782080
return engine_output
20792081
with open(crash_path, 'rb') as fp:

0 commit comments

Comments
 (0)