From 88bf5ccc1c9a70d1389b98409b04c9ef90ce924d Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Wed, 13 Mar 2024 16:18:57 -0700 Subject: [PATCH] Revert "Test adding an empty file (not even ZIP headers) to seed corpus" This reverts commit e8cf80098e10b70783b5c6a80add1db821d5ab2f. --- .github/workflows/ci.yaml | 2 +- fuzz/corpus/seed/empty_file | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 fuzz/corpus/seed/empty_file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a4f1edf..8df66e06 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=1300 -len_control=500 -dict=fuzz/fuzz.dict + cargo fuzz run fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=25000000 -max_len=2100 -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 deleted file mode 100644 index e69de29b..00000000