summaryrefslogtreecommitdiff
path: root/pdf/pdf_int.c
Commit message (Expand)AuthorAgeFilesLines
* GhostPDF - improve commit a099cd5cdb2854bcd722ceee25c99eb37ae3a12fKen Sharp2023-04-191-1/+1
* GhostPDF - clamp unsigned integers to maximum unsigned int, not signedKen Sharp2023-04-191-2/+2
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* GhotsPDF - make ishex and fromhex inline functions and expose themKen Sharp2023-02-041-34/+0
* GhostPDF - remove spurious spaces in comments with PDFDEBUGKen Sharp2023-01-051-2/+2
* GhostPDF - fix handling of missing white space between operatorsKen Sharp2022-12-091-20/+8
* GhostPDF - Don't flag a warning on compressed Length 0 streamsKen Sharp2022-12-091-1/+9
* GhostPDF - avoid supurious numeric overflow warningsKen Sharp2022-11-231-1/+1
* Bug 706009: Fix use of TRUE/FALSE on AIXChris Liddell2022-10-241-2/+2
* GhostPDF - detect integer overflow when parsing numbersKen Sharp2022-10-191-4/+10
* GhostPDF - wrap streams in SubFileDecode filterKen Sharp2022-10-051-2/+14
* GhostPDF - improve unmatchedmark handlingKen Sharp2022-09-141-2/+6
* Coverity ID #380847 - fix uninitialised variabelKen Sharp2022-09-121-2/+2
* GhostPDF - Alter the COS object depth counting to catch unmatched marksKen Sharp2022-09-101-14/+16
* GhostPDF - limit the nesting of arrays and dictionariesKen Sharp2022-09-061-6/+20
* GhostPDF - restore integer printing with PDFDEBUGKen Sharp2022-08-111-0/+2
* GhostPDF - memory leak with circularly referencing streamsKen Sharp2022-07-291-0/+9
* GhostPDF - more memory leaks with Default* spacesKen Sharp2022-07-221-16/+21
* GhostPDF - fix memory leak with Default* colour spacesKen Sharp2022-07-211-3/+12
* Remove some non-ascii characters in a comment.Chris Liddell2022-07-051-2/+2
* OSS-fuzz #48283 - limit exponent numbersKen Sharp2022-06-241-4/+21
* More repair work on PDFDEBUGKen Sharp2022-06-041-3/+6
* Bug 705211: Fix overflow in acrobat_compatible_atof.Robin Watts2022-06-031-1/+4
* GhostPDF - fix silly typo in hex string parsingKen Sharp2022-06-021-1/+1
* GhostPDF - pad uneven hex strings with 0Ken Sharp2022-05-311-0/+16
* GhostPDF - add more warnings for invalid PDF filesKen Sharp2022-05-261-0/+1
* GhostPDF - repair PDFDEBUGKen Sharp2022-05-141-0/+17
* PDFI: Use TRUE/FALSE/NULL objects as 'fast' objects.Robin Watts2022-05-051-183/+147
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-4/+4
* Move pdf_keyword usage more towards pdf_key.Robin Watts2022-05-051-245/+210
* Add pdfi_read_bare_keyword function.Robin Watts2022-05-051-0/+51
* Introduce pdfi_read_bare_int.Robin Watts2022-05-051-0/+75
* pdfi - fix number parsing with malformed integersKen Sharp2022-03-221-2/+3
* OSS-fuzz #45842 - avoid recursion to prevent C-stack overflowKen Sharp2022-03-211-3/+4
* Coverity 375707: Logically dead code.Robin Watts2022-02-171-1/+2
* pdfi_read_num: Tweak to error handling.Robin Watts2022-02-151-8/+2
* pdfi_read_num: Further minor speedups.Robin Watts2022-02-151-50/+43
* Coverity 375141: Fix || vs && typo causing logically dead code.Robin Watts2022-02-141-1/+1
* Import some code from mupdf for gpdf number parsing.Robin Watts2022-02-111-94/+84
* Use pdfi_read_byte where possible.Robin Watts2022-02-111-241/+164
* Pdfi: Use pdfi_unread_byte rather than pdfi_unread where possible.Robin Watts2022-02-101-13/+13
* LGTM fix - include .h file to get an explicit function declarationKen Sharp2022-02-031-0/+2
* Check the return values from setting up the Default colour and QStateKen Sharp2022-01-201-6/+23
* oss-fuzz 43615: Keep a reference to the current pdfi fontChris Liddell2022-01-181-1/+1
* OSS-fuzz #43354 - Validate Default* colour spacesKen Sharp2022-01-101-76/+2
* OSS-fuzz #42664 - Don't clear stack on failed array readKen Sharp2021-12-201-6/+2
* GhostPDF - OSS-Fuzz #492299Ken Sharp2021-12-171-11/+43
* oss-fuzz 42266: Fix number of entries when searching a tableChris Liddell2021-12-141-1/+1
* pdfi: Fix memory leak with 0698226_13945_rangecheck_error.pdfChris Liddell2021-12-021-12/+12
* pdfi support for cidfmapChris Liddell2021-11-091-1/+1