aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91301ae9..ed435242 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2021-11-04 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: fix crash that could occur under certain conditions
+ when using --pages with files that had form fields. Fixes #548.
+
* Add an extra check to the library to detect when foreign objects
are inserted directly (instead of using
<function>QPDF::copyForeignObject</function>) at the time of