Skip to content

Commit

Permalink
Update our OpenJPEG decoder in order to fix a malloc failure due to b…
Browse files Browse the repository at this point in the history
…ig image (bug 1901253)

It has been fixed in:
mozilla/pdf.js.openjpeg@5ef6808
  • Loading branch information
calixteman committed Jun 7, 2024
1 parent c770e94 commit 6139806
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 6139806

Please sign in to comment.