mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-31 14:01:59 +00:00
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:
parent
35014727f7
commit
ef127001b3
3
TODO
3
TODO
@ -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.
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user