summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* Coverity 94846: don't dereference <data> without checking it isn't NULL.Julian Smith2020-01-081-1/+1
* Coverity 95006: improved use preprocessor to hopefully fix this warning.Julian Smith2020-01-081-6/+3
* Coverity 121439: avoid overflow when shifting.Julian Smith2020-01-081-1/+1
* Coverity 121442: avoid overflow when shifting.Julian Smith2020-01-081-1/+5
* Coverity 94659: removed cp_num - was allocated but never actually used.Julian Smith2019-11-291-8/+0
* Coverity 94653: fixed incorrect if() that was logically dead code.Julian Smith2019-11-291-3/+3
* Coverity 94652: return error from opvp_image_plane_data() rather than segv.Julian Smith2019-11-291-3/+8
* Coverity 94645: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+1
* Coverity 94638: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+2
* Coverity 94616: added '/* Fall through. */ comments to switch statementsJulian Smith2019-11-291-0/+6
* Coverity 94608: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+7
* Coverity 94601: avoid out-of-bounds access of gendata->dev->hoffset[] if newh...Julian Smith2019-11-291-3/+10
* Coverity 94490: check return codes in opvp_fill_mask().Julian Smith2019-11-291-4/+8
* Coverity 94511: Use full range of frac when source is 8-bit.Julian Smith2019-11-281-16/+8
* Coverity 94505: converted macros into static fns.Julian Smith2019-11-281-7/+9
* Coverity 94553: fixed possible copy&paste error in lips4_image_out().Julian Smith2019-11-281-2/+4
* Coverity 95077: fixed various scan-build issues with contrib/japanese/gdevmjc.c.Julian Smith2019-11-281-11/+2
* Coverity 95077: removed unused assignment to <H> variable.Julian Smith2019-11-281-2/+0
* Coverity 95034: avoid warnings about ignoring return from gs_note_error().Julian Smith2019-11-281-7/+7
* Coverity 95034: move code so that we have one less call to pcl_cm_is_differen...Julian Smith2019-11-271-9/+8
* Coverity 95034: removed use of guard() macro.Julian Smith2019-11-271-21/+43
* Coverity 95034: refactor pcl3_print_page() to avoid leaks.Julian Smith2019-11-271-46/+77
* Coverity 95027: fix off-by-one when bounds-checking against LIPS_MEDIACHAR_MAX.Julian Smith2019-11-271-1/+1
* Coverity 94957: Call dlclose() to avoid leaks of handles from dlopen().Julian Smith2019-11-271-0/+1
* Fix indeterminism in gdevp201.cRobin Watts2019-11-251-7/+25
* Ensure oki4w device properly closes device.Robin Watts2019-11-251-0/+2
* Fix some -W -Wall warnings about printf format type mismatches.Julian Smith2019-11-221-1/+1
* Coverity 350172: fix gp_fprintf() call to use PRIdSIZE for ptrdiff_t.Julian Smith2019-11-221-1/+1
* Coverity ID 94736Ken Sharp2019-11-221-1/+2
* Fix the Lexmark contributed deviceKen Sharp2019-11-191-0/+13
* Coverity ID 350946Ken Sharp2019-11-161-3/+10
* Coverity IDs 350943, 350942 and 350947Ken Sharp2019-11-161-5/+12
* Coverity ID 350944Ken Sharp2019-11-161-2/+4
* Squash a float -> int warning.Robin Watts2019-11-151-2/+2
* Squash a double -> float warning.Robin Watts2019-11-151-1/+1
* Reinstate Apple devices (gdevadmp.c) as contrib devicesChris Liddell2019-11-112-0/+434
* Bug 701854: bj10v_print_page(): increase buffer by one byte to give space for...Julian Smith2019-11-081-1/+2
* Bug 701830: avoid buffer overflow in lips_rle_encode().Julian Smith2019-11-051-1/+4
* Fix bugs 701787, 701806, 701810. Problems with cdj970 device.Ray Johnston2019-11-041-84/+88
* Squash warning caused by previous fix.Robin Watts2019-10-311-2/+2
* Fix gdevescv for operation with Memento.Robin Watts2019-10-311-3/+14
* Nobble various uses of "time" in the code in CLUSTER builds.Robin Watts2019-10-312-0/+12
* Fix valgrind problems with gdevbjca.cRobin Watts2019-10-311-14/+22
* Fix various incorrect casts in contrib devices.Robin Watts2019-10-313-8/+8
* Fix warnings when building contrib on windows.Robin Watts2019-10-3122-340/+345
* Fix contrib.mak to work on windows.Robin Watts2019-10-311-3/+3
* Avoid some devices dying due to inappropriate resolutions.Robin Watts2019-10-292-8/+15
* Avoid division by zero with bj10v device.Robin Watts2019-10-291-1/+14
* Bug 701799: avoid out-of-range array access in mj_color_correct().Julian Smith2019-10-291-1/+4
* Bug 701793: check we are within buffer before comparing buffer contents.Julian Smith2019-10-291-1/+1