summaryrefslogtreecommitdiff
path: root/pdf/pdf_cmap.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-3/+3
* oss-fuzz 53711: Fix thinko in pdfi cmap codeChris Liddell2022-11-251-1/+1
* GhostPDF - fix an oversight processing CMapsKen Sharp2022-10-281-1/+1
* GhostPDF - performance optimisation for pdfi_stream_to_bufferKen Sharp2022-09-191-1/+1
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-15/+18
* Fix a couple of "type" related typos.Robin Watts2022-03-131-1/+1
* Improve CMap code handling of memory exhaustionken_20220210_baselineChris Liddell2022-02-091-18/+33
* CMap: Limit the number of ranges handled in endcodespacerangeChris Liddell2022-01-181-0/+4
* Only allow CMap mapping blocks of 100 or fewer entries.Chris Liddell2022-01-141-0/+19
* Fix error code propagation from CMap reading codeChris Liddell2022-01-131-0/+3
* oss-fuzz 42743: Add a bounds checkChris Liddell2022-01-111-1/+1
* oss-fuzz 42633: Bounds check (again) against hardcoded CMap value sizeChris Liddell2022-01-111-2/+5
* Change order of string bounds checkingChris Liddell2022-01-101-2/+2
* oss-fuzz 43156: ensure CMap prefix and key values fit before writingChris Liddell2022-01-101-2/+3
* OSS-fuzz #42736 Error if CMap name exceeds maximum file nameKen Sharp2021-12-211-0/+3
* oss-fuzz 42541: Validate the length of code space range stringsChris Liddell2021-12-171-2/+3
* oss-fuzz 42479: Handle badly broken CMapsChris Liddell2021-12-171-0/+5
* oss-fuzz 42444: Fix broken stack indexingChris Liddell2021-12-161-3/+4
* gpdf: Build and use resource search path listChris Liddell2021-09-091-7/+3
* Fixes for Coverity IDs: 372311/372295/372264Chris Liddell2021-08-131-11/+10
* Commit pdfi to master.Robin Watts2021-08-121-0/+905