aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-21 06:01:36 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commitf40ffc9d6392edf9b6fe74d288d6d578e6d1a240 (patch)
treed4b406f61509fdf9cfc5802f9851f84805cf408d /ChangeLog
parentda30764bce31efc4e9a228a3554f291215e2055d (diff)
downloadqpdf-f40ffc9d6392edf9b6fe74d288d6d578e6d1a240.tar.zst
Pl_Flate: constructor's out_bufsize is now unsigned int
This is the type we need for the underlying zlib implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcd21011..a9196159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-06-20 Jay Berkenbilt <ejb@ql.org>
+ * Change out_bufsize argument to Pl_Flate's constructor for int to
+ unsigned int for compatibility with underlying zlib
+ implementation.
+
* 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.