-
Provide a convenient way of accessing rectangles.
-
The special case around name token was not reachable. This would only affect constructors of name tokens that were represented in non-canonical form such as with a hex substitution for a printable character. The error was harmless but still a bug.
-
Forgot to delete a buffer in the test driver. There was no memory leak or memory error in any installed code.
-
This fixes CVE-2018-9918.
-
Remove calls to assertPageObject(). All cases in the library that called assertPageObject() work fine if you don't call assertPageObject() because nothing assumes anything that was being checked by that call. Removing the calls enables more files to be successfully processed.
-
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.
-
This is for testing the release process, particularly as it pertains to AppImage creation.
-
I'm managing my releases on github in a different way, and I don't want to put a github token in Travis CI right now. I may revisit this in the future.
-
* Allow any Ubuntu 14.04, not specifically 14.04.5 * Work properly if not running in Travis CI