From e8cf80098e10b70783b5c6a80add1db821d5ab2f Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Wed, 13 Mar 2024 15:28:19 -0700 Subject: [PATCH] Test adding an empty file (not even ZIP headers) to seed corpus --- .github/workflows/ci.yaml | 2 +- fuzz/corpus/seed/empty_file | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 fuzz/corpus/seed/empty_file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8df66e06..1a4f1edf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/fuzz/corpus/seed/empty_file b/fuzz/corpus/seed/empty_file new file mode 100644 index 00000000..e69de29b