From ee44aef8d08d8f745380277412ec8bb420648a7c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 5 Mar 2018 14:25:17 -0500 Subject: Treat loop in xref tables as damage (fixes #192) Prior to this fix, if there was a loop detected in following /Prev pointers in xref streams/tables, it would cause qpdf to lose data. Note that this condition causes many PDF readers to hang or fail. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e7a32833..bba500ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-03-05 Jay Berkenbilt + + * Improve handling of loops while following cross reference + tables. Fixes #192. + 2018-03-04 Jay Berkenbilt * 8.0.1: release -- cgit v1.2.3-54-g00ecf