summaryrefslogtreecommitdiff
path: root/pdf/pdf_deref.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* GhostPDF - fix another category of broken PDF filesKen Sharp2023-03-271-1/+9
* Fix compiler warnings in pdf/Chris Liddell2023-01-041-2/+1
* GhostPDF - warn if requested dereference generation not equal to xrefKen Sharp2022-12-191-0/+4
* GhostPDF - warn on attempts to access object 0Ken Sharp2022-12-161-1/+3
* GhostPDF - Fix stream /Length repair codeKen Sharp2022-12-161-0/+4
* GhostPDF - warn when a stream length is incorrect.Ken Sharp2022-12-021-0/+1
* Coverity ID 382048Ken Sharp2022-11-251-0/+2
* GhostPDF - Correct main stream parsingKen Sharp2022-11-241-9/+7
* oss-fuzz 51556: on failed dereference, set object to NULLChris Liddell2022-09-191-2/+2
* GhostPDF - detect self-referencing indirect objectsKen Sharp2022-08-251-0/+10
* GhostPDF - Fix memory leak with pdfmarksKen Sharp2022-08-231-2/+3
* GhostPDF - Improve handling of empty objectsKen Sharp2022-08-101-4/+5
* GhostPDF - fix recursion with ObjStmKen Sharp2022-08-041-7/+43
* GhostPDF - memory leak on error reading a streamKen Sharp2022-07-291-1/+5
* GhostPDF - attempt file repair if object number not in xrefKen Sharp2022-07-261-2/+9
* OSS-fuzz #48167Ken Sharp2022-06-221-1/+0
* OSS-fuzz #48111Ken Sharp2022-06-191-2/+3
* oss-fuzz 47492/47493: Check for special names before....Chris Liddell2022-05-191-4/+8
* GhostPDF - cater for padding in ObjStmKen Sharp2022-05-141-31/+78
* PDFI: Use TRUE/FALSE/NULL objects as 'fast' objects.Robin Watts2022-05-051-27/+34
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-8/+8
* Add pdfi_read_bare_keyword function.Robin Watts2022-05-051-46/+23
* Introduce pdfi_read_bare_int.Robin Watts2022-05-051-42/+10
* GhostPDF - Performance enhancement don't cache type 3 sub-functionsKen Sharp2022-02-211-12/+38
* Change pdfi_apply_SubFileDecode_filter terminator string.Robin Watts2022-02-181-10/+1
* pdfi: add option to not replace existing entries in dictionariesChris Liddell2022-02-161-1/+1
* Switch pdf/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-161-7/+7
* Fix counting error in 'trailer'.Robin Watts2022-02-151-1/+1
* Use pdfi_read_byte where possible.Robin Watts2022-02-111-11/+12
* Pdfi: Use pdfi_unread_byte rather than pdfi_unread where possible.Robin Watts2022-02-101-1/+1
* Move pdf_dict over to using a single list for key/values.Robin Watts2022-02-101-1/+1
* OSS-fuzz #43781 - improve loop detection in pdfi_resolve_indirectKen Sharp2022-01-191-0/+32
* OSS-fuzz #42926 - detect circular references when resolvin PageLabelsKen Sharp2022-01-151-3/+3
* OSS-fuzz #43247 - special treatment for reading streamsKen Sharp2022-01-131-1/+29
* OSS-fuzz #43268.pdf - beware of repair rebuilding xrefKen Sharp2022-01-111-0/+5
* OSS-fuzz #43124 - detect circular references when ignoring free objectsKen Sharp2021-12-311-0/+5
* OSS-fuzz #42957 - do not rely on stack referenceKen Sharp2021-12-291-4/+17
* OSS-fuzz #43017 - check an object was readKen Sharp2021-12-281-0/+5
* OSS-fuzz #42893 - check for stack clearance after errorKen Sharp2021-12-241-0/+5
* OSS-Fuzz #42720 - Don't try to dereference /Parent of a dictionaryKen Sharp2021-12-211-0/+2
* OSS-fuzz #42616 - fix off-by-one check on xref limitKen Sharp2021-12-201-1/+1
* GhostPDF - OSS-Fuzz #492299Ken Sharp2021-12-171-0/+27
* OSS-fuzz issue #42342 - return error code on errorKen Sharp2021-12-161-0/+1
* oss-fuzz 42283: Bounds check xref index before using...Chris Liddell2021-12-141-1/+6
* Coverity ID 372321Ken Sharp2021-08-141-1/+1
* Commit pdfi to master.Robin Watts2021-08-121-0/+1028