aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-02-26 18:31:00 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-04 22:45:16 +0100
commit8be827761347b7a0a4ce6e7bdfa6fd4585606b21 (patch)
treedf3f715342a7df15156805d5f21511ad635a11b1 /ChangeLog
parented19516aa77b632197f47d0ddcd9632678baab98 (diff)
downloadqpdf-8be827761347b7a0a4ce6e7bdfa6fd4585606b21.tar.zst
Rewrite QUtil::int_to_string and QUtil::double_to_string
Make them safer by avoiding any internal limits and replacing sprintf with std::ostringstream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a382293..0ce3358a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-02-26 Jay Berkenbilt <ejb@ql.org>
+
+ * Rewrite QUtil::int_to_string and QUtil::double_to_string to
+ remove internal length limits but to remain backward compatible
+ with the old versions for valid inputs.
+
2013-02-23 Jay Berkenbilt <ejb@ql.org>
* Bug fix: properly handle overridden compressed objects. When