mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #17984 from Snuffleupagus/issue-17981
Validate explicit destinations on the worker-thread to prevent `DataCloneError` (issue 17981)
This commit is contained in:
commit
885dd72433
5 changed files with 81 additions and 34 deletions
1
test/pdfs/issue17981.pdf.link
Normal file
1
test/pdfs/issue17981.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/mozilla/pdf.js/files/15061082/unhandled_get_annotations.pdf
|
|
@ -2111,6 +2111,16 @@
|
|||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{
|
||||
"id": "issue17981",
|
||||
"file": "pdfs/issue17981.pdf",
|
||||
"md5": "3fd6d2bdcad8ff7cc5c0575da0b70266",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 1,
|
||||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{
|
||||
"id": "issue9105_other",
|
||||
"file": "pdfs/issue9105_other.pdf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue