summaryrefslogtreecommitdiff
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* pdfi: Tidy up some more font loading warning printsChris Liddell2022-01-201-2/+6
* pdfi: Check available buffer space for decoding eexec sectionChris Liddell2022-01-201-0/+4
* Remove no longer required font object reference countingChris Liddell2022-01-201-2/+0
* Check the return values from setting up the Default colour and QStateKen Sharp2022-01-201-6/+23
* OSS-fuzz #43781 - improve loop detection in pdfi_resolve_indirectKen Sharp2022-01-193-10/+44
* pdfi: Fix font memory leak with "internall" set fontChris Liddell2022-01-191-2/+1
* oss-fuzz 43786: Check an array has entries before accessingChris Liddell2022-01-191-1/+1
* oss-fuzz 43615: Keep a reference to the current pdfi fontChris Liddell2022-01-1817-83/+47
* OSS-fuzz #42995Ken Sharp2022-01-181-1/+5
* oss-fuzz 43645: Check the types of the CIDSystemInfo entriesChris Liddell2022-01-181-2/+3
* oss-fuzz 43680: Cope with out-of-memory error in stack extensionChris Liddell2022-01-181-1/+4
* CMap: Limit the number of ranges handled in endcodespacerangeChris Liddell2022-01-181-0/+4
* OSS-fuzz #43621 - prevent overflow in pattern step scalingKen Sharp2022-01-181-1/+9
* oss-fuzz 43599: validate file offsets in a CFF dictionaryChris Liddell2022-01-181-2/+21
* lgtm fix: Don't check "code >= 0" twice.Robin Watts2022-01-171-2/+2
* Revert part of b98c81cMichael Vrhel2022-01-151-3/+1
* OSS-fuzz #42926 - detect circular references when resolvin PageLabelsKen Sharp2022-01-151-3/+3
* Only allow CMap mapping blocks of 100 or fewer entries.Chris Liddell2022-01-141-0/+19
* oss-fuzz 42556: pdfi_stream_to_buffer() propagate error code properly.Chris Liddell2022-01-141-0/+2
* OSS-fuzz #43595 - more checks on image/maskKen Sharp2022-01-141-1/+1
* Fix error code propagation from CMap reading codeChris Liddell2022-01-131-0/+3
* OSS-fuzz #43247 - special treatment for reading streamsKen Sharp2022-01-131-1/+29
* oss-fuzz 42998: Drawing text: don't rely on the stack referenceChris Liddell2022-01-121-2/+9
* oss-fuzz 42751: Failures in pdf14 and in image color setupMichael Vrhel2022-01-122-1/+10
* Update copyrights for files changed since 2022 started.Chris Liddell2022-01-121-1/+1
* oss-fuzz 42951: Validate the read size of an FDArrayChris Liddell2022-01-111-1/+1
* oss-fuzz 42907: Ensure we have a CIDFont descendent of a Type 0Chris Liddell2022-01-111-0/+5
* oss-fuzz 42743: Add a bounds checkChris Liddell2022-01-111-1/+1
* oss-fuzz 42656: Avoid overflowing StemSnapV/H value arraysChris Liddell2022-01-111-0/+2
* oss-fuzz 42633: Bounds check (again) against hardcoded CMap value sizeChris Liddell2022-01-111-2/+5
* oss-fuzz 42613: Ensure we don't overrun buffersChris Liddell2022-01-111-22/+45
* OSS-fuzz #43268.pdf - beware of repair rebuilding xrefKen Sharp2022-01-111-0/+5
* GhostPDF - Implement -dNOTRANSPARENCYKen Sharp2022-01-111-1/+2
* OSS-fuzz #43354 - Validate Default* colour spacesKen Sharp2022-01-106-144/+181
* Fix an error handling mistakeKen Sharp2022-01-101-3/+3
* oss-fuzz 42559: Bounds check offset for charset settingChris Liddell2022-01-101-1/+4
* 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 43255: Ensure index >= 0 before writing to Encoding arrayChris Liddell2022-01-101-2/+2
* OSS-fuzz #43264 - do not confuse images and masksKen Sharp2022-01-083-4/+24
* OSS-fuzz #42973 - correct a countodownKen Sharp2022-01-081-3/+5
* Fix OSS-fuzz #42556 - check stream isn't NULL before dereferencing it.Ken Sharp2022-01-071-3/+7
* Remove debug flagKen Sharp2022-01-051-1/+1
* 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 #43012 - validate transfer function before use.Ken Sharp2021-12-281-0/+5
* OSS-fuzz #42460 - Ensure valid N parameter for ICCBased spcesKen Sharp2021-12-281-0/+4
* OSS-fuzz #43017 - check an object was readKen Sharp2021-12-281-0/+5
* OSS-fuzz #43041 - Check dereferenced nameKen Sharp2021-12-281-0/+6
* OSS-fuzz #32927 and #42980 - limit section values to sane numbersKen Sharp2021-12-271-1/+12