Fix copy_jpeg with invalid/corrupt JPEG data (Issue #132)

This commit is contained in:
Michael R Sweet
2025-07-28 19:04:17 +01:00
parent d3a5fa9e0b
commit a54e2886a6
2 changed files with 100 additions and 98 deletions

View File

@@ -7,6 +7,7 @@ v1.5.4 - YYYY-MM-DD
- Updated indirect reference reading code to limit the range of generation
numbers.
- Fixed a JPEG copy bug (Issue #132)
v1.5.3 - 2025-05-03