summaryrefslogtreecommitdiff
path: root/pdf/pdf_xref.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Fix compiler warnings in pdf/Chris Liddell2023-01-041-1/+1
* GhostPDF - bound check the W array values in an XRefStrmKen Sharp2023-01-031-2/+4
* GhostPDF - avoid supurious errors on XRefStmKen Sharp2022-12-211-4/+41
* GhostPDF - check an allocationKen Sharp2022-12-201-0/+3
* GhostPDF - fix a signed/unsigned mismatchKen Sharp2022-12-181-3/+3
* GhostPDF - add another warningKen Sharp2022-12-141-0/+1
* GhostPDF - Detect errors in XRefStm value in Hybrid filesKen Sharp2022-12-081-1/+2
* GhostPDL - Don't store references on the stackKen Sharp2022-12-061-50/+50
* GhostPDF - detect another error condition with xref tablesKen Sharp2022-11-301-0/+5
* GhostPDF - fix hybrid file interpretationKen Sharp2022-11-231-124/+84
* GhostPDF - Some error/warning cases not flagged with PDFSTOPON*Ken Sharp2022-09-231-3/+20
* GhostPDF - check for 0 Size entries in XRefStm /Index arrayKen Sharp2022-09-061-5/+8
* GhostPDF - relax a lot of repair checksKen Sharp2022-07-271-5/+13
* GhostPDF - Ignore startxref values < 0Ken Sharp2022-07-261-0/+4
* GhostPDF - relax xref entry format checkingKen Sharp2022-07-181-1/+1
* GhostPDF - fix typo in earlier commitKen Sharp2022-05-261-1/+1
* GhostPDF - add more warnings for invalid PDF filesKen Sharp2022-05-261-2/+8
* oss-fuzz 47499: reading xref, check starting object num is positiveChris Liddell2022-05-191-0/+3
* GhostPDF - Coverity fixesKen Sharp2022-05-061-1/+5
* PDFI: Use TRUE/FALSE/NULL objects as 'fast' objects.Robin Watts2022-05-051-5/+5
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-5/+5
* Rework pdfi_read_xref_stream_dict etc.Robin Watts2022-05-051-154/+112
* Add pdfi_read_bare_keyword function.Robin Watts2022-05-051-22/+8
* Introduce pdfi_read_bare_int.Robin Watts2022-05-051-56/+27
* Switch pdf/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-161-9/+9
* Bug 704947: Allow 0 length xref subsections.Robin Watts2022-02-151-1/+3
* Fix 'incorrect xref size' warning.Robin Watts2022-02-151-2/+2
* OSS-fuzz #44610 - don't process 'empty' Xref streamsKen Sharp2022-02-141-0/+2
* Use pdfi_read_byte where possible.Robin Watts2022-02-111-31/+36
* Pdfi: Use pdfi_unread_byte rather than pdfi_unread where possible.Robin Watts2022-02-101-3/+3
* OSS-fuzz #44258 - treat /Prev XRefStm with increased /Size as an errorKen Sharp2022-02-011-0/+3
* oss-fuzz 44160: Check available buffer space reading xref offsetsChris Liddell2022-01-291-1/+8
* oss-fuzz 44131: Check operand stack (pdfi) before using objectsChris Liddell2022-01-281-1/+1
* OSS-fuzz #43917 - don't try to countdown a non-objectKen Sharp2022-01-261-1/+0
* OSS-fuzz #42995Ken Sharp2022-01-181-1/+5
* OSS-fuzz #32927 and #42980 - limit section values to sane numbersKen Sharp2021-12-271-1/+12
* GhostPDF - OSS-Fuzz #492299Ken Sharp2021-12-171-2/+14
* oss-fuzz 42294: Reset buffer length after rewriting xref entryChris Liddell2021-12-161-0/+1
* GhostPDF - fix some compiler warningsKen Sharp2021-11-251-2/+2
* GhostPDF - guard against out of range /Size in xref streamsKen Sharp2021-11-241-2/+2
* GhostPDF - fix reference count debuggingKen Sharp2021-11-231-3/+3
* GhostPDF - Use the PRIdOFFSET macro for gs_offset_t typesKen Sharp2021-11-151-4/+4
* GhostPDF - fix some warnings on WindowsKen Sharp2021-10-191-1/+1
* Coverity ID 372276Ken Sharp2021-08-141-0/+1
* Commit pdfi to master.Robin Watts2021-08-121-0/+1122