Skip to content

Commit

Permalink
Remove some fuzz files with Mal/PDFEx-H (fixes qpdf#460)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jberkenbilt committed Oct 21, 2020
1 parent 3501472 commit ef12700
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Candidates for upcoming release
===============================

* Easy build/test
* #460: potential malware in fuzzer seed corpus

* Fuzz crashes
* See "New" below

Expand Down
Binary file modified fuzz/original-corpus.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion fuzz/qtest/fuzz.test
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ef12700

Please sign in to comment.