mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-16 18:38:23 +01:00
a431d7806f
the Radboud University NL (thanks!) - Add depth argument to all value read functions that recurse - Add depth argument to page tree loading code - Validate xref stream sizes individually to avoid out-of-bounds access to local xref buffer.
631 B
631 B
Changes in PDFio
v1.0rc1 (Month DD, YYYY)
- Fixed a few stack/buffer overflow bugs discovered via fuzzing.
v1.0b2 (November 7, 2021)
- Added
pdfioFileCreateOutput
API to support streaming output of PDF (Issue #21) - Fixed
all-shared
target (Issue #22) - Fixed memory leaks (Issue #23)
- Updated
pdfioContentSetDashPattern
to acceptdouble
values (Issue #25) - Added support for reading and writing encrypted PDFs (Issue #26)
- Fixed some issues identified by a Coverity scan.
v1.0b1 (August 30, 2021)
- Initial release