aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-04 18:52:47 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-04 19:03:24 +0100
commita84a0b248768dcbab7fc007bb22a258cac9e4131 (patch)
tree2d05c81cf62adef6192e5038c5a41639bb65730d /ChangeLog
parentec09b914434b8dbc23bf6043b13ee5d5ecf4c2a6 (diff)
downloadqpdf-a84a0b248768dcbab7fc007bb22a258cac9e4131.tar.zst
Add range check in QPDFNumberTreeObjectHelper (fuzz issue 37740)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56a2be61..45b70fea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-11-04 Jay Berkenbilt <ejb@ql.org>
+ * Add range check in QPDFNumberTreeObjectHelper (fuzz issue 37740).
+
* Add QIntC::range_check_substract to do range checking on
subtraction, which has different boundary conditions from
addition.