Test adding an empty file (not even ZIP headers) to seed corpus
This commit is contained in:
parent
ba7decb143
commit
e8cf80098e
2 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
|||
- name: run fuzz
|
||||
timeout-minutes: 330
|
||||
run: |
|
||||
cargo fuzz run fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=25000000 -max_len=2100 -len_control=500 -dict=fuzz/fuzz.dict
|
||||
cargo fuzz run fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=25000000 -max_len=1300 -len_control=500 -dict=fuzz/fuzz.dict
|
||||
- name: Upload any failure inputs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
0
fuzz/corpus/seed/empty_file
Normal file
0
fuzz/corpus/seed/empty_file
Normal file
Loading…
Add table
Reference in a new issue