Show changelog from version to

2 Bugfixes
0 Features
4 Tweaks
FPDI PDF-Parser
Bugfix
  • Fixed unbounded allocation in Predictor class which could cause an out-of-memory error.
  • Added various checks for a valid key-length in SecHandler class.
Tweak
  • Harden data types by using ensure() calls and explicit data type and sanity checks in CrossReference\CompressedReader class.
  • Catch implausible N values in compressed object streams.
  • Fixed password preparation (SASLprep) if it includes the pipe (Ux007C) character for AES265 security handler.
  • Optimized check for prohibited characters in SaslPrep class.