mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 15:48:06 +02:00
Merge pull request #9886 from Snuffleupagus/bug-1473809
Prevent errors in `sanitizeTTProgram`, during parsing of CALL functions, when encountering invalid functions stack deltas (bug 1473809)
This commit is contained in:
commit
61db85ab64
4 changed files with 33 additions and 14 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -151,6 +151,7 @@
|
|||
!bug1108301.pdf
|
||||
!bug1157493.pdf
|
||||
!bug1250079.pdf
|
||||
!bug1473809.pdf
|
||||
!pdfjsbad1586.pdf
|
||||
!freeculture.pdf
|
||||
!issue6006.pdf
|
||||
|
|
BIN
test/pdfs/bug1473809.pdf
Normal file
BIN
test/pdfs/bug1473809.pdf
Normal file
Binary file not shown.
|
@ -143,6 +143,13 @@
|
|||
"lastPage": 4,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug1473809",
|
||||
"file": "pdfs/bug1473809.pdf",
|
||||
"md5": "4b1ca51cf8cad58a1ce0618667341c76",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue2531",
|
||||
"file": "pdfs/issue2531.pdf",
|
||||
"md5": "c58e6642d8a6e2ddd5e07a543ef8f30d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue