From 5fc4f31285c3a88fc157fd2d9b9cf2eb5c7cabed Mon Sep 17 00:00:00 2001 From: weili Date: Tue, 3 May 2016 11:46:17 -0700 Subject: Revert of Relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1926823002/ ) Reason for revert: Speculatively revert due to high volume of crashes on Chromium. Original issue's description: > Relax a couple checks to allow certain non-standard PDF files. > > Some non-standard PDF files misuse the size of cross reference table, > and reuse some object number which the old one is still in use. PDFium > can relax the reusing of xref objects only since it is not referred in > the pdf document. When the size of cross reference table is larger > than defined, PDFium will try to continue other than abort. > > BUG=chromium:596947 > > Committed: https://pdfium.googlesource.com/pdfium/+/cd1e9ff4f432cbc29ed279e6891fb7ddc2ea3734 TBR=thestig@chromium.org,dsinclair@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=chromium:596947 Review-Url: https://codereview.chromium.org/1946693002 --- testing/resources/bug_596947.pdf | Bin 971 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 testing/resources/bug_596947.pdf (limited to 'testing') diff --git a/testing/resources/bug_596947.pdf b/testing/resources/bug_596947.pdf deleted file mode 100644 index b3cbd19bf2..0000000000 Binary files a/testing/resources/bug_596947.pdf and /dev/null differ -- cgit v1.2.3