summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-22 22:10:59 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 00:42:06 +0100
commitd86a4faeeb75c35c2a26a6c55cede49f397f70a2 (patch)
tree1f379dddfe26e7f1f29acb3ba5c541c92ce20600
parent83216e640c489a22bd4001c9c39affb72b8b1124 (diff)
downloadqpdf-d86a4faeeb75c35c2a26a6c55cede49f397f70a2.tar.zst
TODO: add note about updating fuzzer tests
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1e8ab5d9..1986cf4f 100644
--- a/TODO
+++ b/TODO
@@ -249,6 +249,10 @@ directory or that are otherwise not publicly accessible. This includes
things sent to me by email that are specifically not public. Even so,
I find it useful to make reference to them in this list.
+ * Consider updating the fuzzer with code that exercises
+ copyAnnotations, file attachments, and name and number trees. Check
+ fuzzer coverage.
+
* Add code for creation of a file attachment annotation. It should
also be possible to create a widget annotation and a form field.
Update the pdf-attach-file.cc example with new APIs when ready.