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. --- manual/qpdf-manual.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manual') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 026d6039..64fe1c0e 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5086,6 +5086,13 @@ print "\n"; (with no resource dictionary). + + + Fix crash that could occur under certain conditions when + using with files that had form + fields. + + -- cgit v1.2.3-54-g00ecf