summaryrefslogtreecommitdiff
path: root/pdf/pdf_font1C.c
Commit message (Expand)AuthorAgeFilesLines
* GhostPDF - fix buffer overrun reading corrupted CFF fontKen Sharp2023-05-011-1/+1
* GhostPDF - avoid 32-bit overflow checking size of tableKen Sharp2023-04-111-1/+5
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Bug 706257: CIDFont glyph ordering issues with pdfi/pdfwriteChris Liddell2023-02-231-1/+1
* Bug 706316: Improve pdfi/pdfwrite font recognitionChris Liddell2023-02-231-5/+0
* oss-fuzz 56156: CFF - Allow for (the intended) 64 digit real numberChris Liddell2023-02-211-2/+2
* GhostPDF - performance optimisation for pdfi_stream_to_bufferKen Sharp2022-09-191-3/+3
* oss-fuzz 51005: better handle errors retrieving CFF glyph indexChris Liddell2022-09-061-2/+7
* GhostPDF - performance improvement with large CFF CIDFontsKen Sharp2022-09-061-1/+1
* oss-fuzz 50720: CFF - validate fontname string lengthChris Liddell2022-08-291-3/+4
* oss-fuzz 50099: Fix mistake in setting CFF data buffer limitChris Liddell2022-08-151-2/+3
* Bug 705650: Use "fake" unique XUIDs for fontsChris Liddell2022-08-041-19/+41
* Copy existing font objects for substitutionsChris Liddell2022-07-291-115/+236
* OSS_fuzz #48564Ken Sharp2022-07-011-2/+2
* PDFI: Use TRUE/FALSE/NULL objects as 'fast' objects.Robin Watts2022-05-051-12/+2
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-7/+7
* Bug 705253: Add equivalent glyph name mappingsChris Liddell2022-04-271-0/+3
* Bug 705237: Fonts: add MissingWidth supportChris Liddell2022-04-201-7/+30
* Fix some gcc formatting warnings.Chris Liddell2022-03-311-2/+4
* oss-fuzz 45439: CFF CIDFonts - allow zero length charstringsChris Liddell2022-03-101-1/+1
* oss-fuzz 45222: Bounds check fdselect proc selection offsetChris Liddell2022-03-051-0/+3
* oss-fuzz 45173: CFF corrupt string index, give up and error outChris Liddell2022-03-031-0/+6
* oss-fuzz 45085: Validate the FDarray index before returning itChris Liddell2022-02-281-3/+7
* oss-fuzz 44903: Rearrange error cleanup for Type1C/CFF fontsChris Liddell2022-02-211-14/+10
* Coverity 376142: Cast to signed to handle possible negativesChris Liddell2022-02-171-1/+2
* pdfi: add option to not replace existing entries in dictionariesChris Liddell2022-02-161-3/+3
* Switch pdf/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-161-2/+2
* Change snprintf() to gs_snprintf()Chris Liddell2022-02-161-5/+5
* Coverity 375503: check charstring size for sanityChris Liddell2022-02-161-4/+3
* Coverity 375465: Fix some CFF error cleanup confusion.Chris Liddell2022-02-161-7/+6
* Coverity 374507: Add missing break out of a loop on errorChris Liddell2022-02-101-0/+2
* Revise pdfi_read_cff_dict() to use switchChris Liddell2022-02-081-162/+232
* oss-fuzz 43927: Bounds check CFF buffer, before reading encodingChris Liddell2022-01-241-63/+68
* oss-fuzz 43599: validate file offsets in a CFF dictionaryChris Liddell2022-01-181-2/+21
* oss-fuzz 42951: Validate the read size of an FDArrayChris Liddell2022-01-111-1/+1
* oss-fuzz 42656: Avoid overflowing StemSnapV/H value arraysChris Liddell2022-01-111-0/+2
* oss-fuzz 42559: Bounds check offset for charset settingChris Liddell2022-01-101-1/+4
* oss-fuzz 42485, 42536: validate the object type (string) for CFF (g)subrsChris Liddell2021-12-171-3/+3
* oss-fuzz 42310: Fix validation of CFF CIDFont charstring lengthChris Liddell2021-12-161-1/+1
* Coverity 374507: quieten a spurious Coverity error.Chris Liddell2021-12-161-1/+1
* oss-fuzz 42322: CFF: validate the number of the various blue valuesChris Liddell2021-12-141-0/+4
* oss-fuzz 42314: Handle CFF with self referencing Private dictChris Liddell2021-12-141-5/+12
* oss-fuzz 42298: Bounds check the CFF stackChris Liddell2021-12-141-1/+7
* oss-fuzz 42276: Cope better with broken (GlobalSubrs) in CFFChris Liddell2021-12-141-0/+24
* pdfi: honour -dIgnoreToUnicode optionChris Liddell2021-12-081-10/+15
* Interpret and use ToUnicode CMaps for regular fontsChris Liddell2021-12-081-7/+14
* GhostPDF - remove duplicate lines; fixes memory leakKen Sharp2021-11-251-3/+0
* Properly propogate CIDSystemInfo from pdfiChris Liddell2021-11-091-9/+45
* native font map from font file scanChris Liddell2021-11-091-1/+0
* Bug 704678: Make sure to store obj/generation number in font objectsChris Liddell2021-11-021-0/+3