summaryrefslogtreecommitdiff
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* Correct gpdl PDF language detection.Robin Watts2022-09-201-3/+3
* Set the "is_resource" key in Type 1 gs_font objectsChris Liddell2022-09-191-1/+16
* Don't use pdfi_type_of() on things not pdf_objsChris Liddell2022-09-191-2/+2
* GhostPDF - fix Page count calculationKen Sharp2022-09-191-1/+1
* GhostPDF - add a missing prototypeKen Sharp2022-09-081-0/+1
* GhostPDF - type check Image dictionary contentsKen Sharp2022-09-081-1/+53
* GhostPDF - early sanity check on Pages tree root node /CountKen Sharp2022-09-082-2/+83
* GhostPDF - another otional content flags depth checkKen Sharp2022-09-081-1/+1
* oss-fuzz 51005: better handle errors retrieving CFF glyph indexChris Liddell2022-09-071-2/+7
* Bug 705844: Fix depth checking for optional content flags.Chris Liddell2022-09-071-1/+1
* GhostPDF - check for 0 Size entries in XRefStm /Index arrayKen Sharp2022-09-061-5/+8
* GhostPDF - limit the nesting of arrays and dictionariesKen Sharp2022-09-063-6/+33
* GhostPDF - performance improvement with large CFF CIDFontsKen Sharp2022-09-062-1/+55
* GhostPDF - yet more meddling with /ParentKen Sharp2022-09-061-2/+50
* GhostPDF - check for circular references when checking Parent resourcesKen Sharp2022-09-061-1/+15
* Fix FONTPATH fontmap functionalityChris Liddell2022-09-021-2/+19
* GhostPDF - Only get the required number of Range values for a ColorSpaceKen Sharp2022-09-021-1/+1
* GhostPDF - abort repair of ObjStm on errorKen Sharp2022-09-021-2/+2
* oss-fuzz 50731/50732: pdfi - validate BitsPerComponent for imagesChris Liddell2022-09-021-0/+4
* oss-fuzz 50720: CFF - validate fontname string lengthChris Liddell2022-09-021-3/+4
* Coverity ID 380512Ken Sharp2022-09-021-5/+14
* GhostPDF - detect self-referencing indirect objectsKen Sharp2022-09-021-0/+10
* GhostPDF - Another memory leak fix with malfromed PDF files.Ken Sharp2022-08-241-1/+14
* GhostPDF - fix memory leak with malformed PDF filesKen Sharp2022-08-241-5/+35
* pdfi: Remove the CIDSystemInfo Supplement check in the cidfmap codeChris Liddell2022-08-231-16/+1
* GhostPDF - Fix memory leak with pdfmarksKen Sharp2022-08-231-2/+3
* oss-fuzz 50527: Fix CIDtoGIDMap bounds check for CIDType2 fontsChris Liddell2022-08-231-5/+2
* GhostPDF - fix memory leakKen Sharp2022-08-221-1/+1
* GhostPDF - correct returrn code checkKen Sharp2022-08-221-1/+1
* GhostPDF - fix memory leak with Widget annotationsKen Sharp2022-08-181-2/+4
* GhostPDF - reference counting fixKen Sharp2022-08-181-1/+0
* Coverity ID 302300Ken Sharp2022-08-171-2/+2
* Coverity ID 380288Ken Sharp2022-08-171-5/+1
* GhostPDF - more work on Widget annotationsKen Sharp2022-08-161-12/+33
* GhostPDF - Correct Widget annotation key nameKen Sharp2022-08-161-6/+6
* Coverity ID 380288Ken Sharp2022-08-161-4/+1
* oss-fuzz 50099: Fix mistake in setting CFF data buffer limitChris Liddell2022-08-151-2/+3
* GhostPDF - remove Parent key from stream dictionaries after insertionKen Sharp2022-08-151-1/+17
* GhostPDF - fix memory leak with /Basefont and empty name '/'Ken Sharp2022-08-121-1/+3
* GhostPDF - Don't follow Parent key in Pages dictionary for ResourcesKen Sharp2022-08-111-18/+31
* GhostPDF - restore integer printing with PDFDEBUGKen Sharp2022-08-111-0/+2
* GhostPDF - Improve handling of empty objectsKen Sharp2022-08-101-4/+5
* GhostPDF - yet more circular referencesKen Sharp2022-08-093-1/+46
* GhostPDF - validate all *Box entriesKen Sharp2022-08-091-5/+5
* GhostPDF - when validating Info, reset the dictionary on key deletionKen Sharp2022-08-091-0/+6
* Coverity 379516/379517: Fix unused value warningChris Liddell2022-08-081-6/+3
* Add missing upper bounds checks for First/LastCharChris Liddell2022-08-081-2/+2
* oss-fuzz 49847: Add extra validation for First/LastCharChris Liddell2022-08-081-12/+16
* Bug 705720: Check error code before using an objectChris Liddell2022-08-051-2/+10
* GhostPDF - permit array argument for Blend ModeKen Sharp2022-08-051-6/+26