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 82e0567 commit 7a620b2Copy full SHA for 7a620b2
infra/base-images/base-runner/run_fuzzer
@@ -195,7 +195,7 @@ elif [[ "$FUZZING_ENGINE" = centipede ]]; then
195
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) $*"
196
else
197
198
- CMD_LINE="$OUT/$FUZZER $FUZZER_ARGS $*"
+ CMD_LINE="$OUT/$FUZZER -- $FUZZER_ARGS $*"
199
200
if [ -z ${SKIP_SEED_CORPUS:-} ]; then
201
CMD_LINE="$CMD_LINE $CORPUS_DIR"
0 commit comments