Fix a potential heap overflow in the TrueType cmap code.

This commit is contained in:
Michael R Sweet
2025-02-24 10:55:28 -05:00
parent 1237599dea
commit 89c2a75376
2 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ v1.5.0 - YYYY-MM-DD
- Added support for writing the PCLm subset of PDF (Issue #99)
- Now support opening damaged PDF files (Issue #45)
- Updated the pdf2txt example to support font encodings.
- Fixed a potential heap overflow in the TrueType font code.
v1.4.1 - 2025-01-24