-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle corrupt ASCII85Decode inline images with truncated EOD markers (issue 11385) #11387
Conversation
… (issue 11385) In the PDF document in question, there's an ASCII85Decode inline image where the '>' part of EOD (end-of-data) marker is missing; hence the PDF document is corrupt.
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/e2d3a11fcc91930/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/835bddebe8af0a1/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/835bddebe8af0a1/output.txt Total script time: 18.85 mins
Image differences available at: http://54.67.70.0:8877/835bddebe8af0a1/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/e2d3a11fcc91930/output.txt Total script time: 26.45 mins
|
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/af5f4a36ca8e42d/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/af5f4a36ca8e42d/output.txt Total script time: 1.74 mins Published |
Nice work! Let's make reference images. /botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/91d3bdb3194f405/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 1 Live output at: http://54.215.176.217:8877/a5848fe37fd1784/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/91d3bdb3194f405/output.txt Total script time: 16.98 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/a5848fe37fd1784/output.txt Total script time: 23.53 mins
|
In the PDF document in question, there's an ASCII85Decode inline image where the '>' part of EOD (end-of-data) marker is missing; hence the PDF document is corrupt.
Fixes #11385