fix: fix ports for ease of use
This commit is contained in:
parent
04dc8e765c
commit
49f3b025fd
3 changed files with 9 additions and 3 deletions
|
|
@ -11,4 +11,6 @@ python3 infra/helper.py build_fuzzers --clean libpng
|
|||
mkdir -p build/out/corpus
|
||||
python3 infra/helper.py run_fuzzer libpng libpng_read_fuzzer --corpus-dir build/out/corpus
|
||||
python3 infra/helper.py build_fuzzers --sanitizer coverage libpng
|
||||
python3 infra/helper.py coverage libpng --corpus-dir build/out/corpus --fuzz-target libpng_read_fuzzer --no-serve
|
||||
# no-serve: to exit immediately
|
||||
# port: in case port 8008 is already allocated, even with no-serve it fails otherwise...
|
||||
python3 infra/helper.py coverage libpng --corpus-dir build/out/corpus --fuzz-target libpng_read_fuzzer --no-serve --port 9531
|
||||
|
|
|
|||
|
|
@ -12,4 +12,6 @@ python3 infra/helper.py build_fuzzers --clean libpng
|
|||
mkdir -p build/out/corpus
|
||||
python3 infra/helper.py run_fuzzer libpng libpng_read_fuzzer --corpus-dir build/out/corpus
|
||||
python3 infra/helper.py build_fuzzers --sanitizer coverage libpng
|
||||
python3 infra/helper.py coverage libpng --corpus-dir build/out/corpus --fuzz-target libpng_read_fuzzer --no-serve
|
||||
# no-serve: to exit immediately
|
||||
# port: in case port 8008 is already allocated, even with no-serve it fails otherwise...
|
||||
python3 infra/helper.py coverage libpng --corpus-dir build/out/corpus --fuzz-target libpng_read_fuzzer --no-serve --port 9531
|
||||
|
|
|
|||
|
|
@ -11,4 +11,6 @@ python3 infra/helper.py build_fuzzers --clean libpng
|
|||
mkdir -p build/out/corpus
|
||||
python3 infra/helper.py run_fuzzer libpng libpng_read_fuzzer --corpus-dir build/out/corpus
|
||||
python3 infra/helper.py build_fuzzers --sanitizer coverage libpng
|
||||
python3 infra/helper.py coverage libpng --corpus-dir build/out/corpus --fuzz-target libpng_read_fuzzer --no-serve
|
||||
# no-serve: to exit immediately
|
||||
# port: in case port 8008 is already allocated, even with no-serve it fails otherwise...
|
||||
python3 infra/helper.py coverage libpng --corpus-dir build/out/corpus --fuzz-target libpng_read_fuzzer --no-serve --port 9531
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue