summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Coverity 375707: Logically dead code.Robin Watts2022-02-171-1/+2
* Coverity 375691: Ensure gs_overprint_params_t is inited.Robin Watts2022-02-171-3/+2
* Coverity ID 375528 - ensure we can't use negative array indexKen Sharp2022-02-171-2/+2
* Coverity 375727: Init offset values before count characters.Chris Liddell2022-02-171-1/+2
* Coverity 375511/375513/375592: Ensure gs_overprint_params_t is inited.Robin Watts2022-02-173-6/+6
* Remove dead code from gx_alloc_char_bits.Robin Watts2022-02-174-73/+14
* GhostPDF - handle encrypted file with both StmF and StrF /IdentityKen Sharp2022-02-172-7/+15
* Coverity 375666: Properly init ref count for stack deviceChris Liddell2022-02-171-1/+2
* Change use of gs_sprintf to gs_snprintfChris Liddell2022-02-171-6/+7
* Coverity 375625: Avoid using uninit variable paper_command.Robin Watts2022-02-171-0/+1
* Coverity 375426: Avoid using 'paper' without initing it.Robin Watts2022-02-171-4/+6
* Coverity 375555/375657: Avoid resource leak on error.Robin Watts2022-02-171-2/+3
* Coverity 375718: Uninitialized pointer usage.Robin Watts2022-02-171-2/+2
* Coverity 375717: Check error return values from zlib.Robin Watts2022-02-171-5/+12
* GhostPDL - performance improvement with large dictionariesKen Sharp2022-02-172-176/+227
* Coverity 376144: Fix incorrect buffer size passed to gs_snprintf.Robin Watts2022-02-171-3/+3
* Coverity 376143: Fix incorrect buffer size passed to gs_snprintf.Robin Watts2022-02-171-2/+2
* Coverity 375427: Fix use of uninitialised variable.Robin Watts2022-02-171-1/+1
* Squash a compiler warning (unused variable).Chris Liddell2022-02-171-1/+0
* Coverity 375566: Init ref counting entry for gs_halftone (xps)Chris Liddell2022-02-172-1/+3
* Squash a compiler warning with debug build.Chris Liddell2022-02-171-1/+1
* Coverity 375727: initialise stack variableChris Liddell2022-02-171-2/+3
* Coverity 376142: Cast to signed to handle possible negativesChris Liddell2022-02-171-1/+2
* Rename pdfmark related functionsChris Liddell2022-02-177-93/+93
* Coverity 375631: Remove unnecessary NULL checks.Robin Watts2022-02-171-2/+2
* Coverity 375669: cc.paint.values are not used uninitialized.Robin Watts2022-02-171-5/+9
* Optimise writing of tiles to clist.Robin Watts2022-02-171-33/+55
* Fix some coverity issues.Robin Watts2022-02-174-9/+16
* pdfi: add option to not replace existing entries in dictionariesChris Liddell2022-02-168-35/+35
* Bug 704945: Add init_device_procs entry for mem_x_device.Robin Watts2022-02-161-2/+2
* Move devices from gs_sprintf to gs_snprintf.Robin Watts2022-02-1632-200/+202
* Move xps/ sources away from gs_sprintf to gs_snprintfChris Liddell2022-02-162-11/+11
* Move pcl/ sources away from gs_sprintf to gs_snprintfChris Liddell2022-02-168-26/+26
* Coverity 375587: Ensure dumb compiler doesn't overflow integerChris Liddell2022-02-161-1/+1
* Coverity 375583: Check the size of the file mode stringChris Liddell2022-02-161-1/+4
* Coverity 375706: Init ref counting entry for gs_halftoneChris Liddell2022-02-161-0/+1
* Switch pdf/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-168-25/+25
* Move psi/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-166-51/+52
* Change snprintf() to gs_snprintf()Chris Liddell2022-02-169-47/+48
* Coverity 375733: Ensure the fapi sfnts reader has a memory pointerChris Liddell2022-02-161-8/+9
* 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
* Small efficient improvement in Type 1 "def" functionChris Liddell2022-02-161-458/+488
* Move contrib from gs_sprintf to gs_snprintf.Robin Watts2022-02-1613-127/+127
* Move base files away from gs_sprintf to gs_snprintf.Robin Watts2022-02-1623-89/+99
* Fix a couple of compiler warningsKen Sharp2022-02-162-2/+2
* Move pdfi warning and error definitions into their own file.Robin Watts2022-02-166-155/+134
* Coverity 375101: Error out on bad typeChris Liddell2022-02-161-0/+7
* pdfi: High level devices and overprintMichael Vrhel2022-02-151-0/+4
* Coverity 374545/374545: Fix confusing null dereference.Robin Watts2022-02-151-2/+2