From 3608afd5c528b7a9d95d227cb6c4f33d303fcfcd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 20 Jun 2019 13:04:57 -0400 Subject: Add new integer accessors to QPDFObjectHandle --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d51a92c5..bcd21011 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2019-06-20 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf