Test with a "seed corpus" consisting of an empty zip file
This commit is contained in:
parent
60f8f9b910
commit
5bdf9b7c30
2 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
||||||
- name: run fuzz
|
- name: run fuzz
|
||||||
timeout-minutes: 330
|
timeout-minutes: 330
|
||||||
run: |
|
run: |
|
||||||
cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=200000000 -max_len=600 -len_control=500 -dict=fuzz/fuzz.dict
|
cargo fuzz run fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=200000000 -max_len=600 -len_control=500 -dict=fuzz/fuzz.dict
|
||||||
- name: Upload any failure inputs
|
- name: Upload any failure inputs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
@ -125,7 +125,7 @@ jobs:
|
||||||
- name: run fuzz
|
- name: run fuzz
|
||||||
timeout-minutes: 330
|
timeout-minutes: 330
|
||||||
run: |
|
run: |
|
||||||
cargo fuzz run --no-default-features fuzz_read -- -timeout=10s -fork=2 -runs=1000000000 -max_len=16384 -len_control=10000 -dict=fuzz/fuzz.dict
|
cargo fuzz run --no-default-features fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=1000000000 -max_len=16384 -len_control=10000 -dict=fuzz/fuzz.dict
|
||||||
- name: Upload any failure inputs
|
- name: Upload any failure inputs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
BIN
fuzz/corpus/seed/empty.zip
Normal file
BIN
fuzz/corpus/seed/empty.zip
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue