Skip to content

Commit

Permalink
Test adding an empty file (not even ZIP headers) to seed corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Mar 13, 2024
1 parent ba7decb commit e8cf800
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file added fuzz/corpus/seed/empty_file
Empty file.

0 comments on commit e8cf800

Please sign in to comment.