summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-20 19:04:57 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commit3608afd5c528b7a9d95d227cb6c4f33d303fcfcd (patch)
tree9f1a59273a85f877e142e3403d68bb0a303029d2 /ChangeLog
parent42306e2ff8716ce9a8f57da791122cc88308890c (diff)
downloadqpdf-3608afd5c528b7a9d95d227cb6c4f33d303fcfcd.tar.zst
Add new integer accessors to QPDFObjectHandle
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d51a92c5..bcd21011 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-06-20 Jay Berkenbilt <ejb@ql.org>
+ * Add methods to QPDFObjectHandle to return the value of Integer
+ objects as int and unsigned int with range checking and fallback
+ behavior to avoid silent underflow/overflow conditions.
+
* Add functions to QUtil to convert unsigned integers to strings,
avoiding implicit conversion between unsigned and signed integer
types.