Skip to content

Commit

Permalink
fix setting env
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jan 25, 2023
1 parent 05dab2e commit 864d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clusterfuzz/_internal/bot/fuzzers/afl/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def check_error_and_log(error_regex, log_message_format):
# Randomly set to ignore long running inputs.
if engine_common.decide_with_probability(
self.strategies.IGNORE_TIMEOUTS_PROB):
self.set_arg(fuzz_args, constants.IGNORE_TIMEOUTS_ENV_VAR, None)
environment.set_value(constants.IGNORE_TIMEOUTS_ENV_VAR, 1)

# Randomly set new vs. old queue selection mechanism.
if engine_common.decide_with_probability(
Expand Down

0 comments on commit 864d61d

Please sign in to comment.