mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #3375 from yurydelendik/bug867484
Fixes missing compressed object detection
This commit is contained in:
commit
a0528a5ea8
3 changed files with 10 additions and 1 deletions
|
@ -991,7 +991,7 @@ var XRef = (function XRefClosure() {
|
|||
}
|
||||
}
|
||||
e = entries[e.gen];
|
||||
if (!e) {
|
||||
if (e === undefined) {
|
||||
error('bad XRef entry for compressed object');
|
||||
}
|
||||
return e;
|
||||
|
|
1
test/pdfs/bug867484.pdf.link
Normal file
1
test/pdfs/bug867484.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://bug867484.bugzilla.mozilla.org/attachment.cgi?id=744001
|
|
@ -678,6 +678,14 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug867484",
|
||||
"file": "pdfs/bug867484.pdf",
|
||||
"md5": "347af7b0ef7279b1a7f43b03bfda4548",
|
||||
"rounds": 1,
|
||||
"lastPage": 1,
|
||||
"link": true,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue1466",
|
||||
"file": "pdfs/issue1466.pdf",
|
||||
"md5": "8a8877432e5bb10cfd50d60488d947bb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue