From ef127001b36b42042874812e0d06dccf92cdb229 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 21 Oct 2020 14:44:20 -0400 Subject: Remove some fuzz files with Mal/PDFEx-H (fixes #460) There isn't really an issue with these files causing a real problem, but malware and virus checkers trip on them, and the value to leaving them in the test suite is too low to be worth the hassle. --- fuzz/original-corpus.tar.gz | Bin 221644 -> 214551 bytes fuzz/qtest/fuzz.test | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz') diff --git a/fuzz/original-corpus.tar.gz b/fuzz/original-corpus.tar.gz index f0579c6c..63db162d 100644 Binary files a/fuzz/original-corpus.tar.gz and b/fuzz/original-corpus.tar.gz differ diff --git a/fuzz/qtest/fuzz.test b/fuzz/qtest/fuzz.test index df850c45..8c94cb6f 100644 --- a/fuzz/qtest/fuzz.test +++ b/fuzz/qtest/fuzz.test @@ -12,7 +12,7 @@ my $td = new TestDriver('fuzz'); my $qpdf_n_test_files = 30; my @extra = glob("../qpdf_extra/*.fuzz"); my $qpdf_n_extra_files = scalar(@extra); -my $qpdf_n_orig_files = 2559; +my $qpdf_n_orig_files = 2557; my $qpdf_n_files = ($qpdf_n_test_files + $qpdf_n_extra_files + $qpdf_n_orig_files); -- cgit v1.2.3-54-g00ecf