From 4a648b9a00d2c4de37bf17165b20a1fc32956eee Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 4 Nov 2021 12:11:48 -0400 Subject: 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. --- fuzz/build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'fuzz/build.mk') 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 \ -- cgit v1.2.3-54-g00ecf