Fix potential denial-of-service in flate stream code.

This commit is contained in:
Michael R Sweet
2023-03-20 09:27:19 -04:00
parent e138232a93
commit 97d4955666
2 changed files with 19 additions and 3 deletions

View File

@@ -2,9 +2,10 @@ Changes in PDFio
================
v1.1.1 (Month DD, YYYY)
v1.1.1 (March 20, 2023)
-----------------------
- CVE-2023-NNNNN: Fixed a potential denial-of-service with corrupt PDF files.
- Fixed a build issue.