Skip to content

Commit

Permalink
Merge pull request #18219 from calixteman/jpx_fix_big_image
Browse files Browse the repository at this point in the history
Update our OpenJPEG decoder in order to fix a malloc failure due to big image (bug 1901253)
  • Loading branch information
calixteman authored Jun 8, 2024
2 parents c770e94 + 6139806 commit bb73d2a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/openjpeg/openjpeg.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions test/pdfs/bug1901253.pdf.link
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://bugzilla.mozilla.org/attachment.cgi?id=9406118

8 changes: 8 additions & 0 deletions test/test_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10056,5 +10056,13 @@
"rounds": 1,
"link": true,
"type": "eq"
},
{
"id": "bug1901253",
"file": "pdfs/bug1901253.pdf",
"md5": "0d903ece5a3c60f868a3f3217be0353d",
"rounds": 1,
"link": true,
"type": "eq"
}
]

0 comments on commit bb73d2a

Please sign in to comment.