From 7d1578a9ac083bf186dc3297885bfc56fdb78540 Mon Sep 17 00:00:00 2001 From: Wei Li Date: Tue, 1 Dec 2015 17:45:16 -0800 Subject: Merge to XFA: Add basic checking for RebuildCrossRef RebuildCrossRef function returns false when we can not find file trailer or any indirect object. This serves as a basic file format checking. BUG=pdfium:215 TBR=jun_fang@foxitsoftware.com Review URL: https://codereview.chromium.org/1476163002 . (cherry picked from commit f14da1d58e8e12633c7a47e6efd5ffe43bb37b4b) Review URL: https://codereview.chromium.org/1486383002 . --- .../parser_rebuildxref_error_notrailer.pdf | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 testing/resources/parser_rebuildxref_error_notrailer.pdf (limited to 'testing/resources/parser_rebuildxref_error_notrailer.pdf') diff --git a/testing/resources/parser_rebuildxref_error_notrailer.pdf b/testing/resources/parser_rebuildxref_error_notrailer.pdf new file mode 100644 index 0000000000..93f56fba9b --- /dev/null +++ b/testing/resources/parser_rebuildxref_error_notrailer.pdf @@ -0,0 +1,51 @@ +%PDF-1.7 +% ò¤ô +1 0 obj << + /Type /Catalog + /Pages 2 2 R +>> +2 2 obj << + /Type /Pages + /MediaBox [ 0 0 200 200 ] + /Count 1 + /Kids [ 3 4 R ] +>> +endobj +3 4 obj << + /Type /Page + /Parent 2 2 R + /Resources << + /Font << + /F1 4 6 R + /F2 5 8 R + >> + >> + /Contents 6 0 R +>> +endobj +4 6 obj << + /Type /Font + /Subtype /Type1 + /BaseFont /Times-Roman +>> +endobj +5 8 obj << + /Type /Font + /Subtype /Type1 + /BaseFont /Helvetica +>> +endobj +6 0 obj << +>> +stream +BT +20 50 Td +/F1 12 Tf +(Hello, world!) Tj +0 50 Td +/F2 16 Tf +(Goodbye, world!) Tj +ET +endstream +endobj +%%EOF -- cgit v1.2.3