aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-21 20:44:20 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-21 20:44:20 +0200
commitef127001b36b42042874812e0d06dccf92cdb229 (patch)
treeca94b3587dc711309cbcf00ce7b45576e71046da
parent35014727f78f5c494a745ee3b6f3192ed0457ba6 (diff)
downloadqpdf-ef127001b36b42042874812e0d06dccf92cdb229.tar.zst
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.
-rw-r--r--TODO3
-rw-r--r--fuzz/original-corpus.tar.gzbin221644 -> 214551 bytes
-rw-r--r--fuzz/qtest/fuzz.test2
3 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index afc5796a..c26eac3f 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,6 @@
Candidates for upcoming release
===============================
-* Easy build/test
- * #460: potential malware in fuzzer seed corpus
-
* Fuzz crashes
* See "New" below
diff --git a/fuzz/original-corpus.tar.gz b/fuzz/original-corpus.tar.gz
index f0579c6c..63db162d 100644
--- a/fuzz/original-corpus.tar.gz
+++ b/fuzz/original-corpus.tar.gz
Binary files differ
diff --git a/fuzz/qtest/fuzz.test b/fuzz/qtest/fuzz.test
index df850c45..8c94cb6f 100644
--- a/fuzz/qtest/fuzz.test
+++ b/fuzz/qtest/fuzz.test
@@ -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);