Commit ef127001b36b42042874812e0d06dccf92cdb229
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.
Showing
3 changed files
with
1 additions
and
4 deletions
TODO
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); | ... | ... |