aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-11-11 15:50:43 +0100
committerJay Berkenbilt <ejb@ql.org>2020-11-11 15:50:43 +0100
commitbd79138c841c0076f7f45ae9a530f480aeec2633 (patch)
tree191f8bb3683df8f60bd050e50f0cc88c046e6785 /ChangeLog
parenta7ef572c8485636aeb988f9c912979401c1e2164 (diff)
downloadqpdf-bd79138c841c0076f7f45ae9a530f480aeec2633.tar.zst
Treat direct page as runtime rather than logic error (fuzz issue 27393)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e710d272..4c5cdf36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-11-11 Jay Berkenbilt <ejb@ql.org>
+
+ * Treat a direct page object as a runtime error rather than a
+ logic error since it is actually possible to create a file that
+ has this (fuzz issue 27393).
+
2020-11-09 Jay Berkenbilt <ejb@ql.org>
* Handle "." appearing in --pages not preceded by a numeric range