Skip to content

Commit 7a620b2

Browse files
nit
Signed-off-by: David Korczynski <[email protected]>
1 parent 82e0567 commit 7a620b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/base-images/base-runner/run_fuzzer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ elif [[ "$FUZZING_ENGINE" = centipede ]]; then
195195
CMD_LINE="$OUT/centipede --workdir=$CENTIPEDE_WORKDIR --corpus_dir=\"$CORPUS_DIR\" --fork_server=1 --exit_on_crash=1 --timeout=1200 --rss_limit_mb=4096 --address_space_limit_mb=5120 $(get_dictionary) --binary=\"$OUT/${FUZZER}\" $(get_extra_binaries) $*"
196196
else
197197

198-
CMD_LINE="$OUT/$FUZZER $FUZZER_ARGS $*"
198+
CMD_LINE="$OUT/$FUZZER -- $FUZZER_ARGS $*"
199199

200200
if [ -z ${SKIP_SEED_CORPUS:-} ]; then
201201
CMD_LINE="$CMD_LINE $CORPUS_DIR"

0 commit comments

Comments
 (0)