summaryrefslogtreecommitdiffstats
path: root/fuzz/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-04 17:11:48 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-04 17:29:42 +0100
commit4a648b9a00d2c4de37bf17165b20a1fc32956eee (patch)
treeb5e774eaf4374dd1973b8a2d7cd9a837d53812ab /fuzz/build.mk
parent9b28933647f0a3ed535dd488c4526b75d1c10fc6 (diff)
downloadqpdf-4a648b9a00d2c4de37bf17165b20a1fc32956eee.tar.zst
Fix bug in merging resources /DR from foreign AcroForm (fixes #548)
When making resources indirect in from_dr, the code was using the wrong owning QPDF, forgetting that from_dr had already been copied using CopyForeignObject.
Diffstat (limited to 'fuzz/build.mk')
-rw-r--r--fuzz/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/build.mk b/fuzz/build.mk
index d38fb909..b2e2d06a 100644
--- a/fuzz/build.mk
+++ b/fuzz/build.mk
@@ -41,6 +41,7 @@ CORPUS_FROM_TEST = \
outlines-with-old-root-dests.pdf \
page-labels-and-outlines.pdf \
page-labels-num-tree.pdf \
+ dr-with-indirect-item.pdf \
fuzz-16214.pdf \
issue-99b.pdf \
issue-99.pdf \