mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Merge pull request #12534 from Snuffleupagus/murmurhash-slice
Ensure that `MurmurHash3_64.update` handles `ArrayBuffer` input correctly, to avoid hash-collisions (issue 12533)
This commit is contained in:
commit
71a14be8e7
3 changed files with 11 additions and 1 deletions
1
test/pdfs/issue12533.pdf.link
Normal file
1
test/pdfs/issue12533.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://web.archive.org/web/20201026152003/https://www.mass.gov/doc/covid-19-dashboard-october-25-2020/download
|
|
@ -2898,6 +2898,15 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue12533",
|
||||
"file": "pdfs/issue12533.pdf",
|
||||
"md5": "9824904320f884eee20d4e4573008e6f",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"firstPage": 17,
|
||||
"lastPage": 18,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1466",
|
||||
"file": "pdfs/issue1466.pdf",
|
||||
"md5": "8a8877432e5bb10cfd50d60488d947bb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue