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.
This commit is contained in:
Jay Berkenbilt 2020-10-21 14:44:20 -04:00
parent 35014727f7
commit ef127001b3
3 changed files with 1 additions and 4 deletions

3
TODO
View File

@ -1,9 +1,6 @@
Candidates for upcoming release
===============================
* Easy build/test
* #460: potential malware in fuzzer seed corpus
* Fuzz crashes
* See "New" below

Binary file not shown.

View File

@ -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);