Commit ef127001b36b42042874812e0d06dccf92cdb229

Authored by Jay Berkenbilt
1 parent 35014727

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.
1 1 Candidates for upcoming release
2 2 ===============================
3 3  
4   -* Easy build/test
5   - * #460: potential malware in fuzzer seed corpus
6   -
7 4 * Fuzz crashes
8 5 * See "New" below
9 6  
... ...
fuzz/original-corpus.tar.gz
No preview for this file type
fuzz/qtest/fuzz.test
... ... @@ -12,7 +12,7 @@ my $td = new TestDriver('fuzz');
12 12 my $qpdf_n_test_files = 30;
13 13 my @extra = glob("../qpdf_extra/*.fuzz");
14 14 my $qpdf_n_extra_files = scalar(@extra);
15   -my $qpdf_n_orig_files = 2559;
  15 +my $qpdf_n_orig_files = 2557;
16 16 my $qpdf_n_files = ($qpdf_n_test_files +
17 17 $qpdf_n_extra_files +
18 18 $qpdf_n_orig_files);
... ...