summaryrefslogtreecommitdiff
path: root/pdf/pdf_fontps.c
Commit message (Expand)AuthorAgeFilesLines
* GhostPDF, pdfwrite, graphics library - fix WMode usageKen Sharp2023-05-041-1/+7
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* GhostPDF - spot errors in hex strings in fonts/CMapsKen Sharp2023-02-141-2/+15
* GhotsPDF - make ishex and fromhex inline functions and expose themKen Sharp2023-02-041-25/+1
* Don't use pdfi_type_of() on things not pdf_objsChris Liddell2022-09-151-2/+2
* GhostPDF - fix memory leak with type 1 /SubrsKen Sharp2022-08-031-3/+2
* Coverity 379463/379464/379465: A couple of error code mistakesChris Liddell2022-08-011-1/+1
* Copy existing font objects for substitutionsChris Liddell2022-07-291-19/+17
* OSS_fuzz #48564Ken Sharp2022-07-011-2/+2
* GhostPDF - Coverity fixesKen Sharp2022-05-061-1/+1
* oss-fuzz 46672: Avoid PS stack extensions from pdfi errorChris Liddell2022-04-141-1/+1
* oss-fuzz 44976: Check length of array before accessingChris Liddell2022-02-241-2/+2
* Squash a compiler warning (unused variable).Chris Liddell2022-02-171-1/+0
* pdfi: add option to not replace existing entries in dictionariesChris Liddell2022-02-161-18/+15
* Small efficient improvement in Type 1 "def" functionChris Liddell2022-02-161-458/+488
* oss-fuzz 44406: Extra bounds check for eexec decodingChris Liddell2022-02-071-1/+1
* oss-fuzz 44264: pdfi_pscript_interpret() check input buffer limitChris Liddell2022-02-011-1/+1
* pdfi: Check available buffer space for decoding eexec sectionChris Liddell2022-01-201-0/+4
* oss-fuzz 43786: Check an array has entries before accessingChris Liddell2022-01-191-1/+1
* oss-fuzz 42613: Ensure we don't overrun buffersChris Liddell2022-01-111-22/+45
* oss-fuzz 43255: Ensure index >= 0 before writing to Encoding arrayChris Liddell2022-01-101-2/+2
* GhostPDF - fix a couple more compiler warningsKen Sharp2021-11-251-1/+1
* CID 372333: Pay closer attention to error codes.Chris Liddell2021-08-131-3/+5
* Commit pdfi to master.Robin Watts2021-08-121-0/+1237