aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-07-26 12:19:19 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-26 12:24:07 +0200
commitac3c81a8edcb44e2669485630d6718c96a6ad6e9 (patch)
tree3303c9d77f274c1b86970acb795f5e7a6644c5bf /ChangeLog
parent12db09898e70fcdc308cf500a95fb166e696b6dc (diff)
downloadqpdf-ac3c81a8edcb44e2669485630d6718c96a6ad6e9.tar.zst
Include tests for other infinite loop bugs
fixes #117 fixes #118 fixes #119 fixes #120 Several other infinite loop bugs were fixed by previous changes. Include their test files in the test suite.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 613a0eaf..5be7129f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-07-26 Jay Berkenbilt <ejb@ql.org>
+ * Fixes to infinite loops below also fix problems reported in
+ other issues and cover CVE-2017-11624, CVE-2017-11625,
+ CVE-2017-11626, and CVE-2017-11627.
+
* Don't attempt to interpret syntactic keywords (like R and
endobj) found while parsing content streams.