Add missing range checks to pdfioArrayCopy and pdfioDictCopy.

This commit is contained in:
Michael R Sweet
2026-01-08 15:05:12 -05:00
parent fda0963220
commit 846b0c9c7f
3 changed files with 11 additions and 1 deletions

View File

@@ -12,7 +12,9 @@ v1.6.2 - YYYY-MM-DD
-------------------
- Increased the maximum length of a single string to 128k (Issue #146)
- Added missing range checks to `pdfioArrayCopy` and `pdfioDictCopy`.
- Fixed an error propagation bug when reading too-long values (Issue #146)
- Fixed a Clang warning.
v1.6.1 - 2025-12-26