ghostscript-10.06.0-1.fc44
List of Findings
Error: SHELLCHECK_WARNING (CWE-477): [#def1]
/usr/bin/dvipdf:26:15: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def2]
/usr/bin/ps2epsi:23:15: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def3]
/usr/bin/ps2pdfwr:23:15: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: COMPILER_WARNING (CWE-681): [#def4]
ghostscript-10.06.0/base/fapi_ft.c: scope_hint: In function ‘gs_fapi_ft_get_scaled_font’
ghostscript-10.06.0/base/fapi_ft.c:1287:86: warning[-Wpointer-sign]: pointer targets in passing argument 3 of ‘a_font->retrieve_tt_font’ differ in signedness
ghostscript-10.06.0/base/fapi_ft.c:1287:86: note: expected ‘int *’ but argument is of type ‘unsigned int *’
Error: CPPCHECK_WARNING (CWE-909): [#def5]
ghostscript-10.06.0/base/gdevdevn.c:938: error[uninitStructMember]: Uninitialized struct member: saved_equiv_colors.all_color_info_valid
Error: GCC_ANALYZER_WARNING (CWE-457): [#def6]
ghostscript-10.06.0/base/gdevdevn.c:1536:16: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘linelength[i]’
ghostscript-10.06.0/base/gdevdevn.c:1471:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevdevn.c:1483:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevdevn.c:1492:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevdevn.c:1494:33: branch_false: ...to here
ghostscript-10.06.0/base/gdevdevn.c:1496:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevdevn.c:1489:27: branch_false: ...to here
ghostscript-10.06.0/base/gdevdevn.c:1522:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevdevn.c:1523:9: branch_true: ...to here
ghostscript-10.06.0/base/gdevdevn.c:1522:16: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevdevn.c:1528:8: branch_false: ...to here
ghostscript-10.06.0/base/gdevdevn.c:1528:8: branch_false: following ‘false’ branch (when ‘npcmcolors == 0’)...
ghostscript-10.06.0/base/gdevdevn.c:1534:5: branch_false: ...to here
ghostscript-10.06.0/base/gdevdevn.c:1534:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevdevn.c:1535:61: branch_true: ...to here
ghostscript-10.06.0/base/gdevdevn.c:1536:16: danger: use of uninitialized value ‘linelength[i]’ here
Error: CPPCHECK_WARNING (CWE-457): [#def7]
ghostscript-10.06.0/base/gdevdrop.c:157: warning[uninitvar]: Uninitialized variables: planes.depth, planes.shift, planes.index
Error: GCC_ANALYZER_WARNING (CWE-476): [#def8]
ghostscript-10.06.0/base/gdevmem.c:959:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/base/gdevmem.c:948:6: enter_function: entry to ‘mem_dev_initialize_device_procs’
ghostscript-10.06.0/base/gdevmem.c:955:11: call_function: inlined call to ‘gdev_mem_functions_for_bits’ from ‘mem_dev_initialize_device_procs’
ghostscript-10.06.0/base/gdevmem.c:957:5: branch_false: ...to here
ghostscript-10.06.0/base/gdevmem.c:959:5: danger: dereference of NULL ‘<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def9]
ghostscript-10.06.0/base/gdevmem.c:976:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/base/gdevmem.c:969:6: enter_function: entry to ‘mem_word_dev_initialize_device_procs’
ghostscript-10.06.0/base/gdevmem.c:972:17: call_function: inlined call to ‘gdev_mem_word_functions_for_bits’ from ‘mem_word_dev_initialize_device_procs’
ghostscript-10.06.0/base/gdevmem.c:974:5: branch_false: ...to here
ghostscript-10.06.0/base/gdevmem.c:976:5: danger: dereference of NULL ‘<unknown>’
Error: CPPCHECK_WARNING (CWE-457): [#def10]
ghostscript-10.06.0/base/gdevp14.c:7523: warning[uninitvar]: Uninitialized variable: comp_bits
Error: CPPCHECK_WARNING (CWE-457): [#def11]
ghostscript-10.06.0/base/gdevp14.c:7524: warning[uninitvar]: Uninitialized variable: comp_shift
Error: CPPCHECK_WARNING (CWE-457): [#def12]
ghostscript-10.06.0/base/gdevp14.c:8818: warning[uninitvar]: Uninitialized variable: comp_value
Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
ghostscript-10.06.0/base/gdevpipe.c:55:9: warning[-Wanalyzer-malloc-leak]: leak of ‘popen(fname, mode)’
ghostscript-10.06.0/base/gdevpipe.c:47:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevpipe.c:50:5: branch_false: ...to here
ghostscript-10.06.0/base/gdevpipe.c:55:9: acquire_memory: allocated here
ghostscript-10.06.0/base/gdevpipe.c:55:9: danger: ‘popen(fname, mode)’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-190): [#def14]
ghostscript-10.06.0/base/gdevplnx.c:332: error[integerOverflow]: Signed integer overflow for expression '-(1<<3)'.
Error: GCC_ANALYZER_WARNING (CWE-465): [#def15]
ghostscript-10.06.0/base/gdevsclass.c:397:32: warning[-Wanalyzer-deref-before-check]: check of ‘dev’ for NULL after already dereferencing it
ghostscript-10.06.0/base/gdevsclass.c:378:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevsclass.c:379:16: branch_true: ...to here
ghostscript-10.06.0/base/gdevsclass.c:380:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevsclass.c:383:13: branch_false: ...to here
ghostscript-10.06.0/base/gdevsclass.c:383:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevsclass.c:384:20: branch_true: ...to here
ghostscript-10.06.0/base/gdevsclass.c:387:24: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevsclass.c:388:29: branch_true: ...to here
ghostscript-10.06.0/base/gdevsclass.c:397:32: danger: pointer ‘dev’ is checked for NULL here but it was already dereferenced at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-465): [#def16]
ghostscript-10.06.0/base/gdevsclass.c:438:32: warning[-Wanalyzer-deref-before-check]: check of ‘dev’ for NULL after already dereferencing it
ghostscript-10.06.0/base/gdevsclass.c:378:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevsclass.c:379:16: branch_true: ...to here
ghostscript-10.06.0/base/gdevsclass.c:380:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevsclass.c:383:13: branch_false: ...to here
ghostscript-10.06.0/base/gdevsclass.c:383:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevsclass.c:384:20: branch_true: ...to here
ghostscript-10.06.0/base/gdevsclass.c:437:24: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevsclass.c:437:24: branch_true: ...to here
ghostscript-10.06.0/base/gdevsclass.c:438:32: danger: pointer ‘dev’ is checked for NULL here but it was already dereferenced at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def17]
ghostscript-10.06.0/base/gdevvec.c:121:36: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘line_start.x’
ghostscript-10.06.0/base/gdevvec.c:99:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevvec.c:101:5: branch_false: ...to here
ghostscript-10.06.0/base/gdevvec.c:107:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevvec.c:107:12: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:110:16: branch_true: following ‘true’ branch (when ‘pe_op == 2’)...
ghostscript-10.06.0/base/gdevvec.c:111:20: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:111:20: branch_true: following ‘true’ branch (when ‘incomplete_line == 0’)...
ghostscript-10.06.0/base/gdevvec.c:112:21: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:107:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevvec.c:107:12: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:110:16: branch_true: following ‘true’ branch (when ‘pe_op == 2’)...
ghostscript-10.06.0/base/gdevvec.c:111:20: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:120:20: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevvec.c:121:36: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:121:36: danger: use of uninitialized value ‘line_start.x’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def18]
ghostscript-10.06.0/base/gdevvec.c:128:36: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘line_start.y’
ghostscript-10.06.0/base/gdevvec.c:99:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevvec.c:101:5: branch_false: ...to here
ghostscript-10.06.0/base/gdevvec.c:107:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevvec.c:107:12: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:110:16: branch_true: following ‘true’ branch (when ‘pe_op == 2’)...
ghostscript-10.06.0/base/gdevvec.c:111:20: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:111:20: branch_true: following ‘true’ branch (when ‘incomplete_line == 0’)...
ghostscript-10.06.0/base/gdevvec.c:112:21: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:107:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevvec.c:107:12: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:110:16: branch_true: following ‘true’ branch (when ‘pe_op == 2’)...
ghostscript-10.06.0/base/gdevvec.c:111:20: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:120:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gdevvec.c:127:28: branch_false: ...to here
ghostscript-10.06.0/base/gdevvec.c:127:27: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gdevvec.c:128:36: branch_true: ...to here
ghostscript-10.06.0/base/gdevvec.c:128:36: danger: use of uninitialized value ‘line_start.y’ here
Error: COMPILER_WARNING: [#def19]
ghostscript-10.06.0/base/gen_ordered.c: scope_hint: In function ‘htsc_setpoint’
ghostscript-10.06.0/base/gen_ordered.c:915:9: warning[-Wunused-but-set-variable=]: variable ‘kk’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-775): [#def20]
ghostscript-10.06.0/base/genarch.c:46:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:104:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_resource: opened here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:181:5: call_function: inlined call to ‘section’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def21]
ghostscript-10.06.0/base/genarch.c:46:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:104:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_memory: allocated here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:181:5: call_function: inlined call to ‘section’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def22]
ghostscript-10.06.0/base/genarch.c:58:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:104:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_resource: opened here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:184:5: call_function: inlined call to ‘define_int’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def23]
ghostscript-10.06.0/base/genarch.c:58:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:104:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_memory: allocated here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:184:5: call_function: inlined call to ‘define_int’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def24]
ghostscript-10.06.0/base/genarch.c:76:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:104:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_resource: opened here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:221:5: call_function: inlined call to ‘ilog2’ from ‘main’
ghostscript-10.06.0/base/genarch.c:222:5: call_function: inlined call to ‘ilog2’ from ‘main’
ghostscript-10.06.0/base/genarch.c:222:5: call_function: inlined call to ‘define_int’ from ‘main’
ghostscript-10.06.0/base/genarch.c:222:5: call_function: inlined call to ‘ilog2’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def25]
ghostscript-10.06.0/base/genarch.c:76:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:104:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_memory: allocated here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:221:5: call_function: inlined call to ‘ilog2’ from ‘main’
ghostscript-10.06.0/base/genarch.c:222:5: call_function: inlined call to ‘ilog2’ from ‘main’
ghostscript-10.06.0/base/genarch.c:222:5: call_function: inlined call to ‘define_int’ from ‘main’
ghostscript-10.06.0/base/genarch.c:222:5: call_function: inlined call to ‘ilog2’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def26]
ghostscript-10.06.0/base/genarch.c:95:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(infname, "r")’
ghostscript-10.06.0/base/genarch.c:83:16: acquire_resource: opened here
ghostscript-10.06.0/base/genarch.c:87:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:87:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:92:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genarch.c:93:13: branch_true: ...to here
ghostscript-10.06.0/base/genarch.c:95:13: throw: if ‘fwrite’ throws an exception...
ghostscript-10.06.0/base/genarch.c:95:13: danger: ‘fopen(infname, "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def27]
ghostscript-10.06.0/base/genarch.c:95:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(infname, "r")’
ghostscript-10.06.0/base/genarch.c:83:16: acquire_memory: allocated here
ghostscript-10.06.0/base/genarch.c:87:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:87:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:92:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genarch.c:93:13: branch_true: ...to here
ghostscript-10.06.0/base/genarch.c:95:13: throw: if ‘fwrite’ throws an exception...
ghostscript-10.06.0/base/genarch.c:95:13: danger: ‘fopen(infname, "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/31/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def28]
ghostscript-10.06.0/base/genarch.c:167:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:104:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_resource: opened here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_true: following ‘true’ branch (when ‘argc == 3’)...
ghostscript-10.06.0/base/genarch.c:167:16: branch_true: ...to here
ghostscript-10.06.0/base/genarch.c:167:16: call_function: calling ‘copy_existing_file’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def29]
ghostscript-10.06.0/base/genarch.c:167:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:104:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_memory: allocated here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_true: following ‘true’ branch (when ‘argc == 3’)...
ghostscript-10.06.0/base/genarch.c:167:16: branch_true: ...to here
ghostscript-10.06.0/base/genarch.c:167:16: call_function: calling ‘copy_existing_file’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def30]
ghostscript-10.06.0/base/genarch.c:170:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_resource: opened here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:170:5: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/genarch.c:170:5: danger: ‘fopen(fname, "w")’ leaks here; was opened at [(3)](sarif:/runs/0/results/36/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def31]
ghostscript-10.06.0/base/genarch.c:170:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_memory: allocated here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:170:5: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/genarch.c:170:5: danger: ‘fopen(fname, "w")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/37/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def32]
ghostscript-10.06.0/base/genarch.c:171:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_resource: opened here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:171:5: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/genarch.c:171:5: danger: ‘fopen(fname, "w")’ leaks here; was opened at [(3)](sarif:/runs/0/results/38/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def33]
ghostscript-10.06.0/base/genarch.c:171:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(fname, "w")’
ghostscript-10.06.0/base/genarch.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:159:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:160:9: acquire_memory: allocated here
ghostscript-10.06.0/base/genarch.c:161:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:166:8: branch_false: following ‘false’ branch (when ‘argc != 3’)...
ghostscript-10.06.0/base/genarch.c:170:5: branch_false: ...to here
ghostscript-10.06.0/base/genarch.c:171:5: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/genarch.c:171:5: danger: ‘fopen(fname, "w")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/39/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def34]
ghostscript-10.06.0/base/genconf.c:777:19: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(strlen(fname) + strlen(*pconf.file_prefix) + 1)’
ghostscript-10.06.0/base/genconf.c:763:1: enter_function: entry to ‘read_file’
ghostscript-10.06.0/base/genconf.c:765:19: call_function: inlined call to ‘mmalloc’ from ‘read_file’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:795:5: throw: if ‘fseek’ throws an exception...
ghostscript-10.06.0/base/genconf.c:777:19: danger: ‘malloc(strlen(fname) + strlen(*pconf.file_prefix) + 1)’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def35]
ghostscript-10.06.0/base/genconf.c:795:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘in’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:786:10: acquire_resource: opened here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:795:5: throw: if ‘fseek’ throws an exception...
ghostscript-10.06.0/base/genconf.c:795:5: danger: ‘in’ leaks here; was opened at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def36]
ghostscript-10.06.0/base/genconf.c:795:5: warning[-Wanalyzer-malloc-leak]: leak of ‘in’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:786:10: acquire_memory: allocated here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:795:5: throw: if ‘fseek’ throws an exception...
ghostscript-10.06.0/base/genconf.c:795:5: danger: ‘in’ leaks here; was allocated at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def37]
ghostscript-10.06.0/base/genconf.c:796:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘in’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:786:10: acquire_resource: opened here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:796:11: throw: if ‘ftell’ throws an exception...
ghostscript-10.06.0/base/genconf.c:796:11: danger: ‘in’ leaks here; was opened at [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def38]
ghostscript-10.06.0/base/genconf.c:796:11: warning[-Wanalyzer-malloc-leak]: leak of ‘in’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:786:10: acquire_memory: allocated here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:796:11: throw: if ‘ftell’ throws an exception...
ghostscript-10.06.0/base/genconf.c:796:11: danger: ‘in’ leaks here; was allocated at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def39]
ghostscript-10.06.0/base/genconf.c:805:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘in’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:786:10: acquire_resource: opened here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:797:8: branch_false: following ‘false’ branch (when ‘end >= 0’)...
ghostscript-10.06.0/base/genconf.c:803:20: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:804:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:805:9: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:805:9: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/genconf.c:805:9: danger: ‘in’ leaks here; was opened at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def40]
ghostscript-10.06.0/base/genconf.c:805:9: warning[-Wanalyzer-malloc-leak]: leak of ‘in’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:786:10: acquire_memory: allocated here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:797:8: branch_false: following ‘false’ branch (when ‘end >= 0’)...
ghostscript-10.06.0/base/genconf.c:803:20: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:804:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:805:9: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:805:9: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/genconf.c:805:9: danger: ‘in’ leaks here; was allocated at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
ghostscript-10.06.0/base/genconf.c:810:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘in’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:786:10: acquire_resource: opened here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:797:8: branch_false: following ‘false’ branch (when ‘end >= 0’)...
ghostscript-10.06.0/base/genconf.c:803:20: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:804:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:810:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:810:5: throw: if ‘rewind’ throws an exception...
ghostscript-10.06.0/base/genconf.c:810:5: danger: ‘in’ leaks here; was opened at [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
ghostscript-10.06.0/base/genconf.c:810:5: warning[-Wanalyzer-malloc-leak]: leak of ‘in’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:786:10: acquire_memory: allocated here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:797:8: branch_false: following ‘false’ branch (when ‘end >= 0’)...
ghostscript-10.06.0/base/genconf.c:803:20: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:804:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:810:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:810:5: throw: if ‘rewind’ throws an exception...
ghostscript-10.06.0/base/genconf.c:810:5: danger: ‘in’ leaks here; was allocated at [(3)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
ghostscript-10.06.0/base/genconf.c:810:5: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc((long unsigned int)(end + 1))’
ghostscript-10.06.0/base/genconf.c:763:1: enter_function: entry to ‘read_file’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:787:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:795:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:797:8: branch_false: following ‘false’ branch (when ‘end >= 0’)...
ghostscript-10.06.0/base/genconf.c:803:20: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:803:12: call_function: inlined call to ‘mmalloc’ from ‘read_file’
ghostscript-10.06.0/base/genconf.c:804:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:810:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:810:5: throw: if ‘rewind’ throws an exception...
ghostscript-10.06.0/base/genconf.c:810:5: danger: ‘malloc((long unsigned int)(end + 1))’ leaks here; was allocated at [(9)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
ghostscript-10.06.0/base/genconf.c:811:13: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc((long unsigned int)(end + 1))’
ghostscript-10.06.0/base/genconf.c:763:1: enter_function: entry to ‘read_file’
ghostscript-10.06.0/base/genconf.c:772:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:777:19: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:797:8: branch_false: following ‘false’ branch (when ‘end >= 0’)...
ghostscript-10.06.0/base/genconf.c:803:20: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:803:12: call_function: inlined call to ‘mmalloc’ from ‘read_file’
ghostscript-10.06.0/base/genconf.c:804:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:810:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:812:8: branch_false: following ‘false’ branch (when ‘nread >= 0’)...
ghostscript-10.06.0/base/genconf.c:819:5: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:821:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:822:9: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:822:9: throw: if ‘printf’ throws an exception...
ghostscript-10.06.0/base/genconf.c:811:13: danger: ‘malloc((long unsigned int)(end + 1))’ leaks here; was allocated at [(7)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/6)
Error: COMPILER_WARNING: [#def45]
ghostscript-10.06.0/base/genconf.c: scope_hint: In function ‘main’
ghostscript-10.06.0/base/genconf.c:1139:5: warning[-Wstringop-truncation]: ‘strncpy’ output may be truncated copying 60 bytes from a string of length 80
Error: GCC_ANALYZER_WARNING (CWE-688): [#def46]
ghostscript-10.06.0/base/genconf.c:1159:9: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘malloc((long unsigned int)(len + 1))’ where non-null expected
ghostscript-10.06.0/base/genconf.c:1143:1: enter_function: entry to ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1154:21: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1159:9: danger: argument 1 (‘malloc((long unsigned int)(len + 1))’) from [(5)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/4) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
ghostscript-10.06.0/base/genconf.c:1160:13: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc((long unsigned int)(xlen + 1))’
ghostscript-10.06.0/base/genconf.c:1143:1: enter_function: entry to ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1156:22: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1171:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1177:9: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1181:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1183:16: branch_true: following ‘true’ branch (when the strings are non-equal)...
ghostscript-10.06.0/base/genconf.c:1184:21: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1184:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1186:17: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1186:17: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/genconf.c:1160:13: danger: ‘malloc((long unsigned int)(xlen + 1))’ leaks here; was allocated at [(5)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def48]
ghostscript-10.06.0/base/genconf.c:1180:17: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘malloc((long unsigned int)(xlen + 1))’ where non-null expected
ghostscript-10.06.0/base/genconf.c:1143:1: enter_function: entry to ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1156:22: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1171:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1177:9: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1180:17: danger: argument 1 (‘malloc((long unsigned int)(xlen + 1))’) from [(5)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/4) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-401): [#def49]
ghostscript-10.06.0/base/genconf.c:1185:21: warning[-Wanalyzer-malloc-leak]: leak of ‘ptr’
ghostscript-10.06.0/base/genconf.c:1143:1: enter_function: entry to ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1154:21: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1160:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1161:25: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1163:20: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1163:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1165:16: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1165:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1166:17: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1171:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1177:9: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1181:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1183:16: branch_true: following ‘true’ branch (when the strings are non-equal)...
ghostscript-10.06.0/base/genconf.c:1184:21: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1154:21: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1160:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1161:25: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1163:20: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1163:33: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1163:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1165:16: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1165:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1166:17: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1171:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1177:9: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1181:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1183:16: branch_true: following ‘true’ branch (when the strings are non-equal)...
ghostscript-10.06.0/base/genconf.c:1184:21: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1184:20: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1185:21: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1185:21: throw: if ‘fputs’ throws an exception...
ghostscript-10.06.0/base/genconf.c:1185:21: danger: ‘ptr’ leaks here; was allocated at [(28)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/27)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def50]
ghostscript-10.06.0/base/genconf.c:1186:17: warning[-Wanalyzer-malloc-leak]: leak of ‘ptr’
ghostscript-10.06.0/base/genconf.c:1143:1: enter_function: entry to ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1154:21: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1171:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1177:9: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1181:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1183:16: branch_true: following ‘true’ branch (when the strings are non-equal)...
ghostscript-10.06.0/base/genconf.c:1184:21: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1184:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1186:17: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1186:17: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/genconf.c:1186:17: danger: ‘ptr’ leaks here; was allocated at [(5)](sarif:/runs/0/results/24/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def51]
ghostscript-10.06.0/base/genconf.c:1192:17: warning[-Wanalyzer-malloc-leak]: leak of ‘ptr’
ghostscript-10.06.0/base/genconf.c:1143:1: enter_function: entry to ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1154:21: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1160:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1161:25: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1163:20: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1163:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1165:16: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1165:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1166:17: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1171:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1177:9: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1181:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1183:16: branch_true: following ‘true’ branch (when the strings are non-equal)...
ghostscript-10.06.0/base/genconf.c:1184:21: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1154:21: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1160:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1161:25: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1163:20: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1163:33: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1163:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1165:16: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1165:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1166:17: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1171:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1177:9: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1181:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1191:17: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1191:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1192:17: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1192:17: throw: if ‘fputs’ throws an exception...
ghostscript-10.06.0/base/genconf.c:1192:17: danger: ‘ptr’ leaks here; was allocated at [(28)](sarif:/runs/0/results/25/codeFlows/0/threadFlows/0/locations/27)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def52]
ghostscript-10.06.0/base/genconf.c:1196:9: warning[-Wanalyzer-malloc-leak]: leak of ‘ptr’
ghostscript-10.06.0/base/genconf.c:1143:1: enter_function: entry to ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1151:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1152:28: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1154:21: call_function: inlined call to ‘mmalloc’ from ‘write_list_pattern’
ghostscript-10.06.0/base/genconf.c:1160:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1161:25: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1163:20: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1163:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1165:16: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1165:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1166:17: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1168:12: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1171:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/genconf.c:1177:9: branch_false: ...to here
ghostscript-10.06.0/base/genconf.c:1181:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/genconf.c:1183:16: branch_true: following ‘true’ branch (when the strings are non-equal)...
ghostscript-10.06.0/base/genconf.c:1184:21: branch_true: ...to here
ghostscript-10.06.0/base/genconf.c:1196:9: throw: if ‘fputs’ throws an exception...
ghostscript-10.06.0/base/genconf.c:1196:9: danger: ‘ptr’ leaks here; was allocated at [(5)](sarif:/runs/0/results/26/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def53]
ghostscript-10.06.0/base/gp.h:331:12: warning[-Wanalyzer-malloc-leak]: leak of ‘bitData’
ghostscript-10.06.0/devices/gdevdjtc.c:77:1: enter_function: entry to ‘djet500c_print_page’
ghostscript-10.06.0/devices/gdevdjtc.c:121:12: branch_false: following ‘false’ branch (when ‘lineSize > 0’)...
ghostscript-10.06.0/devices/gdevdjtc.c:125:31: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:125:24: acquire_memory: allocated here
ghostscript-10.06.0/devices/gdevdjtc.c:126:12: branch_false: following ‘false’ branch (when ‘bitData’ is non-NULL)...
ghostscript-10.06.0/devices/gdevdjtc.c:126:12: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:129:22: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevdjtc.c:215:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:215:5: call_function: calling ‘gp_fputs’ from ‘djet500c_print_page’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def54]
ghostscript-10.06.0/base/gp.h:331:12: warning[-Wanalyzer-malloc-leak]: leak of ‘indata1’
ghostscript-10.06.0/devices/gdevtknk.c:125:1: enter_function: entry to ‘tekink_print_page’
ghostscript-10.06.0/devices/gdevtknk.c:144:21: acquire_memory: allocated here
ghostscript-10.06.0/devices/gdevtknk.c:145:8: branch_false: following ‘false’ branch (when ‘indata1’ is non-NULL)...
ghostscript-10.06.0/devices/gdevtknk.c:148:15: branch_false: ...to here
ghostscript-10.06.0/devices/gdevtknk.c:160:22: branch_false: following ‘false’ branch (when ‘scan_line >= scan_lines’)...
ghostscript-10.06.0/devices/gdevtknk.c:160:22: branch_false: ...to here
ghostscript-10.06.0/devices/gdevtknk.c:251:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevtknk.c:255:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevtknk.c:255:8: branch_true: following ‘true’ branch (when the strings are equal)...
ghostscript-10.06.0/devices/gdevtknk.c:256:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevtknk.c:256:9: call_function: calling ‘gp_fputs’ from ‘tekink_print_page’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def55]
ghostscript-10.06.0/base/gp_unifs.c:142:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
ghostscript-10.06.0/base/gp_unifs.c:95:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unifs.c:97:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unifs.c:115:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unifs.c:125:14: branch_false: ...to here
ghostscript-10.06.0/base/gp_unifs.c:125:14: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unifs.c:126:12: branch_false: following ‘false’ branch (when ‘fp’ is non-NULL)...
ghostscript-10.06.0/base/gp_unifs.c:146:1: branch_false: ...to here
ghostscript-10.06.0/base/gp_unifs.c:141:8: branch_true: following ‘true’ branch (when ‘remove != 0’)...
ghostscript-10.06.0/base/gp_unifs.c:142:9: branch_true: ...to here
ghostscript-10.06.0/base/gp_unifs.c:142:9: throw: if ‘unlink’ throws an exception...
ghostscript-10.06.0/base/gp_unifs.c:142:9: danger: ‘fp’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def56]
ghostscript-10.06.0/base/gp_unifs.c:529:13: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(work)’
ghostscript-10.06.0/base/gp_unifs.c:499:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unifs.c:502:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unifs.c:502:8: branch_true: following ‘true’ branch (when ‘worklen == 0’)...
ghostscript-10.06.0/base/gp_unifs.c:503:34: branch_true: ...to here
ghostscript-10.06.0/base/gp_unifs.c:514:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unifs.c:518:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unifs.c:518:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gp_unifs.c:523:19: branch_true: ...to here
ghostscript-10.06.0/base/gp_unifs.c:523:19: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unifs.c:524:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unifs.c:529:13: branch_false: ...to here
ghostscript-10.06.0/base/gp_unifs.c:529:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unifs.c:552:24: branch_false: ...to here
ghostscript-10.06.0/base/gp_unifs.c:552:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gp_unifs.c:567:17: branch_true: ...to here
ghostscript-10.06.0/base/gp_unifs.c:567:17: throw: if the called function throws an exception...
ghostscript-10.06.0/base/gp_unifs.c:529:13: danger: ‘opendir(work)’ leaks here; was allocated at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def57]
ghostscript-10.06.0/base/gp_unix.c:340:17: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:340:17: throw: if ‘FcInitLoadConfigAndFonts’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:340:17: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def58]
ghostscript-10.06.0/base/gp_unix.c:348:16: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:348:16: throw: if ‘FcConfigGetFontDirs’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:348:16: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
ghostscript-10.06.0/base/gp_unix.c:350:9: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gp_unix.c:350:9: branch_true: ...to here
ghostscript-10.06.0/base/gp_unix.c:350:9: throw: if ‘FcConfigDestroy’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:350:9: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def60]
ghostscript-10.06.0/base/gp_unix.c:359:22: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:359:22: throw: if ‘FcStrListNext’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:359:22: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def61]
ghostscript-10.06.0/base/gp_unix.c:364:16: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:359:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gp_unix.c:364:16: throw: if ‘gs_add_control_path’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:364:16: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def62]
ghostscript-10.06.0/base/gp_unix.c:366:5: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:366:5: throw: if ‘FcStrListDone’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:366:5: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def63]
ghostscript-10.06.0/base/gp_unix.c:368:9: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:359:12: branch_true: following ‘true’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gp_unix.c:361:9: branch_true: ...to here
ghostscript-10.06.0/base/gp_unix.c:367:8: branch_true: following ‘true’ branch (when ‘code < 0’)...
ghostscript-10.06.0/base/gp_unix.c:368:9: branch_true: ...to here
ghostscript-10.06.0/base/gp_unix.c:368:9: throw: if ‘FcConfigDestroy’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:368:9: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
ghostscript-10.06.0/base/gp_unix.c:374:11: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:367:8: branch_false: following ‘false’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gp_unix.c:374:11: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:374:11: throw: if ‘FcPatternBuild’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:374:11: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def65]
ghostscript-10.06.0/base/gp_unix.c:381:10: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:367:8: branch_false: following ‘false’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gp_unix.c:374:11: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:381:10: throw: if ‘FcObjectSetBuild’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:381:10: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def66]
ghostscript-10.06.0/base/gp_unix.c:390:24: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:367:8: branch_false: following ‘false’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gp_unix.c:374:11: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:390:24: throw: if ‘FcFontList’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:390:24: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def67]
ghostscript-10.06.0/base/gp_unix.c:391:5: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:367:8: branch_false: following ‘false’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gp_unix.c:374:11: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:391:5: throw: if ‘FcPatternDestroy’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:391:5: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
ghostscript-10.06.0/base/gp_unix.c:392:5: warning[-Wanalyzer-malloc-leak]: leak of ‘state’
ghostscript-10.06.0/base/gp_unix.c:330:32: acquire_memory: allocated here
ghostscript-10.06.0/base/gp_unix.c:331:8: branch_false: following ‘false’ branch (when ‘state’ is non-NULL)...
ghostscript-10.06.0/base/gp_unix.c:334:5: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:341:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:348:16: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gp_unix.c:349:8: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:367:8: branch_false: following ‘false’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gp_unix.c:374:11: branch_false: ...to here
ghostscript-10.06.0/base/gp_unix.c:392:5: throw: if ‘FcObjectSetDestroy’ throws an exception...
ghostscript-10.06.0/base/gp_unix.c:392:5: danger: ‘state’ leaks here; was allocated at [(1)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-190): [#def69]
ghostscript-10.06.0/base/gsalloc.c:763: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def70]
ghostscript-10.06.0/base/gsalloc.c:1834: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def71]
ghostscript-10.06.0/base/gsalloc.c:1845: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def72]
ghostscript-10.06.0/base/gsalloc.c:1860: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def73]
ghostscript-10.06.0/base/gsalloc.c:1908: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def74]
ghostscript-10.06.0/base/gsalloc.c:2223:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘num_free[i]’
ghostscript-10.06.0/base/gsalloc.c:2198:24: branch_true: following ‘true’ branch (when ‘cur != top’)...
ghostscript-10.06.0/base/gsalloc.c:2202:9: branch_true: ...to here
ghostscript-10.06.0/base/gsalloc.c:2203:13: branch_true: following ‘true’ branch (when ‘size <= 800’)...
ghostscript-10.06.0/base/gsalloc.c:2204:14: branch_true: ...to here
ghostscript-10.06.0/base/gsalloc.c:2205:12: branch_false: following ‘false’ branch (when ‘smallest <= i’)...
ghostscript-10.06.0/base/gsalloc.c:2218:12: branch_false: ...to here
ghostscript-10.06.0/base/gsalloc.c:2218:12: branch_true: following ‘true’ branch (when ‘largest < i’)...
ghostscript-10.06.0/base/gsalloc.c:2219:16: branch_true: ...to here
ghostscript-10.06.0/base/gsalloc.c:2219:16: branch_false: following ‘false’ branch (when ‘largest < 0’)...
ghostscript-10.06.0/base/gsalloc.c:2223:9: branch_false: ...to here
ghostscript-10.06.0/base/gsalloc.c:2223:9: danger: use of uninitialized value ‘num_free[i]’ here
Error: CPPCHECK_WARNING (CWE-190): [#def75]
ghostscript-10.06.0/base/gsalloc.c:2245: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def76]
ghostscript-10.06.0/base/gsalloc.c:2261: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def77]
ghostscript-10.06.0/base/gsalloc.c:2264: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def78]
ghostscript-10.06.0/base/gsalloc.c:2317: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: COMPILER_WARNING: [#def79]
ghostscript-10.06.0/base/gscdevn.c: scope_hint: In function ‘gx_check_process_names_DeviceN’
ghostscript-10.06.0/base/gscdevn.c:683:31: warning[-Wunused-but-set-variable=]: variable ‘num_other’ set but not used
Error: CPPCHECK_WARNING (CWE-562): [#def80]
ghostscript-10.06.0/base/gscrdp.c:567: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-457): [#def81]
ghostscript-10.06.0/base/gsdevmem.c:188: error[uninitvar]: Uninitialized variable: palette
Error: CPPCHECK_WARNING (CWE-457): [#def82]
ghostscript-10.06.0/base/gsfunc0.c:1069: warning[uninitvar]: Uninitialized variable: TT0
Error: CPPCHECK_WARNING (CWE-457): [#def83]
ghostscript-10.06.0/base/gsfunc0.c:1069: warning[uninitvar]: Uninitialized variable: TT1
Error: COMPILER_WARNING: [#def84]
ghostscript-10.06.0/base/gsgcache.c: scope_hint: In function ‘gs_glyph_cache_elem__locate’
ghostscript-10.06.0/base/gsgcache.c:136:9: warning[-Wunused-but-set-variable=]: variable ‘count’ set but not used
Error: COMPILER_WARNING: [#def85]
ghostscript-10.06.0/base/gsicc_cache.c:1556:44: warning[-Wunused-but-set-variable=]: variable ‘num_process’ set but not used
Error: COMPILER_WARNING: [#def86]
ghostscript-10.06.0/base/gsicc_cache.c: scope_hint: In function ‘gsicc_support_named_color’
ghostscript-10.06.0/base/gsicc_cache.c:1556:59: warning[-Wunused-but-set-variable=]: variable ‘num_other’ set but not used
Error: CPPCHECK_WARNING (CWE-562): [#def87]
ghostscript-10.06.0/base/gsicc_create.c:1546: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def88]
ghostscript-10.06.0/base/gsicc_create.c:1577: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def89]
ghostscript-10.06.0/base/gsicc_create.c:1655: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-562): [#def90]
ghostscript-10.06.0/base/gsicc_create.c:2152: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def91]
ghostscript-10.06.0/base/gsicc_manage.c:577:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘profile_data’
ghostscript-10.06.0/base/gsicc_manage.c:576:13: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gsicc_manage.c:576:13: branch_true: ...to here
ghostscript-10.06.0/base/gsicc_manage.c:577:13: danger: dereference of NULL ‘profile_data’
Error: COMPILER_WARNING (CWE-457): [#def92]
ghostscript-10.06.0/base/gsicc_manage.c:856:59: warning[-Wmaybe-uninitialized]: ‘icc_profile’ may be used uninitialized
ghostscript-10.06.0/base/gsicc_manage.c: scope_hint: In function ‘gs_setsrcgtagicc’
ghostscript-10.06.0/base/gsicc_manage.c:648:20: note: ‘icc_profile’ was declared here
Error: GCC_ANALYZER_WARNING: [#def93]
ghostscript-10.06.0/base/gsiorom.c:235:13: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’
ghostscript-10.06.0/base/gsiorom.c:140:1: enter_function: entry to ‘s_block_read_seek’
ghostscript-10.06.0/base/gsiorom.c:147:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gsiorom.c:159:30: call_function: calling ‘s_block_read_process’ from ‘s_block_read_seek’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def94]
ghostscript-10.06.0/base/gsmalloc.c:131:20: warning[-Wanalyzer-malloc-leak]: leak of ‘mem’
ghostscript-10.06.0/base/gsmalloc.c:115:31: acquire_memory: allocated here
ghostscript-10.06.0/base/gsmalloc.c:117:8: branch_false: following ‘false’ branch (when ‘mem’ is non-NULL)...
ghostscript-10.06.0/base/gsmalloc.c:120:5: branch_false: ...to here
ghostscript-10.06.0/base/gsmalloc.c:131:20: throw: if ‘gx_monitor_alloc’ throws an exception...
ghostscript-10.06.0/base/gsmalloc.c:131:20: danger: ‘mem’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-590): [#def95]
ghostscript-10.06.0/base/gsmalloc.c:366: error[autovarInvalidDeallocation]: Deallocation of an auto-variable ([) results in undefined behaviour.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def96]
ghostscript-10.06.0/base/gsparaml.c:776:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘str’
ghostscript-10.06.0/base/gsparaml.c:1072:5: enter_function: entry to ‘gs_param_list_dump’
ghostscript-10.06.0/base/gsparaml.c:1081:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gsparaml.c:1084:13: branch_true: ...to here
ghostscript-10.06.0/base/gsparaml.c:1084:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gsparaml.c:1088:9: branch_false: ...to here
ghostscript-10.06.0/base/gsparaml.c:1091:16: call_function: inlined call to ‘gs_param_list_to_string’ from ‘gs_param_list_dump’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def97]
ghostscript-10.06.0/base/gsptype1.c:1012:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def98]
ghostscript-10.06.0/base/gsptype1.c:1159:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/base/gsptype1.c:1120:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gsptype1.c:1123:12: branch_false: ...to here
ghostscript-10.06.0/base/gsptype1.c:1124:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gsptype1.c:1127:5: branch_false: ...to here
ghostscript-10.06.0/base/gsptype1.c:1130:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gsptype1.c:1134:20: branch_false: ...to here
ghostscript-10.06.0/base/gsptype1.c:1139:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gsptype1.c:1146:9: branch_false: ...to here
ghostscript-10.06.0/base/gsptype1.c:1154:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gsptype1.c:1159:9: branch_false: ...to here
ghostscript-10.06.0/base/gsptype1.c:1159:9: danger: dereference of NULL ‘<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def99]
ghostscript-10.06.0/base/gssprintf.c:583:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘p’
ghostscript-10.06.0/base/gssprintf.c:1498:5: enter_function: entry to ‘gs_vsprintf’
ghostscript-10.06.0/base/gssprintf.c:1507:10: call_function: calling ‘apr_vformatter’ from ‘gs_vsprintf’
Error: COMPILER_WARNING (CWE-1164): [#def100]
ghostscript-10.06.0/base/gstiffio.c:180:1: warning[-Wunused-function]: ‘gs_tifsWarningHandlerEx’ defined but not used
Error: COMPILER_WARNING (CWE-1164): [#def101]
ghostscript-10.06.0/base/gstiffio.c:196:1: warning[-Wunused-function]: ‘gs_tifsErrorHandlerEx’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-127): [#def102]
ghostscript-10.06.0/base/gstype1.c:198:21: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
ghostscript-10.06.0/base/gstype1.c:158:5: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gstype1.c:160:8: branch_true: ...to here
ghostscript-10.06.0/base/gstype1.c:160:8: branch_true: following ‘true’ branch (when ‘pgd’ is NULL)...
ghostscript-10.06.0/base/gstype1.c:161:9: branch_true: ...to here
ghostscript-10.06.0/base/gstype1.c:214:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gstype1.c:170:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gstype1.c:173:9: branch_false: ...to here
ghostscript-10.06.0/base/gstype1.c:173:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gstype1.c:173:9: branch_true: ...to here
ghostscript-10.06.0/base/gstype1.c:174:12: branch_true: following ‘true’ branch (when ‘c <= 31’)...
ghostscript-10.06.0/base/gstype1.c:187:13: branch_true: ...to here
ghostscript-10.06.0/base/gstype1.c:197:17: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gstype1.c:198:21: branch_false: ...to here
ghostscript-10.06.0/base/gstype1.c:198:21: danger: out-of-bounds read from byte -4 till byte -1 but ‘cstack’ starts at byte 0
Error: GCC_ANALYZER_WARNING (CWE-127): [#def103]
ghostscript-10.06.0/base/gstype2.c:234:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
ghostscript-10.06.0/base/gstype2.c:172:5: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gstype2.c:174:8: branch_true: ...to here
ghostscript-10.06.0/base/gstype2.c:174:8: branch_true: following ‘true’ branch (when ‘pgd’ is NULL)...
ghostscript-10.06.0/base/gstype2.c:175:9: branch_true: ...to here
ghostscript-10.06.0/base/gstype2.c:249:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gstype2.c:185:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gstype2.c:188:15: branch_false: ...to here
ghostscript-10.06.0/base/gstype2.c:190:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gstype2.c:190:9: branch_true: ...to here
ghostscript-10.06.0/base/gstype2.c:191:12: branch_false: following ‘false’ branch (when ‘c <= 31’)...
ghostscript-10.06.0/base/gstype2.c:222:9: branch_false: ...to here
ghostscript-10.06.0/base/gstype2.c:232:20: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gstype2.c:233:21: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gstype2.c:234:25: danger: out-of-bounds read from byte -4 till byte -1 but ‘cstack’ starts at byte 0
Error: CPPCHECK_WARNING (CWE-457): [#def104]
ghostscript-10.06.0/base/gstype42.c:826: error[legacyUninitvar]: Uninitialized variable: code
Error: CPPCHECK_WARNING (CWE-476): [#def105]
ghostscript-10.06.0/base/gxblend.c:3508: error[ctunullpointer]: Null pointer dereference: table
Error: CPPCHECK_WARNING (CWE-190): [#def106]
ghostscript-10.06.0/base/gxccman.c:82: error[integerOverflow]: Signed integer overflow for expression '-((((((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8))>8)?(((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8)):8)&((((((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8))>8)?(((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8)):8)-1)?(((int)sizeof(struct cached_char))+((((((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8))>8)?(((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8)):8)-1))/(((((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8))>8)?(((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8)):8)*(((((1<<3)>((8>8)?(8):8))? [...]
ghostscript-10.06.0/base/gxccman.c:82: note: trimmed 1 message(s) with length over 512
Error: CPPCHECK_WARNING (CWE-190): [#def107]
ghostscript-10.06.0/base/gxccman.c:762: error[integerOverflow]: Signed integer overflow for expression '-(((((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8))>8)?(((1<<3)>((8>8)?(8):8))?(1<<3):((8>8)?(8):8)):8)'.
Error: CPPCHECK_WARNING (CWE-190): [#def108]
ghostscript-10.06.0/base/gxccman.c:866: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def109]
ghostscript-10.06.0/base/gxccman.c:867: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: GCC_ANALYZER_WARNING (CWE-835): [#def110]
ghostscript-10.06.0/base/gxchar.c:412:16: warning[-Wanalyzer-infinite-loop]: infinite loop
Error: COMPILER_WARNING: [#def111]
ghostscript-10.06.0/base/gxclimag.c: scope_hint: In function ‘clist_image_plane_data’
ghostscript-10.06.0/base/gxclimag.c:1230:20: warning[-Wunused-but-set-variable=]: variable ‘iy’ set but not used
Error: COMPILER_WARNING: [#def112]
ghostscript-10.06.0/base/gxclipm.c:181:21: warning[-Wunused-but-set-variable=]: variable ‘sdata’ set but not used
ghostscript-10.06.0/base/gxclipm.c:270:5: note: in expansion of macro ‘DECLARE_MASK_COPY’
Error: COMPILER_WARNING: [#def113]
ghostscript-10.06.0/base/gxclipm.c: scope_hint: In function ‘clip_runs_enumerate’
ghostscript-10.06.0/base/gxclipm.c:182:13: warning[-Wunused-but-set-variable=]: variable ‘sx’ set but not used
ghostscript-10.06.0/base/gxclipm.c:270:5: note: in expansion of macro ‘DECLARE_MASK_COPY’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def114]
ghostscript-10.06.0/base/gxclist.c:276:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘hsize’
ghostscript-10.06.0/base/gxclist.c:269:12: branch_false: following ‘false’ branch (when ‘hc <= 2’)...
ghostscript-10.06.0/base/gxclist.c:271:8: branch_false: ...to here
ghostscript-10.06.0/base/gxclist.c:271:8: branch_false: following ‘false’ branch (when ‘hc > 2’)...
ghostscript-10.06.0/base/gxclist.c:273:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclist.c:276:5: danger: use of uninitialized value ‘hsize’ here
Error: COMPILER_WARNING: [#def115]
ghostscript-10.06.0/base/gxclmem.c:951:25: warning[-Wstringop-overflow=]: writing 1 byte into a region of size 0
Error: COMPILER_WARNING: [#def116]
ghostscript-10.06.0/base/gxclmem.c: scope_hint: In function ‘memfile_get_pdata.isra.0’
ghostscript-10.06.0/base/gxclmem.c:951:67: warning[-Wstringop-overflow=]: writing 1 byte into a region of size 0
ghostscript-10.06.0/base/gxclmem.c:21: included_from: Included from here.
ghostscript-10.06.0/base/gxclmem.h:56:10: note: at offset [-2147483647, -1] into destination object ‘data’ of size 16224
Error: GCC_ANALYZER_WARNING (CWE-465): [#def117]
ghostscript-10.06.0/base/gxclmem.c:1167:20: warning[-Wanalyzer-deref-before-check]: check of ‘pphys’ for NULL after already dereferencing it
ghostscript-10.06.0/base/gxclmem.c:1155:8: branch_true: following ‘true’ branch (when ‘bp’ is non-NULL)...
ghostscript-10.06.0/base/gxclmem.c:1157:27: branch_true: ...to here
ghostscript-10.06.0/base/gxclmem.c:1160:30: branch_true: following ‘true’ branch (when ‘tmpbp’ is non-NULL)...
ghostscript-10.06.0/base/gxclmem.c:1161:21: branch_true: ...to here
ghostscript-10.06.0/base/gxclmem.c:1165:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gxclmem.c:1165:12: branch_true: ...to here
ghostscript-10.06.0/base/gxclmem.c:1167:20: danger: pointer ‘pphys’ is checked for NULL here but it was already dereferenced at [(6)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/5)
Error: COMPILER_WARNING: [#def118]
ghostscript-10.06.0/base/gxclmem.h:56:10: note[note]: at offset [-2147483647, -1] into destination object ‘data’ of size 16224
Error: GCC_ANALYZER_WARNING (CWE-457): [#def119]
ghostscript-10.06.0/base/gxclrast.c:1505:36: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘image_info’
ghostscript-10.06.0/base/gxclrast.c:589:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:593:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:616:8: branch_false: following ‘false’ branch (when ‘clipper_dev_open == 0’)...
ghostscript-10.06.0/base/gxclrast.c:619:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:653:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:655:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:659:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:663:12: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:664:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:668:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:680:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:680:9: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:691:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:724:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:724:8: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:728:12: branch_true: following ‘true’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gxclrast.c:731:13: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:1503:28: branch_true: following ‘true’ branch (when ‘data_height == 0’)...
ghostscript-10.06.0/base/gxclrast.c:1505:36: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:1505:36: danger: use of uninitialized value ‘image_info’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def120]
ghostscript-10.06.0/base/gxclrast.c:1540:36: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘image_info’
ghostscript-10.06.0/base/gxclrast.c:589:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:593:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:616:8: branch_false: following ‘false’ branch (when ‘clipper_dev_open == 0’)...
ghostscript-10.06.0/base/gxclrast.c:619:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:653:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:655:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:659:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:663:12: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:664:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:668:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:680:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:680:9: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:691:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:724:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:724:8: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:728:12: branch_true: following ‘true’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gxclrast.c:731:13: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:1538:28: branch_true: following ‘true’ branch (when ‘data_height == 0’)...
ghostscript-10.06.0/base/gxclrast.c:1540:36: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:1540:36: danger: use of uninitialized value ‘image_info’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def121]
ghostscript-10.06.0/base/gxclrast.c:3420:64: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘vs[1]’
ghostscript-10.06.0/base/gxclrast.c:511:1: enter_function: entry to ‘clist_playback_band’
ghostscript-10.06.0/base/gxclrast.c:589:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:593:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:616:8: branch_false: following ‘false’ branch (when ‘clipper_dev_open == 0’)...
ghostscript-10.06.0/base/gxclrast.c:619:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:653:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:655:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:659:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:663:12: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:664:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:668:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:680:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:680:9: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:691:5: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:724:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:724:8: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:728:12: branch_true: following ‘true’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/gxclrast.c:731:13: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:739:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gxclrast.c:740:17: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:740:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gxclrast.c:741:28: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:741:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:752:15: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:2032:20: branch_true: following ‘true’ branch (when ‘op == 241’)...
ghostscript-10.06.0/base/gxclrast.c:2033:21: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:1967:24: branch_true: following ‘true’ branch (when ‘in_path == 0’)...
ghostscript-10.06.0/base/gxclrast.c:1968:34: branch_true: ...to here
ghostscript-10.06.0/base/gxclrast.c:1975:33: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclrast.c:2025:28: branch_false: ...to here
ghostscript-10.06.0/base/gxclrast.c:2025:28: call_function: calling ‘clist_decode_segment’ from ‘clist_playback_band’
Error: CPPCHECK_WARNING (CWE-457): [#def122]
ghostscript-10.06.0/base/gxclread.c:787: warning[uninitvar]: Uninitialized variable: lines_rasterized
Error: CPPCHECK_WARNING (CWE-457): [#def123]
ghostscript-10.06.0/base/gxclthrd.c:906: warning[uninitvar]: Uninitialized variable: code
Error: GCC_ANALYZER_WARNING (CWE-457): [#def124]
ghostscript-10.06.0/base/gxclthrd.c:906:8: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘code’
ghostscript-10.06.0/base/gxclthrd.c:868:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxclthrd.c:906:8: branch_false: ...to here
ghostscript-10.06.0/base/gxclthrd.c:906:8: danger: use of uninitialized value ‘code’ here
Error: CPPCHECK_WARNING (CWE-457): [#def125]
ghostscript-10.06.0/base/gxcmap.c:2496: error[legacyUninitvar]: Uninitialized variable: cv_frac[i]
Error: GCC_ANALYZER_WARNING (CWE-476): [#def126]
ghostscript-10.06.0/base/gxcpath.c:991:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rp’
ghostscript-10.06.0/base/gxcpath.c:509:1: enter_function: entry to ‘gx_cpath_to_path’
ghostscript-10.06.0/base/gxcpath.c:511:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gxcpath.c:515:9: branch_true: ...to here
ghostscript-10.06.0/base/gxcpath.c:516:16: call_function: calling ‘gx_cpath_to_path_synthesize’ from ‘gx_cpath_to_path’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def127]
ghostscript-10.06.0/base/gxcpath.c:1037:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rp’
ghostscript-10.06.0/base/gxcpath.c:509:1: enter_function: entry to ‘gx_cpath_to_path’
ghostscript-10.06.0/base/gxcpath.c:511:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gxcpath.c:515:9: branch_true: ...to here
ghostscript-10.06.0/base/gxcpath.c:516:16: call_function: calling ‘gx_cpath_to_path_synthesize’ from ‘gx_cpath_to_path’
Error: COMPILER_WARNING: [#def128]
ghostscript-10.06.0/base/gxctable.c: scope_hint: In function ‘gx_color_interpolate_nearest’
ghostscript-10.06.0/base/gxctable.c:35:28: warning[-Wunused-but-set-variable=]: variable ‘table’ set but not used
Error: CPPCHECK_WARNING (CWE-758): [#def129]
ghostscript-10.06.0/base/gxfill.c:522: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING: [#def130]
ghostscript-10.06.0/base/gxht_thresh.c:1089:29: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’
ghostscript-10.06.0/base/gxht_thresh.c:1016:29: branch_true: following ‘true’ branch (when ‘j < spp_out’)...
ghostscript-10.06.0/base/gxht_thresh.c:1017:32: branch_true: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1024:24: branch_false: following ‘false’ branch (when ‘threshold’ is non-NULL)...
ghostscript-10.06.0/base/gxht_thresh.c:1027:37: branch_false: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1060:24: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxht_thresh.c:1060:24: branch_false: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1067:34: branch_false: following ‘false’ branch (when ‘jj >= init_tile’)...
ghostscript-10.06.0/base/gxht_thresh.c:1083:24: branch_false: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1083:24: branch_true: following ‘true’ branch (when ‘replicate_tile != 0’)...
ghostscript-10.06.0/base/gxht_thresh.c:1086:34: branch_true: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1088:38: branch_true: following ‘true’ branch (when ‘jj < num_tiles’)...
ghostscript-10.06.0/base/gxht_thresh.c:1089:59: branch_true: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1089:29: danger: overlapping buffers passed as arguments to ‘memcpy’
Error: GCC_ANALYZER_WARNING: [#def131]
ghostscript-10.06.0/base/gxht_thresh.c:1093:25: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’
ghostscript-10.06.0/base/gxht_thresh.c:1016:29: branch_true: following ‘true’ branch (when ‘j < spp_out’)...
ghostscript-10.06.0/base/gxht_thresh.c:1017:32: branch_true: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1024:24: branch_false: following ‘false’ branch (when ‘threshold’ is non-NULL)...
ghostscript-10.06.0/base/gxht_thresh.c:1027:37: branch_false: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1060:24: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxht_thresh.c:1060:24: branch_false: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1067:34: branch_false: following ‘false’ branch (when ‘jj >= init_tile’)...
ghostscript-10.06.0/base/gxht_thresh.c:1083:24: branch_false: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1083:24: branch_true: following ‘true’ branch (when ‘replicate_tile != 0’)...
ghostscript-10.06.0/base/gxht_thresh.c:1086:34: branch_true: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1088:38: branch_false: following ‘false’ branch (when ‘jj >= num_tiles’)...
ghostscript-10.06.0/base/gxht_thresh.c:1093:55: branch_false: ...to here
ghostscript-10.06.0/base/gxht_thresh.c:1093:25: danger: overlapping buffers passed as arguments to ‘memcpy’
Error: GCC_ANALYZER_WARNING (CWE-835): [#def132]
ghostscript-10.06.0/base/gxi12bit.c:520:13: warning[-Wanalyzer-infinite-loop]: infinite loop
ghostscript-10.06.0/base/gxi12bit.c:520:13: danger: infinite loop here
ghostscript-10.06.0/base/gxi12bit.c:520:13: branch_true: when ‘curr_pos < bufend’: always following ‘true’ branch...
ghostscript-10.06.0/base/gxi12bit.c:520:13: branch_true: ...to here
ghostscript-10.06.0/base/gxi12bit.c:521:22: branch_false: when ‘k >= spp’: always following ‘false’ branch...
ghostscript-10.06.0/base/gxi12bit.c:521:22: branch_false: ...to here
Error: GCC_ANALYZER_WARNING (CWE-835): [#def133]
ghostscript-10.06.0/base/gxi12bit.c:559:13: warning[-Wanalyzer-infinite-loop]: infinite loop
ghostscript-10.06.0/base/gxi12bit.c:559:13: danger: infinite loop here
ghostscript-10.06.0/base/gxi12bit.c:559:13: branch_true: when ‘curr_pos < bufend’: always following ‘true’ branch...
ghostscript-10.06.0/base/gxi12bit.c:559:13: branch_true: ...to here
ghostscript-10.06.0/base/gxi12bit.c:560:22: branch_false: when ‘k >= spp’: always following ‘false’ branch...
ghostscript-10.06.0/base/gxi12bit.c:560:22: branch_false: ...to here
Error: GCC_ANALYZER_WARNING (CWE-835): [#def134]
ghostscript-10.06.0/base/gxicolor.c:377:13: warning[-Wanalyzer-infinite-loop]: infinite loop
ghostscript-10.06.0/base/gxicolor.c:377:13: danger: infinite loop here
ghostscript-10.06.0/base/gxicolor.c:377:13: branch_true: when ‘curr_pos < bufend’: always following ‘true’ branch...
ghostscript-10.06.0/base/gxicolor.c:377:13: branch_true: ...to here
ghostscript-10.06.0/base/gxicolor.c:378:22: branch_false: when ‘k >= spp’: always following ‘false’ branch...
ghostscript-10.06.0/base/gxicolor.c:378:22: branch_false: ...to here
Error: GCC_ANALYZER_WARNING (CWE-835): [#def135]
ghostscript-10.06.0/base/gxicolor.c:416:13: warning[-Wanalyzer-infinite-loop]: infinite loop
ghostscript-10.06.0/base/gxicolor.c:416:13: danger: infinite loop here
ghostscript-10.06.0/base/gxicolor.c:416:13: branch_true: when ‘curr_pos < bufend’: always following ‘true’ branch...
ghostscript-10.06.0/base/gxicolor.c:416:13: branch_true: ...to here
ghostscript-10.06.0/base/gxicolor.c:417:22: branch_false: when ‘k >= spp’: always following ‘false’ branch...
ghostscript-10.06.0/base/gxicolor.c:417:22: branch_false: ...to here
Error: GCC_ANALYZER_WARNING (CWE-835): [#def136]
ghostscript-10.06.0/base/gximdecode.c:191:12: warning[-Wanalyzer-infinite-loop]: infinite loop
ghostscript-10.06.0/base/gximdecode.c:191:12: danger: infinite loop here
ghostscript-10.06.0/base/gximdecode.c:191:12: branch_true: when ‘curr_pos < bufend’: always following ‘true’ branch...
ghostscript-10.06.0/base/gximdecode.c:191:12: branch_true: ...to here
ghostscript-10.06.0/base/gximdecode.c:192:21: branch_false: when ‘k >= spp’: always following ‘false’ branch...
ghostscript-10.06.0/base/gximdecode.c:192:21: branch_false: ...to here
Error: GCC_ANALYZER_WARNING (CWE-835): [#def137]
ghostscript-10.06.0/base/gximdecode.c:227:12: warning[-Wanalyzer-infinite-loop]: infinite loop
ghostscript-10.06.0/base/gximdecode.c:227:12: danger: infinite loop here
ghostscript-10.06.0/base/gximdecode.c:227:12: branch_true: when ‘curr_pos < bufend’: always following ‘true’ branch...
ghostscript-10.06.0/base/gximdecode.c:227:12: branch_true: ...to here
ghostscript-10.06.0/base/gximdecode.c:228:21: branch_false: when ‘k >= spp’: always following ‘false’ branch...
ghostscript-10.06.0/base/gximdecode.c:228:21: branch_false: ...to here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def138]
ghostscript-10.06.0/base/gximono.c:972:13: warning[-Wanalyzer-jump-through-null]: jump through null pointer
ghostscript-10.06.0/base/gximono.c:425:8: branch_false: following ‘false’ branch (when ‘h != 0’)...
ghostscript-10.06.0/base/gximono.c:433:5: branch_false: ...to here
ghostscript-10.06.0/base/gximono.c:435:8: branch_false: following ‘false’ branch (when ‘masked != 0’)...
ghostscript-10.06.0/base/gximono.c:439:5: branch_false: ...to here
ghostscript-10.06.0/base/gximono.c:451:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gximono.c:947:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gximono.c:948:17: branch_true: ...to here
ghostscript-10.06.0/base/gximono.c:972:13: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gximono.c:972:13: branch_true: ...to here
ghostscript-10.06.0/base/gximono.c:972:13: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gximono.c:972:13: branch_false: ...to here
ghostscript-10.06.0/base/gximono.c:972:13: danger: jump through null pointer here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def139]
ghostscript-10.06.0/base/gximono.c:1169:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘devc_contone[0]’
ghostscript-10.06.0/base/gximono.c:1128:16: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gximono.c:1154:8: branch_false: ...to here
ghostscript-10.06.0/base/gximono.c:1154:8: branch_false: following ‘false’ branch (when ‘flush_buff == 0’)...
ghostscript-10.06.0/base/gximono.c:1154:8: branch_false: ...to here
ghostscript-10.06.0/base/gximono.c:1158:17: branch_false: following ‘false’ branch (when ‘k >= spp_out’)...
ghostscript-10.06.0/base/gximono.c:1167:10: branch_false: ...to here
ghostscript-10.06.0/base/gximono.c:1169:5: danger: use of uninitialized value ‘devc_contone[0]’ here
Error: COMPILER_WARNING (CWE-457): [#def140]
ghostscript-10.06.0/base/gximono.c: scope_hint: In function ‘image_render_mono_ht’
ghostscript-10.06.0/base/gximono.c:1169:23: warning[-Wmaybe-uninitialized]: ‘devc_contone’ may be used uninitialized
ghostscript-10.06.0/base/gximono.c:1040:11: note: ‘devc_contone’ declared here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def141]
ghostscript-10.06.0/base/gxiscale.c:2460:37: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘devc.type’
ghostscript-10.06.0/base/gxiscale.c:2315:1: enter_function: entry to ‘image_render_interpolate_landscape’
ghostscript-10.06.0/base/gxiscale.c:2333:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxiscale.c:2336:9: branch_false: ...to here
ghostscript-10.06.0/base/gxiscale.c:2340:5: call_function: calling ‘initial_decode’ from ‘image_render_interpolate_landscape’
ghostscript-10.06.0/base/gxiscale.c:2340:5: return_function: returning to ‘image_render_interpolate_landscape’ from ‘initial_decode’
ghostscript-10.06.0/base/gxiscale.c:2366:16: branch_true: following ‘true’ branch (when ‘abs_interp_limit > 1’)...
ghostscript-10.06.0/base/gxiscale.c:2367:17: branch_true: ...to here
ghostscript-10.06.0/base/gxiscale.c:2370:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gxiscale.c:2370:17: branch_true: ...to here
ghostscript-10.06.0/base/gxiscale.c:2380:16: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxiscale.c:2382:17: branch_false: ...to here
ghostscript-10.06.0/base/gxiscale.c:2382:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/gxiscale.c:2383:32: branch_true: ...to here
ghostscript-10.06.0/base/gxiscale.c:2387:20: branch_true: following ‘true’ branch (when ‘abs_interp_limit > 1’)...
ghostscript-10.06.0/base/gxiscale.c:2388:32: branch_true: ...to here
ghostscript-10.06.0/base/gxiscale.c:2388:32: call_function: calling ‘interpolate_scaled_expanded_height’ from ‘image_render_interpolate_landscape’
ghostscript-10.06.0/base/gxiscale.c:2388:32: return_function: returning to ‘image_render_interpolate_landscape’ from ‘interpolate_scaled_expanded_height’
ghostscript-10.06.0/base/gxiscale.c:2394:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/gxiscale.c:2398:26: branch_false: ...to here
ghostscript-10.06.0/base/gxiscale.c:2399:20: branch_true: following ‘true’ branch (when ‘color_handler’ is NULL)...
ghostscript-10.06.0/base/gxiscale.c:2400:37: branch_true: ...to here
ghostscript-10.06.0/base/gxiscale.c:2400:37: call_function: calling ‘get_color_handler’ from ‘image_render_interpolate_landscape’
ghostscript-10.06.0/base/gxiscale.c:2400:37: return_function: returning to ‘image_render_interpolate_landscape’ from ‘get_color_handler’
ghostscript-10.06.0/base/gxiscale.c:2401:30: branch_true: following ‘true’ branch (when ‘x < xe’)...
ghostscript-10.06.0/base/gxiscale.c:2402:24: branch_true: ...to here
ghostscript-10.06.0/base/gxiscale.c:2402:24: branch_false: following ‘false’ branch (when ‘color_handler’ is NULL)...
ghostscript-10.06.0/base/gxiscale.c:2423:25: branch_false: ...to here
ghostscript-10.06.0/base/gxiscale.c:2452:28: branch_false: following ‘false’ branch (when ‘abs_interp_limit > 1’)...
ghostscript-10.06.0/base/gxiscale.c:2457:49: branch_false: ...to here
ghostscript-10.06.0/base/gxiscale.c:2459:40: call_function: calling ‘interpolate_scaled_expanded_width’ from ‘image_render_interpolate_landscape’
ghostscript-10.06.0/base/gxiscale.c:2459:40: return_function: returning to ‘image_render_interpolate_landscape’ from ‘interpolate_scaled_expanded_width’
ghostscript-10.06.0/base/gxiscale.c:2460:37: danger: use of uninitialized value ‘devc.type’ here
Error: COMPILER_WARNING (CWE-457): [#def142]
ghostscript-10.06.0/base/gxshade6.c:1438:35: warning[-Wmaybe-uninitialized]: ‘d0001’ may be used uninitialized
ghostscript-10.06.0/base/gxshade6.c: scope_hint: In function ‘fill_quadrangle.isra.0’
ghostscript-10.06.0/base/gxshade6.c:3297:19: note: ‘d0001’ declared here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def143]
ghostscript-10.06.0/base/pack_ps.c:76:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(infilename, "r")’
ghostscript-10.06.0/base/pack_ps.c:246:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:279:12: branch_true: following ‘true’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:280:17: branch_true: ...to here
ghostscript-10.06.0/base/pack_ps.c:317:8: branch_false: following ‘false’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:321:22: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:328:14: acquire_resource: opened here
ghostscript-10.06.0/base/pack_ps.c:329:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:333:15: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:334:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:341:34: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:349:12: call_function: calling ‘readline’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def144]
ghostscript-10.06.0/base/pack_ps.c:76:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(outfilename, "w")’
ghostscript-10.06.0/base/pack_ps.c:246:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:279:12: branch_true: following ‘true’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:280:17: branch_true: ...to here
ghostscript-10.06.0/base/pack_ps.c:317:8: branch_false: following ‘false’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:321:22: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:329:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:333:15: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:333:15: acquire_resource: opened here
ghostscript-10.06.0/base/pack_ps.c:334:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:341:34: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:349:12: call_function: calling ‘readline’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def145]
ghostscript-10.06.0/base/pack_ps.c:76:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(infilename, "r")’
ghostscript-10.06.0/base/pack_ps.c:246:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:279:12: branch_true: following ‘true’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:280:17: branch_true: ...to here
ghostscript-10.06.0/base/pack_ps.c:317:8: branch_false: following ‘false’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:321:22: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:328:14: acquire_memory: allocated here
ghostscript-10.06.0/base/pack_ps.c:329:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:333:15: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:334:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:341:34: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:349:12: call_function: calling ‘readline’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def146]
ghostscript-10.06.0/base/pack_ps.c:76:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(outfilename, "w")’
ghostscript-10.06.0/base/pack_ps.c:246:1: enter_function: entry to ‘main’
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:279:12: branch_true: following ‘true’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:280:17: branch_true: ...to here
ghostscript-10.06.0/base/pack_ps.c:317:8: branch_false: following ‘false’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:321:22: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:329:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:333:15: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:333:15: acquire_memory: allocated here
ghostscript-10.06.0/base/pack_ps.c:334:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:341:34: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:349:12: call_function: calling ‘readline’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def147]
ghostscript-10.06.0/base/pack_ps.c:347:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(infilename, "r")’
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:279:12: branch_true: following ‘true’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:280:17: branch_true: ...to here
ghostscript-10.06.0/base/pack_ps.c:317:8: branch_false: following ‘false’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:321:22: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:328:14: acquire_resource: opened here
ghostscript-10.06.0/base/pack_ps.c:329:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:333:15: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:334:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:341:34: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:347:5: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/pack_ps.c:347:5: danger: ‘fopen(infilename, "r")’ leaks here; was opened at [(7)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def148]
ghostscript-10.06.0/base/pack_ps.c:347:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(outfilename, "w")’
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:279:12: branch_true: following ‘true’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:280:17: branch_true: ...to here
ghostscript-10.06.0/base/pack_ps.c:317:8: branch_false: following ‘false’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:321:22: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:329:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:333:15: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:333:15: acquire_resource: opened here
ghostscript-10.06.0/base/pack_ps.c:334:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:341:34: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:347:5: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/pack_ps.c:347:5: danger: ‘fopen(outfilename, "w")’ leaks here; was opened at [(9)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def149]
ghostscript-10.06.0/base/pack_ps.c:347:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(infilename, "r")’
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:279:12: branch_true: following ‘true’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:280:17: branch_true: ...to here
ghostscript-10.06.0/base/pack_ps.c:317:8: branch_false: following ‘false’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:321:22: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:328:14: acquire_memory: allocated here
ghostscript-10.06.0/base/pack_ps.c:329:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:333:15: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:334:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:341:34: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:347:5: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/pack_ps.c:347:5: danger: ‘fopen(infilename, "r")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def150]
ghostscript-10.06.0/base/pack_ps.c:347:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(outfilename, "w")’
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: following ‘false’ branch (when ‘argc > 1’)...
ghostscript-10.06.0/base/pack_ps.c:273:8: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:279:12: branch_true: following ‘true’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:280:17: branch_true: ...to here
ghostscript-10.06.0/base/pack_ps.c:317:8: branch_false: following ‘false’ branch (when ‘argc > atarg’)...
ghostscript-10.06.0/base/pack_ps.c:321:22: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:329:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:333:15: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:333:15: acquire_memory: allocated here
ghostscript-10.06.0/base/pack_ps.c:334:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/pack_ps.c:341:34: branch_false: ...to here
ghostscript-10.06.0/base/pack_ps.c:347:5: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/base/pack_ps.c:347:5: danger: ‘fopen(outfilename, "w")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/8)
Error: CPPCHECK_WARNING (CWE-457): [#def151]
ghostscript-10.06.0/base/sdcparam.c:152: warning[uninitvar]: Uninitialized variable: comp_info
Error: COMPILER_WARNING (CWE-563): [#def152]
ghostscript-10.06.0/base/sdctc.c: scope_hint: In function ‘stream_dct_end_passthrough’
ghostscript-10.06.0/base/sdctc.c:89:10: warning[-Wunused-variable]: unused variable ‘EOI’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def153]
ghostscript-10.06.0/base/sfilter2.c:206:32: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘buf[1]’
ghostscript-10.06.0/base/sfilter2.c:182:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/sfilter2.c:184:22: branch_true: following ‘true’ branch (when ‘count != 0’)...
ghostscript-10.06.0/base/sfilter2.c:184:40: branch_true: ...to here
ghostscript-10.06.0/base/sfilter2.c:196:26: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/sfilter2.c:197:27: branch_true: ...to here
ghostscript-10.06.0/base/sfilter2.c:196:26: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/sfilter2.c:205:17: branch_false: ...to here
ghostscript-10.06.0/base/sfilter2.c:205:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/base/sfilter2.c:206:32: danger: use of uninitialized value ‘buf[1]’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def154]
ghostscript-10.06.0/base/slzwd.c:371:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘b’
ghostscript-10.06.0/base/slzwd.c:132:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/slzwd.c:136:8: branch_false: ...to here
ghostscript-10.06.0/base/slzwd.c:136:8: branch_true: following ‘true’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/base/slzwd.c:137:13: branch_true: ...to here
ghostscript-10.06.0/base/slzwd.c:150:16: branch_false: following ‘false’ branch (when ‘n < 0’)...
ghostscript-10.06.0/base/slzwd.c:154:13: branch_false: ...to here
ghostscript-10.06.0/base/slzwd.c:154:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/slzwd.c:158:9: branch_false: ...to here
ghostscript-10.06.0/base/slzwd.c:161:12: branch_false: following ‘false’ branch (when ‘c != eod’)...
ghostscript-10.06.0/base/slzwd.c:161:12: branch_false: ...to here
ghostscript-10.06.0/base/slzwd.c:165:20: branch_false: following ‘false’ branch (when ‘c == eod’)...
ghostscript-10.06.0/base/slzwd.c:168:9: branch_false: ...to here
ghostscript-10.06.0/base/slzwd.c:324:16: branch_true: following ‘true’ branch (when ‘prev_code >= 0’)...
ghostscript-10.06.0/base/slzwd.c:330:21: branch_true: ...to here
ghostscript-10.06.0/base/slzwd.c:330:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/base/slzwd.c:370:20: branch_false: ...to here
ghostscript-10.06.0/base/slzwd.c:370:20: branch_true: following ‘true’ branch (when ‘next_code <= 4095’)...
ghostscript-10.06.0/base/slzwd.c:371:21: branch_true: ...to here
ghostscript-10.06.0/base/slzwd.c:371:21: danger: use of uninitialized value ‘b’ here
Error: CPPCHECK_WARNING (CWE-457): [#def155]
ghostscript-10.06.0/base/spsdf.c:102: error[uninitvar]: Uninitialized variable: buf
Error: GCC_ANALYZER_WARNING (CWE-401): [#def156]
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:503:20: warning[-Wanalyzer-malloc-leak]: leak of ‘dict’
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:485:6: branch_true: following ‘true’ branch...
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:486:37: branch_true: ...to here
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:486:37: acquire_memory: allocated here
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:491:6: branch_false: following ‘false’ branch (when ‘dict’ is non-NULL)...
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:496:3: branch_false: ...to here
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:503:20: throw: if ‘BrotliGetDictionary’ throws an exception...
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:503:20: danger: ‘dict’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def157]
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:504:25: warning[-Wanalyzer-malloc-leak]: leak of ‘dict’
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:485:6: branch_true: following ‘true’ branch...
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:486:37: branch_true: ...to here
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:486:37: acquire_memory: allocated here
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:491:6: branch_false: following ‘false’ branch (when ‘dict’ is non-NULL)...
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:496:3: branch_false: ...to here
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:504:25: throw: if ‘BrotliGetTransforms’ throws an exception...
ghostscript-10.06.0/brotli/c/common/shared_dictionary.c:504:25: danger: ‘dict’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def158]
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:51:32: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘nodes’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:797:6: enter_function: entry to ‘BrotliCreateZopfliBackwardReferences’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:802:23: branch_false: following ‘false’ branch (when ‘num_bytes == 18446744073709551615’)...
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:804:3: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:804:3: call_function: inlined call to ‘BrotliInitZopfliNodes’ from ‘BrotliCreateZopfliBackwardReferences’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def159]
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:224:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘literal_costs’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:707:8: enter_function: entry to ‘BrotliZopfliComputeShortestPath’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:730:3: call_function: calling ‘InitZopfliCostModel’ from ‘BrotliZopfliComputeShortestPath’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:730:3: return_function: returning to ‘BrotliZopfliComputeShortestPath’ from ‘InitZopfliCostModel’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:732:3: call_function: calling ‘ZopfliCostModelSetFromLiteralCosts’ from ‘BrotliZopfliComputeShortestPath’
Error: CPPCHECK_WARNING (CWE-476): [#def160]
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:611: error[ctunullpointer]: Null pointer dereference: nodes
Error: CPPCHECK_WARNING (CWE-476): [#def161]
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:611: warning[nullPointer]: Possible null pointer dereference: nodes
Error: CPPCHECK_WARNING (CWE-476): [#def162]
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:728: warning[nullPointer]: Possible null pointer dereference: nodes
Error: GCC_ANALYZER_WARNING (CWE-476): [#def163]
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:728:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘nodes’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:797:6: enter_function: entry to ‘BrotliCreateZopfliBackwardReferences’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:802:23: branch_false: following ‘false’ branch (when ‘num_bytes == 18446744073709551615’)...
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:804:3: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:804:3: call_function: inlined call to ‘BrotliInitZopfliNodes’ from ‘BrotliCreateZopfliBackwardReferences’
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:805:20: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:805:20: call_function: calling ‘BrotliZopfliComputeShortestPath’ from ‘BrotliCreateZopfliBackwardReferences’
Error: CPPCHECK_WARNING (CWE-476): [#def164]
ghostscript-10.06.0/brotli/c/enc/backward_references_hq.c:729: warning[nullPointer]: Possible null pointer dereference: nodes
Error: GCC_ANALYZER_WARNING (CWE-688): [#def165]
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:64:7: warning[-Wanalyzer-null-argument]: use of NULL ‘literals’ where non-null expected
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:125:6: enter_function: entry to ‘BrotliSplitBlock’
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:136:29: call_function: inlined call to ‘CountLiterals’ from ‘BrotliSplitBlock’
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:137:25: branch_false: following ‘false’ branch (when ‘total_length == 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:140:5: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:140:5: call_function: calling ‘CopyLiteralsToByteArray’ from ‘BrotliSplitBlock’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def166]
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:70:7: warning[-Wanalyzer-null-argument]: use of NULL ‘literals’ where non-null expected
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:125:6: enter_function: entry to ‘BrotliSplitBlock’
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:136:29: call_function: inlined call to ‘CountLiterals’ from ‘BrotliSplitBlock’
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:137:25: branch_false: following ‘false’ branch (when ‘total_length == 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:140:5: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter.c:140:5: call_function: calling ‘CopyLiteralsToByteArray’ from ‘BrotliSplitBlock’
Error: CPPCHECK_WARNING (CWE-682): [#def167]
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:232: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def168]
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:233: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def169]
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:234: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def170]
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:236: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-476): [#def171]
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:247: warning[nullPointer]: Possible null pointer dereference: u32
Error: GCC_ANALYZER_WARNING (CWE-688): [#def172]
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:247:3: warning[-Wanalyzer-null-argument]: use of NULL ‘u32’ where non-null expected
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:201:13: enter_function: entry to ‘ClusterBlocksCommand’
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:206:33: branch_true: following ‘true’ branch (when ‘num_blocks != 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:206:33: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:208:7: branch_false: following ‘false’ branch (when ‘num_blocks == 18446744073709551360’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:210:7: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:214:7: branch_false: following ‘false’ branch (when ‘expected_num_clusters == 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:219:31: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:219:31: branch_true: following ‘true’ branch (when ‘num_blocks != 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:219:31: call_function: inlined call to ‘brotli_min_size_t’ from ‘ClusterBlocksCommand’
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:247:3: danger: argument 1 (‘u32’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def173]
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:278:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘u32’
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:201:13: enter_function: entry to ‘ClusterBlocksCommand’
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:206:33: branch_true: following ‘true’ branch (when ‘num_blocks != 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:206:33: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:208:7: branch_false: following ‘false’ branch (when ‘num_blocks == 18446744073709551360’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:210:7: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:214:7: branch_false: following ‘false’ branch (when ‘expected_num_clusters == 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:219:31: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:219:31: branch_true: following ‘true’ branch (when ‘num_blocks != 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:219:31: call_function: inlined call to ‘brotli_min_size_t’ from ‘ClusterBlocksCommand’
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:263:15: branch_true: following ‘true’ branch (when ‘i < num_blocks’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:265:9: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:268:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:270:43: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:272:19: branch_false: following ‘false’ branch (when ‘k >= block_length’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:275:33: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:278:7: danger: dereference of NULL ‘u32 + j * 4’
Error: CPPCHECK_WARNING (CWE-682): [#def174]
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:434: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def175]
ghostscript-10.06.0/brotli/c/enc/cluster_inc.h:214:59: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tmp’
ghostscript-10.06.0/brotli/c/enc/cluster_inc.h:214:59: branch_true: following ‘true’ branch (when ‘length != 0’)...
ghostscript-10.06.0/brotli/c/enc/cluster_inc.h:214:59: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/cluster_inc.h:214:59: branch_false: following ‘false’ branch (when ‘next_index == 0’)...
ghostscript-10.06.0/brotli/c/enc/cluster_inc.h:214:59: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/cluster_inc.h:214:59: branch_true: following ‘true’ branch...
ghostscript-10.06.0/brotli/c/enc/cluster_inc.h:214:59: danger: dereference of NULL ‘tmp + (long unsigned int)next_index * 2192’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def176]
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:90:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:42:6: branch_false: following ‘false’ branch (when ‘slot_bits <= 16’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:43:6: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:43:6: branch_false: following ‘false’ branch (when ‘slot_bits <= bucket_bits’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:44:7: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:44:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:46:10: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:46:10: branch_false: following ‘false’ branch (when ‘alloc_size == 0’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:50:38: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:70:15: branch_true: following ‘true’ branch (when ‘i < num_slots’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:72:15: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:89:10: branch_true: following ‘true’ branch (when ‘overflow == 0’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:90:18: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:90:9: danger: dereference of NULL ‘flat + (long unsigned int)i * 4’
Error: CPPCHECK_WARNING (CWE-476): [#def177]
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:113: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def178]
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:114: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def179]
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:115: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def180]
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:116: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def181]
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:117: warning[nullPointer]: Possible null pointer dereference: result
Error: CPPCHECK_WARNING (CWE-476): [#def182]
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:118: warning[nullPointer]: Possible null pointer dereference: result
Error: GCC_ANALYZER_WARNING (CWE-476): [#def183]
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:132:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:42:6: branch_false: following ‘false’ branch (when ‘slot_bits <= 16’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:43:6: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:43:6: branch_false: following ‘false’ branch (when ‘slot_bits <= bucket_bits’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:44:7: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:44:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:46:10: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:46:10: branch_false: following ‘false’ branch (when ‘alloc_size == 0’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:50:38: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:70:15: branch_false: following ‘false’ branch (when ‘i >= num_slots’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:99:45: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:122:15: branch_false: following ‘false’ branch (when ‘i >= num_slots’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:122:15: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:127:15: branch_true: following ‘true’ branch (when ‘i < num_buckets’)...
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:128:14: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:132:30: release_memory: using NULL here
ghostscript-10.06.0/brotli/c/enc/compound_dictionary.c:132:21: danger: dereference of NULL ‘flat + (long unsigned int)slot * 4’
Error: CPPCHECK_WARNING (CWE-476): [#def184]
ghostscript-10.06.0/brotli/c/enc/encode.c:174: warning[nullPointer]: Possible null pointer dereference: table
Error: GCC_ANALYZER_WARNING (CWE-688): [#def185]
ghostscript-10.06.0/brotli/c/enc/encode.c:1047:9: warning[-Wanalyzer-null-argument]: use of NULL ‘new_commands’ where non-null expected
ghostscript-10.06.0/brotli/c/enc/encode.c:936:20: enter_function: entry to ‘EncodeData’
ghostscript-10.06.0/brotli/c/enc/encode.c:941:41: call_function: inlined call to ‘WrapPosition’ from ‘EncodeData’
ghostscript-10.06.0/brotli/c/enc/encode.c:941:12: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/encode.c:979:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/encode.c:981:7: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/encode.c:981:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/encode.c:982:6: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/encode.c:984:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/encode.c:987:6: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/encode.c:999:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/encode.c:1037:22: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/encode.c:1038:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/brotli/c/enc/encode.c:1042:18: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/encode.c:1044:22: branch_false: following ‘false’ branch (when ‘newsize == 0’)...
ghostscript-10.06.0/brotli/c/enc/encode.c:1046:11: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/encode.c:1046:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/brotli/c/enc/encode.c:1047:62: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/encode.c:1047:9: danger: argument 1 (‘new_commands’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def186]
ghostscript-10.06.0/brotli/c/enc/histogram_inc.h:20:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/brotli/c/enc/metablock.c:338:13: enter_function: entry to ‘InitContextBlockSplitter’
ghostscript-10.06.0/brotli/c/enc/metablock.c:366:3: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/metablock.c:369:3: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:373:17: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/metablock.c:373:3: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:373:3: release_memory: ‘*histograms’ is NULL
ghostscript-10.06.0/brotli/c/enc/metablock.c:374:3: release_memory: ‘*self.histograms_’ is NULL
ghostscript-10.06.0/brotli/c/enc/metablock.c:377:3: call_function: inlined call to ‘ClearHistogramsLiteral’ from ‘InitContextBlockSplitter’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def187]
ghostscript-10.06.0/brotli/c/enc/histogram_inc.h:20:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘histograms’
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:397:13: enter_function: entry to ‘SplitByteVectorLiteral’
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:416:6: branch_false: following ‘false’ branch (when ‘length != 0’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:421:6: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:421:6: branch_false: following ‘false’ branch (when ‘length > 127’)...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:433:16: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:433:16: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:434:20: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/block_splitter_inc.h:437:3: call_function: calling ‘InitialEntropyCodesLiteral’ from ‘SplitByteVectorLiteral’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def188]
ghostscript-10.06.0/brotli/c/enc/metablock.c:434:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘combined_histo’
ghostscript-10.06.0/brotli/c/enc/metablock.c:385:13: enter_function: entry to ‘ContextBlockSplitterFinishBlock’
ghostscript-10.06.0/brotli/c/enc/metablock.c:395:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/metablock.c:414:14: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:414:13: branch_true: following ‘true’ branch...
ghostscript-10.06.0/brotli/c/enc/metablock.c:421:9: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:421:9: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/metablock.c:423:12: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:426:17: branch_true: following ‘true’ branch (when ‘i < num_contexts’)...
ghostscript-10.06.0/brotli/c/enc/metablock.c:427:30: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:429:20: call_function: inlined call to ‘BitsEntropy’ from ‘ContextBlockSplitterFinishBlock’
ghostscript-10.06.0/brotli/c/enc/metablock.c:431:19: branch_true: following ‘true’ branch (when ‘j != 2’)...
ghostscript-10.06.0/brotli/c/enc/metablock.c:432:21: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:434:9: danger: dereference of NULL ‘combined_histo + jx * 1040’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def189]
ghostscript-10.06.0/brotli/c/enc/metablock.c:535:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/brotli/c/enc/metablock.c:528:7: branch_false: following ‘false’ branch...
ghostscript-10.06.0/brotli/c/enc/metablock.c:527:3: branch_false: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:531:15: branch_true: following ‘true’ branch...
ghostscript-10.06.0/brotli/c/enc/metablock.c:532:23: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:534:17: branch_true: following ‘true’ branch (when ‘j != 64’)...
ghostscript-10.06.0/brotli/c/enc/metablock.c:536:38: branch_true: ...to here
ghostscript-10.06.0/brotli/c/enc/metablock.c:535:7: release_memory: ‘*mb.literal_context_map’ is NULL
ghostscript-10.06.0/brotli/c/enc/metablock.c:535:7: danger: dereference of NULL ‘*mb.literal_context_map + ((i << 6) + j) * 4’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def190]
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:381:12: warning[-Wanalyzer-malloc-leak]: leak of ‘get_sysname()’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:807:1: enter_function: entry to ‘escv_beginpage’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:955:23: call_function: calling ‘get_sysname’ from ‘escv_beginpage’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:955:23: return_function: returning to ‘escv_beginpage’ from ‘get_sysname’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:956:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:958:11: branch_true: ...to here
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:958:11: call_function: calling ‘lputs’ from ‘escv_beginpage’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def191]
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:796:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pdest’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:795:13: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:796:7: danger: dereference of NULL ‘pdest’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def192]
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:800:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pdest’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def193]
ghostscript-10.06.0/contrib/gdevln03.c:367:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘c’
ghostscript-10.06.0/contrib/gdevln03.c:291:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/gdevln03.c:293:5: branch_false: ...to here
ghostscript-10.06.0/contrib/gdevln03.c:297:29: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/gdevln03.c:298:9: branch_true: ...to here
ghostscript-10.06.0/contrib/gdevln03.c:304:42: branch_false: following ‘false’ branch (when ‘l < 0’)...
ghostscript-10.06.0/contrib/gdevln03.c:367:12: branch_false: ...to here
ghostscript-10.06.0/contrib/gdevln03.c:367:12: danger: use of uninitialized value ‘c’ here
Error: COMPILER_WARNING (CWE-457): [#def194]
ghostscript-10.06.0/contrib/gdevlx32.c: scope_hint: In function ‘finalizeheader’
ghostscript-10.06.0/contrib/gdevlx32.c:1298:23: warning[-Wmaybe-uninitialized]: ‘offs2’ may be used uninitialized
ghostscript-10.06.0/contrib/gdevlx32.c:1260:13: note: ‘offs2’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def195]
ghostscript-10.06.0/contrib/gdevmd2k.c:387:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘contflag’
ghostscript-10.06.0/contrib/gdevmd2k.c:372:11: branch_true: following ‘true’ branch (when ‘p_in < p_end’)...
ghostscript-10.06.0/contrib/gdevmd2k.c:375:18: branch_true: ...to here
ghostscript-10.06.0/contrib/gdevmd2k.c:376:16: branch_false: following ‘false’ branch (when ‘count >= climit’)...
ghostscript-10.06.0/contrib/gdevmd2k.c:381:12: branch_false: ...to here
ghostscript-10.06.0/contrib/gdevmd2k.c:381:12: branch_false: following ‘false’ branch (when ‘count == 0’)...
ghostscript-10.06.0/contrib/gdevmd2k.c:387:12: branch_false: ...to here
ghostscript-10.06.0/contrib/gdevmd2k.c:387:12: danger: use of uninitialized value ‘contflag’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def196]
ghostscript-10.06.0/contrib/lips4/gdevl4v.c:332:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘c[0]’
Error: CPPCHECK_WARNING (CWE-786): [#def197]
ghostscript-10.06.0/contrib/lips4/gdevl4v.c:470: error[negativeIndex]: Array 'pdev->id_cache[257]' accessed at index -1, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-190): [#def198]
ghostscript-10.06.0/contrib/lips4/gdevl4v.c:1935: error[integerOverflow]: Signed integer overflow for expression '-4'.
Error: CPPCHECK_WARNING (CWE-190): [#def199]
ghostscript-10.06.0/contrib/lips4/gdevl4v.c:1938: error[integerOverflow]: Signed integer overflow for expression '-4'.
Error: CPPCHECK_WARNING (CWE-190): [#def200]
ghostscript-10.06.0/contrib/lips4/gdevl4v.c:2116: error[integerOverflow]: Signed integer overflow for expression '-4'.
Error: CPPCHECK_WARNING (CWE-190): [#def201]
ghostscript-10.06.0/contrib/lips4/gdevl4v.c:2119: error[integerOverflow]: Signed integer overflow for expression '-4'.
Error: GCC_ANALYZER_WARNING (CWE-401): [#def202]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:972:12: warning[-Wanalyzer-malloc-leak]: leak of ‘p’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4981:1: enter_function: entry to ‘opvp_setdash’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4999:8: branch_true: following ‘true’ branch (when ‘count != 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5000:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5000:13: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5001:12: branch_true: following ‘true’ branch (when ‘p’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5001:12: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5002:25: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5012:13: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5012:13: call_function: calling ‘gsopvpSetLineDash’ from ‘opvp_setdash’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def203]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:1001:14: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dumFD’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:2262:1: enter_function: entry to ‘opvp_open’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:2280:12: call_function: calling ‘prepare_open’ from ‘opvp_open’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def204]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:1286:16: warning[-Wanalyzer-malloc-leak]: leak of ‘p’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4981:1: enter_function: entry to ‘opvp_setdash’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4999:8: branch_true: following ‘true’ branch (when ‘count != 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5000:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5000:13: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5001:12: branch_true: following ‘true’ branch (when ‘p’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5001:12: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5002:25: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5012:13: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5012:13: call_function: calling ‘gsopvpSetLineDash’ from ‘opvp_setdash’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def205]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:1494:17: warning[-Wanalyzer-double-free]: double-‘free’ of ‘opvp_p’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5162:1: enter_function: entry to ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5198:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5205:14: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5210:12: branch_true: following ‘true’ branch (when ‘ecode == 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5212:12: branch_true: following ‘true’ branch (when ‘begin != 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5214:23: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5220:17: call_function: inlined call to ‘opvp_realloc’ from ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5227:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5294:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5296:9: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5302:17: call_function: inlined call to ‘opvp_realloc’ from ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5306:27: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5210:12: branch_true: following ‘true’ branch (when ‘ecode == 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5212:12: branch_false: following ‘false’ branch (when ‘begin == 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5230:19: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5230:19: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5232:17: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5232:17: call_function: inlined call to ‘opvp_realloc’ from ‘opvp_vector_dopath’
Error: COMPILER_WARNING: [#def206]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c: scope_hint: In function ‘opvp_gen_page_info’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:1891:48: warning[-Wformat-truncation=]: ‘%s’ directive argument is null
Error: CPPCHECK_WARNING (CWE-476): [#def207]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:1892: error[nullPointer]: Null pointer dereference
Error: GCC_ANALYZER_WARNING (CWE-775): [#def208]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:2247:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dumFD’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:2262:1: enter_function: entry to ‘opvp_open’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:2280:12: call_function: calling ‘prepare_open’ from ‘opvp_open’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def209]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3207:9: warning[-Wanalyzer-malloc-leak]: leak of ‘mybuf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3122:8: branch_false: following ‘false’ branch (when ‘data_x == 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3160:8: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3189:8: branch_true: following ‘true’ branch (when ‘reverse != 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3191:20: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3193:12: branch_true: following ‘true’ branch (when ‘buff == data’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3196:26: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3196:26: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3196:16: branch_false: following ‘false’ branch (when ‘mybuf’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3198:9: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3206:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3207:9: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3207:9: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3207:9: danger: ‘mybuf’ leaks here; was allocated at [(7)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def210]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3316:9: warning[-Wanalyzer-malloc-leak]: leak of ‘mybuf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3284:8: branch_true: following ‘true’ branch (when ‘data_x != 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3286:17: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3292:24: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3293:12: branch_false: following ‘false’ branch (when ‘mybuf’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3297:20: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3299:20: branch_true: following ‘true’ branch (when ‘i < h’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3300:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3299:20: branch_true: following ‘true’ branch (when ‘i < h’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3300:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3315:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3316:9: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3316:9: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3316:9: danger: ‘mybuf’ leaks here; was allocated at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-401): [#def211]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3539: error[memleakOnRealloc]: Common realloc mistake: 'buff' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-401): [#def212]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3542:13: warning[-Wanalyzer-malloc-leak]: leak of ‘realloc(0, (long unsigned int)(vdps.size + 1))’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3510:1: enter_function: entry to ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3540:13: call_function: inlined call to ‘opvp_realloc’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3542:13: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3542:13: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3542:13: danger: ‘realloc(0, (long unsigned int)(vdps.size + 1))’ leaks here; was allocated at [(4)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def213]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3549:13: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3510:1: enter_function: entry to ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3540:13: call_function: inlined call to ‘opvp_realloc’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3545:33: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:13: call_function: calling ‘opvp_alloc_string’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:13: return_function: returning to ‘_put_params’ from ‘opvp_alloc_string’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3549:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3549:13: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3549:13: danger: ‘buf’ leaks here; was allocated at [(6)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def214]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3562:12: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3510:1: enter_function: entry to ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3540:13: call_function: inlined call to ‘opvp_realloc’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3545:33: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:13: call_function: calling ‘opvp_alloc_string’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:13: return_function: returning to ‘_put_params’ from ‘opvp_alloc_string’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3549:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3562:12: throw: if ‘param_read_string’ throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3562:12: danger: ‘buf’ leaks here; was allocated at [(6)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/5)
Error: CPPCHECK_WARNING (CWE-401): [#def215]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3565: error[memleakOnRealloc]: Common realloc mistake: 'buff' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-688): [#def216]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3566:9: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-401): [#def217]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3570:13: warning[-Wanalyzer-malloc-leak]: leak of ‘realloc(buff, (long unsigned int)(pmps.size + 1))’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3510:1: enter_function: entry to ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3568:13: call_function: calling ‘opvp_alloc_string’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3568:13: return_function: returning to ‘_put_params’ from ‘opvp_alloc_string’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3568:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3570:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3570:13: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3570:13: danger: ‘realloc(buff, (long unsigned int)(pmps.size + 1))’ leaks here; was allocated at [(4)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def218]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3578:9: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3510:1: enter_function: entry to ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3540:13: call_function: inlined call to ‘opvp_realloc’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3545:33: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:13: call_function: calling ‘opvp_alloc_string’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:13: return_function: returning to ‘_put_params’ from ‘opvp_alloc_string’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3547:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3549:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3578:9: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3578:9: danger: ‘buf’ leaks here; was allocated at [(6)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/5)
Error: CPPCHECK_WARNING (CWE-401): [#def219]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3586: error[memleakOnRealloc]: Common realloc mistake: 'buff' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-401): [#def220]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3589:13: warning[-Wanalyzer-malloc-leak]: leak of ‘realloc(buff, (long unsigned int)(jips.size + 1))’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3510:1: enter_function: entry to ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3587:13: call_function: inlined call to ‘opvp_realloc’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3589:13: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3589:13: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3589:13: danger: ‘realloc(buff, (long unsigned int)(jips.size + 1))’ leaks here; was allocated at [(4)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def221]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3596:13: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3510:1: enter_function: entry to ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3587:13: call_function: inlined call to ‘opvp_realloc’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3592:33: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3594:13: call_function: calling ‘opvp_alloc_string’ from ‘_put_params’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3594:13: return_function: returning to ‘_put_params’ from ‘opvp_alloc_string’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3594:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3596:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3596:13: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3596:13: danger: ‘buf’ leaks here; was allocated at [(6)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/5)
Error: CPPCHECK_WARNING (CWE-401): [#def222]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:3612: error[memleakOnRealloc]: Common realloc mistake: 'buff' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-401): [#def223]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4395:9: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4392:11: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4394:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4395:9: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4395:9: throw: if ‘gx_image_plane_data’ throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4395:9: danger: ‘buf’ leaks here; was allocated at [(3)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def224]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4398:9: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4392:11: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4397:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4398:9: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4398:9: throw: if ‘gx_image_plane_data’ throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4398:9: danger: ‘buf’ leaks here; was allocated at [(3)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def225]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4723:34: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4392:11: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4401:8: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4403:9: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4404:12: branch_false: following ‘false’ branch (when ‘pbe’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4408:9: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4457:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4461:17: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4719:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4719:12: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4720:25: branch_true: following ‘true’ branch (when ‘i < height’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4721:29: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4722:29: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4723:34: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4723:34: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4723:34: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4723:34: throw: if ‘gx_color_frac_map’ throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4723:34: danger: ‘buf’ leaks here; was allocated at [(3)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def226]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4732:30: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4392:11: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4401:8: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4403:9: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4404:12: branch_false: following ‘false’ branch (when ‘pbe’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4408:9: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4457:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4461:17: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4719:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4728:19: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4728:19: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4728:19: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4729:25: branch_true: following ‘true’ branch (when ‘i < height’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4730:29: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4731:27: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4732:30: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4732:30: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4732:30: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4732:30: throw: if ‘gx_color_frac_map’ throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4732:30: danger: ‘buf’ leaks here; was allocated at [(3)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def227]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4739:13: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4384:8: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4392:11: acquire_memory: allocated here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4401:8: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4403:9: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4404:12: branch_false: following ‘false’ branch (when ‘pbe’ is non-NULL)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4408:9: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4457:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4461:17: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4719:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4728:19: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4728:19: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4738:13: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4738:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4740:25: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4739:13: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:4739:13: danger: ‘buf’ leaks here; was allocated at [(3)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def228]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5162:1: enter_function: entry to ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5198:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5205:14: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5210:12: branch_true: following ‘true’ branch (when ‘ecode == 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5212:12: branch_true: following ‘true’ branch (when ‘begin != 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5214:23: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5220:17: call_function: inlined call to ‘opvp_realloc’ from ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5227:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5294:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5296:9: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5302:17: call_function: inlined call to ‘opvp_realloc’ from ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5306:27: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5210:12: branch_true: following ‘true’ branch (when ‘ecode == 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: throw: if ‘gx_path_enum_next’ throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: danger: ‘buf’ leaks here; was allocated at [(9)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/8)
Error: CPPCHECK_WARNING (CWE-401): [#def229]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5336: error[memleakOnRealloc]: Common realloc mistake: 'points' nulled but not freed upon failure
Error: GCC_ANALYZER_WARNING (CWE-401): [#def230]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5395:20: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5162:1: enter_function: entry to ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5198:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5205:14: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5210:12: branch_true: following ‘true’ branch (when ‘ecode == 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5212:12: branch_true: following ‘true’ branch (when ‘begin != 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5214:23: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5220:17: call_function: inlined call to ‘opvp_realloc’ from ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5227:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5294:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5296:9: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5395:20: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5395:20: danger: ‘buf’ leaks here; was allocated at [(9)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def231]
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5420:12: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5162:1: enter_function: entry to ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5198:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5205:14: branch_false: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5210:12: branch_true: following ‘true’ branch (when ‘ecode == 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5211:14: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5212:12: branch_true: following ‘true’ branch (when ‘begin != 0’)...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5214:23: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5220:17: call_function: inlined call to ‘opvp_realloc’ from ‘opvp_vector_dopath’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5227:13: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5294:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5420:14: branch_true: ...to here
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5420:12: throw: if the called function throws an exception...
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:5420:12: danger: ‘buf’ leaks here; was allocated at [(9)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-457): [#def232]
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:409:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘approx[0]’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:562:6: enter_function: entry to ‘eprn_split_FS’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:567:6: branch_false: following ‘false’ branch (when ‘colour_model != 0’)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:573:12: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:577:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:578:7: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:578:7: call_function: calling ‘split_colour_at_most_2’ from ‘eprn_split_FS’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def233]
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:511:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘approx[0]’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:480:22: branch_true: following ‘true’ branch (when ‘colorant != 3’)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:481:25: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:490:36: branch_true: following ‘true’ branch (when ‘pixel < pixels’)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:491:8: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:491:8: branch_true: following ‘true’ branch (when ‘pixel_mod_8 == 8’)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:491:8: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:493:23: branch_false: following ‘false’ branch (when ‘plane >= planes’)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:497:5: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:497:36: branch_false: following ‘false’ branch (when ‘colorant == -1’)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:510:8: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:510:8: branch_true: following ‘true’ branch (when ‘colour_model == 3’)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:511:9: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnfs.c:511:9: danger: use of uninitialized value ‘approx[0]’ here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def234]
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:447:26: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘s’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:393:12: enter_function: entry to ‘eprn_read_media_data’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:408:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:408:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:416:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:421:5: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:424:8: branch_true: following ‘true’ branch (when ‘s’ is NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:424:47: call_function: inlined call to ‘gp_fgetc’ from ‘eprn_read_media_data’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:424:9: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:446:24: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:447:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:447:26: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:447:26: danger: dereference of NULL ‘s’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def235]
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:505:27: warning[-Wanalyzer-malloc-leak]: leak of ‘new_list’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:408:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:408:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:416:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:421:5: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:424:8: branch_false: following ‘false’ branch (when ‘s’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:433:20: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:482:10: branch_false: following ‘false’ branch (when ‘new_list’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:493:20: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:505:27: throw: if ‘ms_find_code_from_name’ throws an exception...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:505:27: danger: ‘new_list’ leaks here; was allocated at [(8)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def236]
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:507:9: warning[-Wanalyzer-malloc-leak]: leak of ‘new_list’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:408:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:408:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:416:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:421:5: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:424:8: branch_false: following ‘false’ branch (when ‘s’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:433:20: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:482:10: branch_false: following ‘false’ branch (when ‘new_list’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:493:20: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:506:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:507:9: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:507:9: throw: if ‘gs_revision_number’ throws an exception...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:507:9: danger: ‘new_list’ leaks here; was allocated at [(8)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def237]
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:514:9: warning[-Wanalyzer-malloc-leak]: leak of ‘new_list’
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:408:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:408:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:416:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:421:5: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:424:8: branch_false: following ‘false’ branch (when ‘s’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:433:20: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:482:10: branch_false: following ‘false’ branch (when ‘new_list’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:493:20: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:506:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:513:11: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:513:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:514:9: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:514:9: throw: if ‘gs_revision_number’ throws an exception...
ghostscript-10.06.0/contrib/pcl3/eprn/eprnparm.c:514:9: danger: ‘new_list’ leaks here; was allocated at [(8)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def238]
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:308:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘t’
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:272:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:283:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:283:6: branch_false: following ‘false’ branch (when ‘name’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:286:9: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:287:6: branch_false: following ‘false’ branch (when ‘end’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:287:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:294:10: branch_true: following ‘true’ branch (when ‘t’ is NULL)...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:294:45: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:299:7: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:305:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:306:7: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:308:14: danger: dereference of NULL ‘t’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def239]
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:376:7: warning[-Wanalyzer-null-argument]: use of NULL ‘buffer’ where non-null expected
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:368:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:369:29: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:369:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:370:18: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:371:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:375:16: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/mediasize.c:376:7: danger: argument 1 (‘buffer’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def240]
ghostscript-10.06.0/contrib/pcl3/eprn/pagecount.c:67:8: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ghostscript-10.06.0/contrib/pcl3/eprn/pagecount.c:58:12: enter_function: entry to ‘lock_file’
ghostscript-10.06.0/contrib/pcl3/eprn/pagecount.c:67:8: call_function: inlined call to ‘gp_get_file’ from ‘lock_file’
ghostscript-10.06.0/contrib/pcl3/eprn/pagecount.c:67:8: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/eprn/pagecount.c:67:8: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def241]
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:360:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘t’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:346:6: branch_false: following ‘false’ branch (when ‘s’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:352:44: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:360:12: branch_true: following ‘true’ branch (when ‘t > s’)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:360:21: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:360:21: danger: dereference of NULL ‘t’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def242]
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:361:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘t’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:346:6: branch_false: following ‘false’ branch (when ‘s’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:352:44: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:360:12: branch_false: following ‘false’ branch (when ‘t <= s’)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:361:5: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:361:5: danger: dereference of NULL ‘t’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def243]
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1514:3: warning[-Wanalyzer-malloc-leak]: leak of ‘lengths’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1509:29: acquire_memory: allocated here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1510:6: branch_false: following ‘false’ branch (when ‘lengths’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1514:3: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1514:3: throw: if ‘eprn_number_of_octets’ throws an exception...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1514:3: danger: ‘lengths’ leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def244]
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1568:8: warning[-Wanalyzer-malloc-leak]: leak of ‘rd.next’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1510:6: branch_false: following ‘false’ branch (when ‘lengths’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1514:3: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1516:32: acquire_memory: allocated here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1517:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1517:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1543:15: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1552:28: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1553:15: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1553:15: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1561:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:72: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: following ‘true’ branch (when ‘j != 2’)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1568:8: throw: if ‘pcl3_begin_page’ throws an exception...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1568:8: danger: ‘rd.next’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def245]
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1568:8: warning[-Wanalyzer-malloc-leak]: leak of ‘rd.workspace[0]’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1510:6: branch_false: following ‘false’ branch (when ‘lengths’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1514:3: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1517:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1517:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1543:15: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1552:28: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1553:15: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1553:15: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1560:20: acquire_memory: allocated here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1561:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:72: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: following ‘true’ branch (when ‘j != 2’)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1568:8: throw: if ‘pcl3_begin_page’ throws an exception...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1568:8: danger: ‘rd.workspace[0]’ leaks here; was allocated at [(13)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def246]
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1573:8: warning[-Wanalyzer-malloc-leak]: leak of ‘rd.next’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1470:12: enter_function: entry to ‘pcl3_print_page’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1510:6: branch_false: following ‘false’ branch (when ‘lengths’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1514:3: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1516:32: acquire_memory: allocated here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1517:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1517:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1543:15: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1552:28: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1553:15: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1553:15: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1561:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:72: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: following ‘true’ branch (when ‘j != 2’)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1568:8: call_function: inlined call to ‘convert’ from ‘pcl3_print_page’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1573:8: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1573:8: throw: if ‘pcl3_begin_raster’ throws an exception...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1573:8: danger: ‘rd.next’ leaks here; was allocated at [(4)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def247]
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1573:8: warning[-Wanalyzer-malloc-leak]: leak of ‘rd.workspace[0]’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1470:12: enter_function: entry to ‘pcl3_print_page’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1510:6: branch_false: following ‘false’ branch (when ‘lengths’ is non-NULL)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1514:3: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1517:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1517:6: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1543:15: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1552:28: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1553:15: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1553:15: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: following ‘true’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1560:20: acquire_memory: allocated here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1561:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:72: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: following ‘true’ branch (when ‘j != 2’)...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_true: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1557:7: branch_false: following ‘false’ branch...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1568:8: call_function: inlined call to ‘convert’ from ‘pcl3_print_page’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1573:8: branch_false: ...to here
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1573:8: throw: if ‘pcl3_begin_raster’ throws an exception...
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:1573:8: danger: ‘rd.workspace[0]’ leaks here; was allocated at [(14)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/13)
Error: CPPCHECK_WARNING (CWE-457): [#def248]
ghostscript-10.06.0/contrib/pcl3/src/pclsize.c:123: warning[uninitvar]: Uninitialized variable: &key.ps
Error: CPPCHECK_WARNING (CWE-457): [#def249]
ghostscript-10.06.0/contrib/pcl3/src/pclsize.c:164: warning[uninitvar]: Uninitialized variable: &key.mc
Error: GCC_ANALYZER_WARNING (CWE-688): [#def250]
ghostscript-10.06.0/cups/gdevcups.c:2994:25: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ghostscript-10.06.0/cups/gdevcups.c:2889:1: enter_function: entry to ‘cups_print_pages’
ghostscript-10.06.0/cups/gdevcups.c:2952:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/cups/gdevcups.c:2955:3: branch_false: ...to here
ghostscript-10.06.0/cups/gdevcups.c:2964:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/cups/gdevcups.c:2967:22: branch_false: ...to here
ghostscript-10.06.0/cups/gdevcups.c:2973:6: branch_true: following ‘true’ branch...
ghostscript-10.06.0/cups/gdevcups.c:2975:21: branch_true: ...to here
ghostscript-10.06.0/cups/gdevcups.c:2994:25: call_function: inlined call to ‘gp_get_file’ from ‘cups_print_pages’
ghostscript-10.06.0/cups/gdevcups.c:2994:25: branch_true: ...to here
ghostscript-10.06.0/cups/gdevcups.c:2994:25: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-835): [#def251]
ghostscript-10.06.0/devices/gdev4693.c:124:35: warning[-Wanalyzer-infinite-loop]: infinite loop
ghostscript-10.06.0/devices/gdev4693.c:124:35: danger: infinite loop here
ghostscript-10.06.0/devices/gdev4693.c:124:35: branch_true: if it ever follows ‘true’ branch, it will always do so...
ghostscript-10.06.0/devices/gdev4693.c:125:29: branch_true: ...to here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def252]
ghostscript-10.06.0/devices/gdevdjtc.c:133:20: warning[-Wanalyzer-malloc-leak]: leak of ‘bitData’
ghostscript-10.06.0/devices/gdevdjtc.c:121:12: branch_false: following ‘false’ branch (when ‘lineSize > 0’)...
ghostscript-10.06.0/devices/gdevdjtc.c:125:31: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:125:24: acquire_memory: allocated here
ghostscript-10.06.0/devices/gdevdjtc.c:126:12: branch_false: following ‘false’ branch (when ‘bitData’ is non-NULL)...
ghostscript-10.06.0/devices/gdevdjtc.c:126:12: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:129:22: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevdjtc.c:133:20: branch_true: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:133:20: throw: if ‘gdev_prn_copy_scan_lines’ throws an exception...
ghostscript-10.06.0/devices/gdevdjtc.c:133:20: danger: ‘bitData’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def253]
ghostscript-10.06.0/devices/gdevdjtc.c:267:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘row’
ghostscript-10.06.0/devices/gdevdjtc.c:77:1: enter_function: entry to ‘djet500c_print_page’
ghostscript-10.06.0/devices/gdevdjtc.c:121:12: branch_false: following ‘false’ branch (when ‘lineSize > 0’)...
ghostscript-10.06.0/devices/gdevdjtc.c:125:31: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:126:12: branch_false: following ‘false’ branch (when ‘bitData’ is non-NULL)...
ghostscript-10.06.0/devices/gdevdjtc.c:126:12: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:129:22: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevdjtc.c:133:20: branch_true: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:134:16: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevdjtc.c:138:23: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:153:20: branch_false: following ‘false’ branch (when ‘planeSize >= lineLen’)...
ghostscript-10.06.0/devices/gdevdjtc.c:168:17: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:168:29: branch_false: following ‘false’ branch (when ‘k >= lineLen’)...
ghostscript-10.06.0/devices/gdevdjtc.c:186:20: branch_false: ...to here
ghostscript-10.06.0/devices/gdevdjtc.c:202:25: call_function: calling ‘mode2compress’ from ‘djet500c_print_page’
Error: CPPCHECK_WARNING (CWE-476): [#def254]
ghostscript-10.06.0/devices/gdevdsp.c:980: warning[nullPointer]: Possible null pointer dereference: dh.data
Error: GCC_ANALYZER_WARNING (CWE-775): [#def255]
ghostscript-10.06.0/devices/gdevijs.c:822:19: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:822:19: throw: if ‘ijs_invoke_server’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:822:19: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def256]
ghostscript-10.06.0/devices/gdevijs.c:824:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevijs.c:824:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:824:9: throw: if ‘gs_revision_number’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:824:9: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def257]
ghostscript-10.06.0/devices/gdevijs.c:827:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevijs.c:824:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:826:12: branch_true: following ‘true’ branch (when ‘fd != -1’)...
ghostscript-10.06.0/devices/gdevijs.c:827:13: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:827:13: throw: if ‘close’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:827:13: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def258]
ghostscript-10.06.0/devices/gdevijs.c:831:27: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:831:27: throw: if ‘ijs_client_get_version’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:831:27: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def259]
ghostscript-10.06.0/devices/gdevijs.c:833:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:833:9: throw: if ‘ijs_client_open’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:833:9: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def260]
ghostscript-10.06.0/devices/gdevijs.c:834:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:833:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevijs.c:834:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:834:9: throw: if ‘gs_revision_number’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:834:9: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def261]
ghostscript-10.06.0/devices/gdevijs.c:836:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:833:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevijs.c:834:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:835:12: branch_true: following ‘true’ branch (when ‘fd != -1’)...
ghostscript-10.06.0/devices/gdevijs.c:836:13: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:836:13: throw: if ‘close’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:836:13: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def262]
ghostscript-10.06.0/devices/gdevijs.c:839:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:833:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:839:9: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:839:9: throw: if ‘ijs_client_begin_job’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:839:9: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def263]
ghostscript-10.06.0/devices/gdevijs.c:840:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:833:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:839:9: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:839:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevijs.c:840:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:840:9: throw: if ‘gs_revision_number’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:840:9: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def264]
ghostscript-10.06.0/devices/gdevijs.c:841:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:833:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:839:9: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:839:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevijs.c:840:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:841:9: throw: if ‘ijs_client_close’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:841:9: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def265]
ghostscript-10.06.0/devices/gdevijs.c:843:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:833:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:839:9: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:839:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevijs.c:840:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:842:12: branch_true: following ‘true’ branch (when ‘fd != -1’)...
ghostscript-10.06.0/devices/gdevijs.c:843:13: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:843:13: throw: if ‘close’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:843:13: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def266]
ghostscript-10.06.0/devices/gdevijs.c:851:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
ghostscript-10.06.0/devices/gdevijs.c:767:1: enter_function: entry to ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:775:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:780:5: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:796:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:803:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:807:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:807:22: call_function: inlined call to ‘gp_get_file’ from ‘gsijs_open’
ghostscript-10.06.0/devices/gdevijs.c:809:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:812:18: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:812:18: acquire_resource: opened here
ghostscript-10.06.0/devices/gdevijs.c:813:12: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
ghostscript-10.06.0/devices/gdevijs.c:822:37: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:823:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:831:27: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:833:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:839:9: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:839:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevijs.c:847:8: branch_false: ...to here
ghostscript-10.06.0/devices/gdevijs.c:847:8: branch_true: following ‘true’ branch (when ‘use_outputfd != 0’)...
ghostscript-10.06.0/devices/gdevijs.c:851:9: branch_true: ...to here
ghostscript-10.06.0/devices/gdevijs.c:851:9: throw: if ‘gs_snprintf’ throws an exception...
ghostscript-10.06.0/devices/gdevijs.c:851:9: danger: ‘fd’ leaks here; was opened at [(13)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/12)
Error: COMPILER_WARNING (CWE-563): [#def267]
ghostscript-10.06.0/devices/gdevjpeg.c: scope_hint: In function ‘jpeg_put_params’
ghostscript-10.06.0/devices/gdevjpeg.c:237:10: warning[-Wunused-variable]: unused variable ‘embed_profile’
Error: CPPCHECK_WARNING (CWE-758): [#def268]
ghostscript-10.06.0/devices/gdevl31s.c:130: error[ctuPointerArith]: Pointer arithmetic overflow; 'buffer' buffer size is 4096
Error: COMPILER_WARNING: [#def269]
ghostscript-10.06.0/devices/gdevlxm.c: scope_hint: In function ‘lxm5700m_print_page’
ghostscript-10.06.0/devices/gdevlxm.c:275:21: warning[-Wunused-but-set-variable=]: variable ‘retval’ set but not used
Error: CPPCHECK_WARNING (CWE-457): [#def270]
ghostscript-10.06.0/devices/gdevpbm.c:1258: warning[uninitvar]: Uninitialized variable: raw
Error: CPPCHECK_WARNING (CWE-457): [#def271]
ghostscript-10.06.0/devices/gdevpdfimg.c:620: error[uninitvar]: Uninitialized variable: buf
Error: GCC_ANALYZER_WARNING (CWE-457): [#def272]
ghostscript-10.06.0/devices/gdevpng.c:433:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ecode’
ghostscript-10.06.0/devices/gdevpng.c:423:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevpng.c:426:17: branch_false: ...to here
ghostscript-10.06.0/devices/gdevpng.c:426:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevpng.c:429:12: branch_false: ...to here
ghostscript-10.06.0/devices/gdevpng.c:430:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevpng.c:433:12: branch_false: ...to here
ghostscript-10.06.0/devices/gdevpng.c:433:12: danger: use of uninitialized value ‘ecode’ here
Error: COMPILER_WARNING (CWE-457): [#def273]
ghostscript-10.06.0/devices/gdevpng.c: scope_hint: In function ‘png_get_params_mfs’
ghostscript-10.06.0/devices/gdevpng.c:433:12: warning[-Wmaybe-uninitialized]: ‘ecode’ may be used uninitialized
ghostscript-10.06.0/devices/gdevpng.c:421:15: note: ‘ecode’ was declared here
Error: COMPILER_WARNING: [#def274]
ghostscript-10.06.0/devices/gdevpng.c: scope_hint: In function ‘do_png_print_page’
ghostscript-10.06.0/devices/gdevpng.c:546:17: warning[-Wunused-but-set-variable=]: variable ‘valid’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def275]
ghostscript-10.06.0/devices/gdevpsd.c:162:21: warning[-Wunused-variable]: unused variable ‘dsep’
Error: COMPILER_WARNING (CWE-563): [#def276]
ghostscript-10.06.0/devices/gdevpsd.c: scope_hint: In function ‘update_spots’
ghostscript-10.06.0/devices/gdevpsd.c:162:28: warning[-Wunused-variable]: unused variable ‘ssep’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def277]
ghostscript-10.06.0/devices/gdevtknk.c:162:16: warning[-Wanalyzer-malloc-leak]: leak of ‘indata1’
ghostscript-10.06.0/devices/gdevtknk.c:144:21: acquire_memory: allocated here
ghostscript-10.06.0/devices/gdevtknk.c:145:8: branch_false: following ‘false’ branch (when ‘indata1’ is non-NULL)...
ghostscript-10.06.0/devices/gdevtknk.c:148:15: branch_false: ...to here
ghostscript-10.06.0/devices/gdevtknk.c:160:22: branch_true: following ‘true’ branch (when ‘scan_line < scan_lines’)...
ghostscript-10.06.0/devices/gdevtknk.c:162:16: branch_true: ...to here
ghostscript-10.06.0/devices/gdevtknk.c:162:16: throw: if ‘gdev_prn_copy_scan_lines’ throws an exception...
ghostscript-10.06.0/devices/gdevtknk.c:162:16: danger: ‘indata1’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-190): [#def278]
ghostscript-10.06.0/devices/gdevupd.c:3523: error[integerOverflow]: Signed integer underflow for expression 'hv-lv'.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def279]
ghostscript-10.06.0/devices/gdevupd.c:4222:57: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ip’
ghostscript-10.06.0/devices/gdevupd.c:4202:6: branch_true: following ‘true’ branch (when ‘success != 0’)...
ghostscript-10.06.0/devices/gdevupd.c:4205:15: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4214:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4216:10: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4217:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4218:10: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4221:22: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4221:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4222:25: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4222:58: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4222:57: danger: dereference of NULL ‘ip’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def280]
ghostscript-10.06.0/devices/gdevupd.c:4223:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ip’
ghostscript-10.06.0/devices/gdevupd.c:4202:6: branch_true: following ‘true’ branch (when ‘success != 0’)...
ghostscript-10.06.0/devices/gdevupd.c:4205:15: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4214:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4216:10: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4217:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4218:10: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4221:22: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4221:22: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4222:25: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4223:14: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4223:13: danger: dereference of NULL ‘ip’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def281]
ghostscript-10.06.0/devices/gdevupd.c:4225:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ip’
ghostscript-10.06.0/devices/gdevupd.c:4202:6: branch_true: following ‘true’ branch (when ‘success != 0’)...
ghostscript-10.06.0/devices/gdevupd.c:4205:15: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4214:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4216:10: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4217:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4218:10: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4221:22: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4221:22: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4225:22: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4225:55: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4225:54: danger: dereference of NULL ‘ip’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def282]
ghostscript-10.06.0/devices/gdevupd.c:4226:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ip’
ghostscript-10.06.0/devices/gdevupd.c:4202:6: branch_true: following ‘true’ branch (when ‘success != 0’)...
ghostscript-10.06.0/devices/gdevupd.c:4205:15: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4214:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4216:10: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4217:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4218:10: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4221:22: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4221:22: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4225:22: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4226:16: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4226:10: danger: dereference of NULL ‘ip’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def283]
ghostscript-10.06.0/devices/gdevupd.c:4268:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ip’
ghostscript-10.06.0/devices/gdevupd.c:4202:6: branch_true: following ‘true’ branch (when ‘success != 0’)...
ghostscript-10.06.0/devices/gdevupd.c:4205:15: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4260:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4263:10: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4263:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4264:10: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4267:29: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:4268:21: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:4268:13: danger: dereference of NULL ‘ip’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def284]
ghostscript-10.06.0/devices/gdevupd.c:5448:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘bp’
ghostscript-10.06.0/devices/gdevupd.c:5430:4: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:5431:7: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:5441:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:5443:13: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:5444:13: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:5445:43: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:5447:26: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:5448:17: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:5448:16: danger: dereference of NULL ‘bp’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def285]
ghostscript-10.06.0/devices/gdevupd.c:5459:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘bp’
ghostscript-10.06.0/devices/gdevupd.c:5430:4: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:5431:7: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:5452:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:5454:13: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:5455:13: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/gdevupd.c:5456:42: branch_false: ...to here
ghostscript-10.06.0/devices/gdevupd.c:5458:26: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/gdevupd.c:5459:17: branch_true: ...to here
ghostscript-10.06.0/devices/gdevupd.c:5459:16: danger: dereference of NULL ‘bp’
Error: CPPCHECK_WARNING (CWE-401): [#def286]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:156: error[memleak]: Memory leak: alloced
Error: GCC_ANALYZER_WARNING (CWE-401): [#def287]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1401:9: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1502:1: enter_function: entry to ‘even_better_line’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1518:19: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1520:42: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1521:14: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1523:52: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1518:19: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1520:42: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1520:34: acquire_memory: allocated here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1521:14: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1523:52: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1523:11: call_function: calling ‘even_better_compress_rll’ from ‘even_better_line’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1523:11: return_function: returning to ‘even_better_line’ from ‘even_better_compress_rll’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1518:19: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1525:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1525:7: call_function: calling ‘even_better_line_rll’ from ‘even_better_line’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def288]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1542:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.rb_line’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def289]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1542:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ctx’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1731:1: enter_function: entry to ‘even_better_new’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1739:6: branch_false: following ‘false’ branch (when ‘result’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1742:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1778:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1781:30: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1790:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1793:3: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1847:10: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1847:10: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1849:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1850:9: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1850:32: call_function: calling ‘even_better_plane_new’ from ‘even_better_new’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1850:32: return_function: returning to ‘even_better_new’ from ‘even_better_plane_new’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1849:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1851:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1851:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1852:11: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1857:3: call_function: calling ‘even_better_free’ from ‘even_better_new’
Error: GCC_ANALYZER_WARNING (CWE-416): [#def290]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1542:9: warning[-Wanalyzer-use-after-free]: use after ‘free’ of ‘ctx’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def291]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1543:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.iir_line’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def292]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1544:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.r_line’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def293]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1545:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.a_line’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def294]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1546:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.b_line’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def295]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1547:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.lut’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def296]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1548:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.rb_lut’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def297]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1549:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.rs_lut’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-415): [#def298]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1550:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘*ctx.white_count_line’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1868:1: enter_function: entry to ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1873:6: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:33: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: return_function: returning to ‘even_better_free’ from ‘even_better_plane_free’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1903:19: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:11: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1905:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1906:21: branch_true: following ‘true’ branch (when ‘i < n_planes’)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:15: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1907:14: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1908:13: call_function: calling ‘even_better_plane_free’ from ‘even_better_free’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def299]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1751:7: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1733:44: acquire_memory: allocated here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1739:6: branch_false: following ‘false’ branch (when ‘result’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1742:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1742:6: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1746:7: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1751:7: throw: if ‘fwrite’ throws an exception...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1751:7: danger: ‘result’ leaks here; was allocated at [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def300]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1756:11: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1733:44: acquire_memory: allocated here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1739:6: branch_false: following ‘false’ branch (when ‘result’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1742:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1742:6: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1746:7: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1753:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1756:56: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1756:11: throw: if ‘fwrite’ throws an exception...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1756:11: danger: ‘result’ leaks here; was allocated at [(1)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def301]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1762:13: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1733:44: acquire_memory: allocated here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1739:6: branch_false: following ‘false’ branch (when ‘result’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1742:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1742:6: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1746:7: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1758:10: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1758:10: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1761:23: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1763:21: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1762:13: throw: if ‘fwrite’ throws an exception...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1762:13: danger: ‘result’ leaks here; was allocated at [(1)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def302]
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1904:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1731:1: enter_function: entry to ‘even_better_new’
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1739:6: branch_false: following ‘false’ branch (when ‘result’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1742:7: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1778:6: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1779:7: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/evenbetter-rll.c:1857:3: call_function: calling ‘even_better_free’ from ‘even_better_new’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def303]
ghostscript-10.06.0/devices/rinkj/rinkj-byte-stream.c:109:10: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
ghostscript-10.06.0/devices/rinkj/rinkj-byte-stream.c:102:35: acquire_memory: allocated here
ghostscript-10.06.0/devices/rinkj/rinkj-byte-stream.c:103:6: branch_false: following ‘false’ branch (when ‘result’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-byte-stream.c:106:3: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-byte-stream.c:109:10: danger: ‘result’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def304]
ghostscript-10.06.0/devices/rinkj/rinkj-device.c:30:10: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
ghostscript-10.06.0/devices/rinkj/rinkj-device.c:35:1: enter_function: entry to ‘rinkj_device_set_param’
ghostscript-10.06.0/devices/rinkj/rinkj-device.c:40:15: acquire_memory: allocated here
ghostscript-10.06.0/devices/rinkj/rinkj-device.c:43:6: branch_false: following ‘false’ branch (when ‘buf’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-device.c:48:3: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-device.c:52:12: call_function: inlined call to ‘rinkj_device_set’ from ‘rinkj_device_set_param’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def305]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:893:14: warning[-Wanalyzer-malloc-leak]: leak of ‘compress_buf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def306]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:893:14: warning[-Wanalyzer-malloc-leak]: leak of ‘thisbuf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def307]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:898:16: warning[-Wanalyzer-malloc-leak]: leak of ‘compress_buf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def308]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:898:16: warning[-Wanalyzer-malloc-leak]: leak of ‘thisbuf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def309]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:927:20: warning[-Wanalyzer-malloc-leak]: leak of ‘compress_buf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def310]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:927:20: warning[-Wanalyzer-malloc-leak]: leak of ‘thisbuf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def311]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:942:16: warning[-Wanalyzer-malloc-leak]: leak of ‘compress_buf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def312]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:942:16: warning[-Wanalyzer-malloc-leak]: leak of ‘thisbuf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def313]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:980:24: warning[-Wanalyzer-malloc-leak]: leak of ‘compress_buf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def314]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:980:24: warning[-Wanalyzer-malloc-leak]: leak of ‘thisbuf’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1035:1: enter_function: entry to ‘rinkj_escp_write’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1045:6: branch_true: following ‘true’ branch (when ‘data’ is NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: branch_true: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1047:16: call_function: calling ‘rinkj_escp_flush_bottom’ from ‘rinkj_escp_write’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def315]
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1101:10: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1079:25: acquire_memory: allocated here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1080:6: branch_false: following ‘false’ branch (when ‘result’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1083:3: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-epson870.c:1101:10: danger: ‘result’ leaks here; was allocated at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def316]
ghostscript-10.06.0/devices/rinkj/rinkj-screen-eb.c:295:10: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
ghostscript-10.06.0/devices/rinkj/rinkj-screen-eb.c:280:29: acquire_memory: allocated here
ghostscript-10.06.0/devices/rinkj/rinkj-screen-eb.c:281:6: branch_false: following ‘false’ branch (when ‘result’ is non-NULL)...
ghostscript-10.06.0/devices/rinkj/rinkj-screen-eb.c:284:3: branch_false: ...to here
ghostscript-10.06.0/devices/rinkj/rinkj-screen-eb.c:295:10: danger: ‘result’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-457): [#def317]
ghostscript-10.06.0/devices/vector/gdevpdf.c:569: warning[uninitvar]: Uninitialized variable: key_buf
Error: CPPCHECK_WARNING (CWE-758): [#def318]
ghostscript-10.06.0/devices/vector/gdevpdf.c:1943: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-126): [#def319]
ghostscript-10.06.0/devices/vector/gdevpdfe.c:232:5: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
ghostscript-10.06.0/devices/vector/gdevpdfe.c:977:1: enter_function: entry to ‘pdf_document_metadata’
ghostscript-10.06.0/devices/vector/gdevpdfe.c:979:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfe.c:981:29: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfe.c:981:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfe.c:984:9: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfe.c:996:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfe.c:998:60: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfe.c:999:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfe.c:1003:60: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfe.c:1004:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfe.c:1008:16: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfe.c:1008:16: call_function: calling ‘pdf_write_document_metadata’ from ‘pdf_document_metadata’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def320]
ghostscript-10.06.0/devices/vector/gdevpdfg.c:345:48: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*pcc.paint.values[i]’
ghostscript-10.06.0/devices/vector/gdevpdfg.c:2077:1: enter_function: entry to ‘pdf_set_drawing_color’
ghostscript-10.06.0/devices/vector/gdevpdfg.c:2108:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfg.c:2111:12: call_function: inlined call to ‘pdf_reset_color’ from ‘pdf_set_drawing_color’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def321]
ghostscript-10.06.0/devices/vector/gdevpdfg.c:417:37: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*pcc.paint.values[i]’
ghostscript-10.06.0/devices/vector/gdevpdfg.c:2077:1: enter_function: entry to ‘pdf_set_drawing_color’
ghostscript-10.06.0/devices/vector/gdevpdfg.c:2108:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfg.c:2111:12: call_function: inlined call to ‘pdf_reset_color’ from ‘pdf_set_drawing_color’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def322]
ghostscript-10.06.0/devices/vector/gdevpdfk.c:81:30: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
ghostscript-10.06.0/devices/vector/gdevpdfk.c:820:1: enter_function: entry to ‘write_a2b0’
ghostscript-10.06.0/devices/vector/gdevpdfk.c:837:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfk.c:843:12: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfk.c:844:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfk.c:844:8: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfk.c:846:17: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdfk.c:852:21: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfk.c:852:37: branch_false: following ‘false’ branch (when ‘j == -1’)...
ghostscript-10.06.0/devices/vector/gdevpdfk.c:855:9: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdfk.c:855:9: call_function: calling ‘cie_to_xyz’ from ‘write_a2b0’
Error: CPPCHECK_WARNING (CWE-457): [#def323]
ghostscript-10.06.0/devices/vector/gdevpdfk.c:184: warning[uninitvar]: Uninitialized variable: in
Error: CPPCHECK_WARNING (CWE-457): [#def324]
ghostscript-10.06.0/devices/vector/gdevpdfk.c:855: warning[uninitvar]: Uninitialized variable: in
Error: CPPCHECK_WARNING (CWE-190): [#def325]
ghostscript-10.06.0/devices/vector/gdevpdfk.c:1043: error[integerOverflow]: Signed integer overflow for expression '-4'.
Error: CPPCHECK_WARNING (CWE-457): [#def326]
ghostscript-10.06.0/devices/vector/gdevpdfu.c:1027: error[uninitvar]: Uninitialized variable: key
Error: GCC_ANALYZER_WARNING (CWE-476): [#def327]
ghostscript-10.06.0/devices/vector/gdevpdte.c:1068:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘gdata’
ghostscript-10.06.0/devices/vector/gdevpdte.c:1797:1: enter_function: entry to ‘process_plain_text’
ghostscript-10.06.0/devices/vector/gdevpdte.c:1810:12: branch_false: following ‘false’ branch (when ‘bsize >= count’)...
ghostscript-10.06.0/devices/vector/gdevpdte.c:1812:9: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdte.c:1926:16: call_function: calling ‘pdf_process_string_aux’ from ‘process_plain_text’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def328]
ghostscript-10.06.0/devices/vector/gdevpdtf.c:240:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘psf’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:775:1: enter_function: entry to ‘embed_as_standard’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:778:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:781:9: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:781:9: call_function: calling ‘find_std_appearance’ from ‘embed_as_standard’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def329]
ghostscript-10.06.0/devices/vector/gdevpdtf.c:400:13: warning[-Wanalyzer-null-argument]: use of NULL ‘widths’ where non-null expected
ghostscript-10.06.0/devices/vector/gdevpdtf.c:813:1: enter_function: entry to ‘pdf_font_embed_status’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:819:17: call_function: calling ‘pdf_find_standard_font_name’ from ‘pdf_font_embed_status’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:819:17: return_function: returning to ‘pdf_font_embed_status’ from ‘pdf_find_standard_font_name’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:861:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:877:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:888:13: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:888:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:891:33: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:891:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:893:13: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:894:16: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:902:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:902:20: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:902:20: branch_false: following ‘false’ branch (when ‘embed_as_standard_called == 0’)...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:904:10: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:904:10: call_function: calling ‘embed_as_standard’ from ‘pdf_font_embed_status’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def330]
ghostscript-10.06.0/devices/vector/gdevpdtf.c:1003:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:917:1: enter_function: entry to ‘pdf_compute_BaseFont’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:924:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:933:14: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:933:13: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:937:18: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:941:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:943:18: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:984:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:984:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:987:39: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:984:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:990:32: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:990:32: call_function: calling ‘pdf_font_resource_font’ from ‘pdf_compute_BaseFont’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:990:32: return_function: returning to ‘pdf_compute_BaseFont’ from ‘pdf_font_resource_font’
ghostscript-10.06.0/devices/vector/gdevpdtf.c:997:12: branch_false: following ‘false’ branch (when ‘code >= 0’)...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:999:9: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:1002:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtf.c:1003:13: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtf.c:1003:13: danger: dereference of NULL ‘pdf_font_resource_font(pdfont, 0)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def331]
ghostscript-10.06.0/devices/vector/gdevpdtf.h:129:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘gnstr’
ghostscript-10.06.0/devices/vector/gdevpdti.c:1044:1: enter_function: entry to ‘complete_adding_char’
ghostscript-10.06.0/devices/vector/gdevpdti.c:1057:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdti.c:1059:12: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdti.c:1059:12: call_function: calling ‘pdf_attach_charproc’ from ‘complete_adding_char’
ghostscript-10.06.0/devices/vector/gdevpdti.c:1059:12: return_function: returning to ‘complete_adding_char’ from ‘pdf_attach_charproc’
ghostscript-10.06.0/devices/vector/gdevpdti.c:1060:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdti.c:1062:9: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdti.c:1062:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdti.c:1080:12: call_function: calling ‘pdf_copy_string_to_encoding’ from ‘complete_adding_char’
Error: CPPCHECK_WARNING (CWE-457): [#def332]
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2382: warning[uninitvar]: Uninitialized variable: s2->size
Error: GCC_ANALYZER_WARNING (CWE-476): [#def333]
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2431:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pdfont’
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2932:1: enter_function: entry to ‘pdf_choose_output_char_code’
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2937:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2952:16: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2952:15: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2954:18: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2956:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2958:24: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2958:24: call_function: calling ‘pdf_attached_font_resource’ from ‘pdf_choose_output_char_code’
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2958:24: return_function: returning to ‘pdf_choose_output_char_code’ from ‘pdf_attached_font_resource’
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2960:16: branch_false: following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2962:18: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2962:18: release_memory: ‘pdfont’ is NULL
ghostscript-10.06.0/devices/vector/gdevpdtt.c:2962:18: call_function: calling ‘pdf_find_glyph’ from ‘pdf_choose_output_char_code’
Error: GCC_ANALYZER_WARNING (CWE-835): [#def334]
ghostscript-10.06.0/devices/vector/gdevpsds.c:1096:12: warning[-Wanalyzer-infinite-loop]: infinite loop
ghostscript-10.06.0/devices/vector/gdevpsds.c:1096:12: danger: infinite loop here
ghostscript-10.06.0/devices/vector/gdevpsds.c:1096:12: branch_true: when ‘l != 0’: always following ‘true’ branch...
ghostscript-10.06.0/devices/vector/gdevpsds.c:1097:13: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpsds.c:1097:12: branch_true: if it ever follows ‘true’ branch, it will always do so...
ghostscript-10.06.0/devices/vector/gdevpsds.c:1098:53: branch_true: ...to here
ghostscript-10.06.0/devices/vector/gdevpsds.c:1101:20: branch_false: when ‘k == 0’: always following ‘false’ branch...
ghostscript-10.06.0/devices/vector/gdevpsds.c:1101:20: branch_false: ...to here
ghostscript-10.06.0/devices/vector/gdevpsds.c:1104:16: branch_false: if it ever follows ‘false’ branch, it will always do so...
ghostscript-10.06.0/devices/vector/gdevpsds.c:1104:16: branch_false: ...to here
Error: CPPCHECK_WARNING (CWE-190): [#def335]
ghostscript-10.06.0/devices/vector/gdevpsft.c:130: error[integerOverflow]: Signed integer overflow for expression '-4'.
Error: CPPCHECK_WARNING (CWE-190): [#def336]
ghostscript-10.06.0/devices/vector/gdevpsft.c:1126: error[integerOverflow]: Signed integer overflow for expression '-4'.
Error: CPPCHECK_WARNING (CWE-190): [#def337]
ghostscript-10.06.0/devices/vector/gdevpx.c:720: error[integerOverflow]: Signed integer overflow for expression '-4'.
Error: GCC_ANALYZER_WARNING (CWE-404): [#def338]
ghostscript-10.06.0/extract/src/astring.c:55:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ghostscript-10.06.0/extract/src/astring.c:54:9: acquire_resource: ‘va_start’ called here
ghostscript-10.06.0/extract/src/astring.c:55:13: throw: if ‘extract_vasprintf’ throws an exception...
ghostscript-10.06.0/extract/src/astring.c:55:13: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def339]
ghostscript-10.06.0/extract/src/boxer.c:149:61: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘boxer’
ghostscript-10.06.0/extract/src/boxer.c:561:5: enter_function: entry to ‘extract_page_analyse’
ghostscript-10.06.0/extract/src/boxer.c:571:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/boxer.c:574:9: branch_false: ...to here
ghostscript-10.06.0/extract/src/boxer.c:581:17: call_function: calling ‘boxer_create’ from ‘extract_page_analyse’
ghostscript-10.06.0/extract/src/boxer.c:581:17: return_function: returning to ‘extract_page_analyse’ from ‘boxer_create’
ghostscript-10.06.0/extract/src/boxer.c:583:21: call_function: inlined call to ‘content_span_iterator_init’ from ‘extract_page_analyse’
ghostscript-10.06.0/extract/src/boxer.c:583:74: branch_true: following ‘true’ branch (when ‘span’ is non-NULL)...
ghostscript-10.06.0/extract/src/boxer.c:585:31: branch_true: ...to here
ghostscript-10.06.0/extract/src/boxer.c:586:21: call_function: calling ‘boxer_feed’ from ‘extract_page_analyse’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def340]
ghostscript-10.06.0/extract/src/boxer.c:241:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘boxer’
ghostscript-10.06.0/extract/src/boxer.c:561:5: enter_function: entry to ‘extract_page_analyse’
ghostscript-10.06.0/extract/src/boxer.c:571:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/boxer.c:574:9: branch_false: ...to here
ghostscript-10.06.0/extract/src/boxer.c:581:17: call_function: calling ‘boxer_create’ from ‘extract_page_analyse’
ghostscript-10.06.0/extract/src/boxer.c:581:17: return_function: returning to ‘extract_page_analyse’ from ‘boxer_create’
ghostscript-10.06.0/extract/src/boxer.c:583:74: branch_false: following ‘false’ branch (when ‘span’ is NULL)...
ghostscript-10.06.0/extract/src/boxer.c:590:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/boxer.c:590:13: call_function: calling ‘analyse_sub’ from ‘extract_page_analyse’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def341]
ghostscript-10.06.0/extract/src/boxer.c:538:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘sub’
ghostscript-10.06.0/extract/src/boxer.c:516:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/boxer.c:518:21: branch_false: ...to here
ghostscript-10.06.0/extract/src/boxer.c:525:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/boxer.c:528:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/boxer.c:528:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/boxer.c:531:17: branch_false: ...to here
ghostscript-10.06.0/extract/src/boxer.c:535:21: branch_true: following ‘true’ branch...
ghostscript-10.06.0/extract/src/boxer.c:537:26: branch_true: ...to here
ghostscript-10.06.0/extract/src/boxer.c:551:25: release_memory: using NULL here
ghostscript-10.06.0/extract/src/boxer.c:535:21: branch_true: following ‘true’ branch...
ghostscript-10.06.0/extract/src/boxer.c:537:26: branch_true: ...to here
ghostscript-10.06.0/extract/src/boxer.c:537:26: release_memory: ‘sub’ is NULL
ghostscript-10.06.0/extract/src/boxer.c:538:21: danger: dereference of NULL ‘sub’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def342]
ghostscript-10.06.0/extract/src/buffer.c:45:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(path, <unknown>)’
ghostscript-10.06.0/extract/src/buffer.c:242:5: enter_function: entry to ‘extract_buffer_open_file’
ghostscript-10.06.0/extract/src/buffer.c:245:22: acquire_resource: opened here
ghostscript-10.06.0/extract/src/buffer.c:247:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/buffer.c:253:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/buffer.c:253:13: branch_false: following ‘false’ branch (when ‘writable == 0’)...
ghostscript-10.06.0/extract/src/buffer.c:253:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/buffer.c:253:13: call_function: calling ‘extract_buffer_open’ from ‘extract_buffer_open_file’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def343]
ghostscript-10.06.0/extract/src/buffer.c:45:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(path, <unknown>)’
ghostscript-10.06.0/extract/src/buffer.c:242:5: enter_function: entry to ‘extract_buffer_open_file’
ghostscript-10.06.0/extract/src/buffer.c:245:22: acquire_memory: allocated here
ghostscript-10.06.0/extract/src/buffer.c:247:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/buffer.c:253:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/buffer.c:253:13: branch_false: following ‘false’ branch (when ‘writable == 0’)...
ghostscript-10.06.0/extract/src/buffer.c:253:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/buffer.c:253:13: call_function: calling ‘extract_buffer_open’ from ‘extract_buffer_open_file’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def344]
ghostscript-10.06.0/extract/src/extract.c:2189:45: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(path, "w")’
ghostscript-10.06.0/extract/src/extract.c:2163:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/extract.c:2165:9: branch_false: ...to here
ghostscript-10.06.0/extract/src/extract.c:2167:19: branch_true: following ‘true’ branch...
ghostscript-10.06.0/extract/src/extract.c:2170:40: branch_true: ...to here
ghostscript-10.06.0/extract/src/extract.c:2182:36: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/extract.c:2183:33: branch_false: ...to here
ghostscript-10.06.0/extract/src/extract.c:2187:37: acquire_resource: opened here
ghostscript-10.06.0/extract/src/extract.c:2188:36: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/extract.c:2188:36: branch_false: ...to here
ghostscript-10.06.0/extract/src/extract.c:2193:51: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/extract.c:2212:41: branch_false: ...to here
ghostscript-10.06.0/extract/src/extract.c:2212:41: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/extract/src/extract.c:2189:45: danger: ‘fopen(path, "w")’ leaks here; was opened at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def345]
ghostscript-10.06.0/extract/src/extract.c:2189:45: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(path, "w")’
ghostscript-10.06.0/extract/src/extract.c:2163:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/extract.c:2165:9: branch_false: ...to here
ghostscript-10.06.0/extract/src/extract.c:2167:19: branch_true: following ‘true’ branch...
ghostscript-10.06.0/extract/src/extract.c:2170:40: branch_true: ...to here
ghostscript-10.06.0/extract/src/extract.c:2182:36: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/extract.c:2183:33: branch_false: ...to here
ghostscript-10.06.0/extract/src/extract.c:2187:37: acquire_memory: allocated here
ghostscript-10.06.0/extract/src/extract.c:2188:36: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/extract.c:2188:36: branch_false: ...to here
ghostscript-10.06.0/extract/src/extract.c:2193:51: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/extract.c:2212:41: branch_false: ...to here
ghostscript-10.06.0/extract/src/extract.c:2212:41: throw: if ‘fprintf’ throws an exception...
ghostscript-10.06.0/extract/src/extract.c:2189:45: danger: ‘fopen(path, "w")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-457): [#def346]
ghostscript-10.06.0/extract/src/join.c:778: warning[uninitvar]: Uninitialized variables: inverse.a, inverse.b, inverse.c, inverse.d
Error: COMPILER_WARNING (CWE-457): [#def347]
ghostscript-10.06.0/extract/src/join.c:889:46: warning[-Wmaybe-uninitialized]: ‘wmode0’ may be used uninitialized
ghostscript-10.06.0/extract/src/join.c: scope_hint: In function ‘join_content’
ghostscript-10.06.0/extract/src/join.c:862:34: note: ‘wmode0’ was declared here
Error: COMPILER_WARNING (CWE-758): [#def348]
ghostscript-10.06.0/extract/src/json.c:83:5: warning[-Wmissing-prototypes]: no previous prototype for ‘extract_document_to_json_content’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def349]
ghostscript-10.06.0/extract/src/mem.c:30:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ghostscript-10.06.0/extract/src/mem.c:23:9: acquire_resource: ‘va_copy’ called here
ghostscript-10.06.0/extract/src/mem.c:25:12: branch_false: following ‘false’ branch (when ‘n >= 0’)...
ghostscript-10.06.0/extract/src/mem.c:30:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/mem.c:30:13: throw: if ‘extract_malloc’ throws an exception...
ghostscript-10.06.0/extract/src/mem.c:30:13: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def350]
ghostscript-10.06.0/extract/src/outf.c:34:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ghostscript-10.06.0/extract/src/outf.c:26:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/outf.c:30:12: branch_false: ...to here
ghostscript-10.06.0/extract/src/outf.c:33:9: acquire_resource: ‘va_start’ called here
ghostscript-10.06.0/extract/src/outf.c:34:9: throw: if ‘vfprintf’ throws an exception...
ghostscript-10.06.0/extract/src/outf.c:34:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def351]
ghostscript-10.06.0/extract/src/sys.c:37:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ghostscript-10.06.0/extract/src/sys.c:36:9: acquire_resource: ‘va_start’ called here
ghostscript-10.06.0/extract/src/sys.c:37:13: throw: if ‘extract_vasprintf’ throws an exception...
ghostscript-10.06.0/extract/src/sys.c:37:13: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def352]
ghostscript-10.06.0/extract/src/sys.c:57:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(path, "rb")’
ghostscript-10.06.0/extract/src/sys.c:76:6: enter_function: entry to ‘extract_read_all_path’
ghostscript-10.06.0/extract/src/sys.c:80:13: acquire_resource: opened here
ghostscript-10.06.0/extract/src/sys.c:81:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/sys.c:82:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/sys.c:82:13: call_function: calling ‘extract_read_all’ from ‘extract_read_all_path’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def353]
ghostscript-10.06.0/extract/src/sys.c:57:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(path, "rb")’
ghostscript-10.06.0/extract/src/sys.c:76:6: enter_function: entry to ‘extract_read_all_path’
ghostscript-10.06.0/extract/src/sys.c:80:13: acquire_memory: allocated here
ghostscript-10.06.0/extract/src/sys.c:81:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/sys.c:82:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/sys.c:82:13: call_function: calling ‘extract_read_all’ from ‘extract_read_all_path’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def354]
ghostscript-10.06.0/extract/src/sys.c:95:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(path, "w")’
ghostscript-10.06.0/extract/src/sys.c:93:19: acquire_resource: opened here
ghostscript-10.06.0/extract/src/sys.c:94:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/sys.c:95:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/sys.c:95:13: throw: if ‘fwrite’ throws an exception...
ghostscript-10.06.0/extract/src/sys.c:95:13: danger: ‘fopen(path, "w")’ leaks here; was opened at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def355]
ghostscript-10.06.0/extract/src/sys.c:95:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(path, "w")’
ghostscript-10.06.0/extract/src/sys.c:93:19: acquire_memory: allocated here
ghostscript-10.06.0/extract/src/sys.c:94:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/extract/src/sys.c:95:13: branch_false: ...to here
ghostscript-10.06.0/extract/src/sys.c:95:13: throw: if ‘fwrite’ throws an exception...
ghostscript-10.06.0/extract/src/sys.c:95:13: danger: ‘fopen(path, "w")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def356]
ghostscript-10.06.0/extract/src/xml.c:30:9: warning[-Wanalyzer-null-argument]: use of NULL ‘s’ where non-null expected
ghostscript-10.06.0/extract/src/xml.c:428:5: enter_function: entry to ‘extract_xml_pparse_next’
ghostscript-10.06.0/extract/src/xml.c:442:13: call_function: calling ‘str_catl’ from ‘extract_xml_pparse_next’
Error: CPPCHECK_WARNING (CWE-190): [#def357]
ghostscript-10.06.0/extract/src/zip.c:114: error[integerOverflow]: Signed integer overflow for expression '(0100644<<16)+0'.
Error: COMPILER_WARNING (CWE-9001): [#def358]
ghostscript-10.06.0/pdf/pdf_annot.c:4555:53: warning[-Wcomment]: ‘/*’ within comment
Error: GCC_ANALYZER_WARNING (CWE-688): [#def359]
ghostscript-10.06.0/pdf/pdf_cmap.c:931:13: warning[-Wanalyzer-null-argument]: use of NULL ‘ndlookups’ where non-null expected
ghostscript-10.06.0/pdf/pdf_cmap.c:883:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/pdf/pdf_cmap.c:888:9: branch_true: ...to here
ghostscript-10.06.0/pdf/pdf_cmap.c:894:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_cmap.c:899:13: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_cmap.c:899:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_cmap.c:911:16: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_cmap.c:913:9: release_memory: ‘ndlookups’ is NULL
ghostscript-10.06.0/pdf/pdf_cmap.c:930:21: branch_true: following ‘true’ branch...
ghostscript-10.06.0/pdf/pdf_cmap.c:931:13: danger: argument 1 (‘ndlookups + (long unsigned int)i * 80’) NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-476): [#def360]
ghostscript-10.06.0/pdf/pdf_dict.c:236: error[ctunullpointer]: Null pointer dereference: Key
Error: CPPCHECK_WARNING (CWE-476): [#def361]
ghostscript-10.06.0/pdf/pdf_dict.c:303: error[ctunullpointer]: Null pointer dereference: Key
Error: GCC_ANALYZER_WARNING (CWE-457): [#def362]
ghostscript-10.06.0/pdf/pdf_doc.c:1663:12: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘code’
ghostscript-10.06.0/pdf/pdf_doc.c:1626:12: enter_function: entry to ‘pdfi_doc_EmbeddedFiles_Names’
ghostscript-10.06.0/pdf/pdf_doc.c:1635:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_doc.c:1635:8: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_doc.c:1643:21: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_doc.c:1660:2: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_doc.c:1661:5: call_function: inlined call to ‘pdfi_countdown_impl’ from ‘pdfi_doc_EmbeddedFiles_Names’
ghostscript-10.06.0/pdf/pdf_doc.c:1662:5: branch_true: ...to here
ghostscript-10.06.0/pdf/pdf_doc.c:1662:5: call_function: inlined call to ‘pdfi_countdown_impl’ from ‘pdfi_doc_EmbeddedFiles_Names’
ghostscript-10.06.0/pdf/pdf_doc.c:1663:12: branch_true: ...to here
ghostscript-10.06.0/pdf/pdf_doc.c:1663:12: danger: use of uninitialized value ‘code’ here
Error: CPPCHECK_WARNING (CWE-909): [#def363]
ghostscript-10.06.0/pdf/pdf_fapi.c:786: error[uninitStructMember]: Uninitialized struct member: subrstring.length
Error: CPPCHECK_WARNING (CWE-562): [#def364]
ghostscript-10.06.0/pdf/pdf_fmap.c:282: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING: [#def365]
ghostscript-10.06.0/pdf/pdf_fontTT.c: scope_hint: In function ‘pdfi_type42_get_glyph_index’
ghostscript-10.06.0/pdf/pdf_fontTT.c:144:9: warning[-Wunused-but-set-variable=]: variable ‘i’ set but not used
Error: CPPCHECK_WARNING (CWE-457): [#def366]
ghostscript-10.06.0/pdf/pdf_gstate.c:2367: warning[uninitvar]: Uninitialized variable: code
Error: GCC_ANALYZER_WARNING (CWE-476): [#def367]
ghostscript-10.06.0/pdf/pdf_mark.c:705:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/pdf/pdf_mark.c:893:5: enter_function: entry to ‘pdfi_pdfmark_modA’
ghostscript-10.06.0/pdf/pdf_mark.c:904:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_mark.c:906:9: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_mark.c:906:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_mark.c:915:12: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_mark.c:916:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_mark.c:917:9: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_mark.c:917:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_mark.c:926:12: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_mark.c:927:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_mark.c:929:9: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_mark.c:929:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/pdf/pdf_mark.c:930:16: branch_true: ...to here
ghostscript-10.06.0/pdf/pdf_mark.c:931:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/pdf/pdf_mark.c:933:13: branch_false: ...to here
ghostscript-10.06.0/pdf/pdf_mark.c:933:13: branch_true: following ‘true’ branch...
ghostscript-10.06.0/pdf/pdf_mark.c:935:22: branch_true: ...to here
ghostscript-10.06.0/pdf/pdf_mark.c:937:20: call_function: calling ‘pdfi_get_named_dest’ from ‘pdfi_pdfmark_modA’
Error: COMPILER_WARNING (CWE-9001): [#def368]
ghostscript-10.06.0/pdf/pdf_pattern.c: scope_hint: In function ‘pdfi_setpattern_type1’
ghostscript-10.06.0/pdf/pdf_pattern.c:506:43: warning[-Wcomment]: ‘/*’ within comment
Error: GCC_ANALYZER_WARNING (CWE-401): [#def369]
ghostscript-10.06.0/psi/dxmain.c:1172:5: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1183:5: enter_function: entry to ‘main’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1225:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1226:13: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1243:17: call_function: calling ‘write_stderr’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def370]
ghostscript-10.06.0/psi/dxmain.c:1174:12: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1183:5: enter_function: entry to ‘main’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1225:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1226:13: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1243:17: call_function: calling ‘write_stderr’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def371]
ghostscript-10.06.0/psi/dxmain.c:1216:17: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:17: throw: if ‘gsapi_new_instance’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1216:17: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def372]
ghostscript-10.06.0/psi/dxmain.c:1217:9: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1217:9: throw: if ‘gsapi_set_stdio’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1217:9: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def373]
ghostscript-10.06.0/psi/dxmain.c:1220:20: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1220:20: throw: if ‘gsapi_set_arg_encoding’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1220:20: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def374]
ghostscript-10.06.0/psi/dxmain.c:1222:20: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1219:12: branch_false: following ‘false’ branch (when ‘curlocale’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1219:34: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1219:13: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/dxmain.c:1219:72: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1219:13: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/dxmain.c:1222:20: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1222:20: throw: if ‘gsapi_set_arg_encoding’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1222:20: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def375]
ghostscript-10.06.0/psi/dxmain.c:1226:13: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1225:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1226:13: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1226:13: throw: if ‘gsapi_set_display_callback’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1226:13: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def376]
ghostscript-10.06.0/psi/dxmain.c:1228:20: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1225:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1226:13: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1228:20: throw: if ‘gsapi_get_default_device_list’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1228:20: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def377]
ghostscript-10.06.0/psi/dxmain.c:1235:28: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1225:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1226:13: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1229:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1230:43: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1231:20: branch_true: following ‘true’ branch (when ‘our_default_devs’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1232:21: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1235:28: throw: if ‘gsapi_set_default_device_list’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1235:28: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def378]
ghostscript-10.06.0/psi/dxmain.c:1235:28: warning[-Wanalyzer-malloc-leak]: leak of ‘our_default_devs’
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1225:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1226:13: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1229:16: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1230:43: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1230:36: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1231:20: branch_true: following ‘true’ branch (when ‘our_default_devs’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1232:21: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1235:28: throw: if ‘gsapi_set_default_device_list’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1235:28: danger: ‘our_default_devs’ leaks here; was allocated at [(9)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def379]
ghostscript-10.06.0/psi/dxmain.c:1249:20: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1248:12: branch_true: following ‘true’ branch (when ‘code == 0’)...
ghostscript-10.06.0/psi/dxmain.c:1249:20: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1249:20: throw: if ‘gsapi_init_with_args’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1249:20: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def380]
ghostscript-10.06.0/psi/dxmain.c:1253:17: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1248:12: branch_false: following ‘false’ branch (when ‘code != 0’)...
ghostscript-10.06.0/psi/dxmain.c:1253:17: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1253:17: throw: if ‘gsapi_exit’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1253:17: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def381]
ghostscript-10.06.0/psi/dxmain.c:1259:9: warning[-Wanalyzer-malloc-leak]: leak of ‘nargv’
ghostscript-10.06.0/psi/dxmain.c:1207:22: acquire_memory: allocated here
ghostscript-10.06.0/psi/dxmain.c:1208:8: branch_false: following ‘false’ branch (when ‘nargv’ is non-NULL)...
ghostscript-10.06.0/psi/dxmain.c:1211:16: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1216:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/dxmain.c:1217:9: branch_true: ...to here
ghostscript-10.06.0/psi/dxmain.c:1248:12: branch_false: following ‘false’ branch (when ‘code != 0’)...
ghostscript-10.06.0/psi/dxmain.c:1253:17: branch_false: ...to here
ghostscript-10.06.0/psi/dxmain.c:1259:9: throw: if ‘gsapi_delete_instance’ throws an exception...
ghostscript-10.06.0/psi/dxmain.c:1259:9: danger: ‘nargv’ leaks here; was allocated at [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-758): [#def382]
ghostscript-10.06.0/psi/iapi.h:395: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-457): [#def383]
ghostscript-10.06.0/psi/idict.c:816: error[uninitvar]: Uninitialized variable: *(&dnew.keys)
Error: CPPCHECK_WARNING (CWE-909): [#def384]
ghostscript-10.06.0/psi/igc.c:531: error[uninitStructMember]: Uninitialized struct member: total.is_thread_safe
Error: CPPCHECK_WARNING (CWE-909): [#def385]
ghostscript-10.06.0/psi/igc.c:531: error[uninitStructMember]: Uninitialized struct member: total.limit
Error: CPPCHECK_WARNING (CWE-909): [#def386]
ghostscript-10.06.0/psi/igc.c:531: error[uninitStructMember]: Uninitialized struct member: total.max_used
Error: CPPCHECK_WARNING (CWE-190): [#def387]
ghostscript-10.06.0/psi/igc.c:1196: error[integerOverflow]: Signed integer overflow for expression '-((((((8-1)|(8-1)|(8-1))+1)-1)|((1<<3)-1)|((1<<1)-1))+1)'.
Error: CPPCHECK_WARNING (CWE-190): [#def388]
ghostscript-10.06.0/psi/igcstr.c:67: error[integerOverflow]: Signed integer overflow for expression '-(1<<(2+3))'.
Error: CPPCHECK_WARNING (CWE-190): [#def389]
ghostscript-10.06.0/psi/igcstr.c:97: error[integerOverflow]: Signed integer overflow for expression '-(1<<(2+3))'.
Error: GCC_ANALYZER_WARNING (CWE-401): [#def390]
ghostscript-10.06.0/psi/imain.c:1203:21: warning[-Wanalyzer-malloc-leak]: leak of ‘tempnames’
ghostscript-10.06.0/psi/imain.c:1234:1: enter_function: entry to ‘gs_main_finit’
ghostscript-10.06.0/psi/imain.c:1252:17: call_function: calling ‘gs_main_tempnames’ from ‘gs_main_finit’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def391]
ghostscript-10.06.0/psi/imain.c:1205:29: warning[-Wanalyzer-malloc-leak]: leak of ‘tempnames’
ghostscript-10.06.0/psi/imain.c:1234:1: enter_function: entry to ‘gs_main_finit’
ghostscript-10.06.0/psi/imain.c:1252:17: call_function: calling ‘gs_main_tempnames’ from ‘gs_main_finit’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def392]
ghostscript-10.06.0/psi/imain.c:1206:21: warning[-Wanalyzer-malloc-leak]: leak of ‘tempnames’
ghostscript-10.06.0/psi/imain.c:1234:1: enter_function: entry to ‘gs_main_finit’
ghostscript-10.06.0/psi/imain.c:1252:17: call_function: calling ‘gs_main_tempnames’ from ‘gs_main_finit’
Error: CPPCHECK_WARNING (CWE-190): [#def393]
ghostscript-10.06.0/psi/iname.c:111: error[integerOverflow]: Signed integer overflow for expression '-(1<<(8+(4>=2)))'.
Error: CPPCHECK_WARNING (CWE-190): [#def394]
ghostscript-10.06.0/psi/iname.c:180: error[integerOverflow]: Signed integer overflow for expression '-(1<<(8+(4>=2)))'.
Error: CPPCHECK_WARNING (CWE-190): [#def395]
ghostscript-10.06.0/psi/iname.c:345: error[integerOverflow]: Signed integer overflow for expression '-(1<<(8+(4>=2)))'.
Error: CPPCHECK_WARNING (CWE-190): [#def396]
ghostscript-10.06.0/psi/iname.c:586: error[integerOverflow]: Signed integer overflow for expression '-(1<<(8+(4>=2)))'.
Error: CPPCHECK_WARNING (CWE-562): [#def397]
ghostscript-10.06.0/psi/iparam.c:668: error[invalidLifetime]: Using object that points to local variable 'elt' that is out of scope.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def398]
ghostscript-10.06.0/psi/isave.c:727:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ghostscript-10.06.0/psi/isave.c:868:1: enter_function: entry to ‘alloc_restore_all’
ghostscript-10.06.0/psi/isave.c:882:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/isave.c:883:71: branch_true: ...to here
ghostscript-10.06.0/psi/isave.c:883:52: call_function: calling ‘alloc_save_current’ from ‘alloc_restore_all’
ghostscript-10.06.0/psi/isave.c:883:52: return_function: returning to ‘alloc_restore_all’ from ‘alloc_save_current’
ghostscript-10.06.0/psi/isave.c:883:29: call_function: inlined call to ‘alloc_save_client_data’ from ‘alloc_restore_all’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def399]
ghostscript-10.06.0/psi/iscan.c:738:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘arr’
ghostscript-10.06.0/psi/iscan.c:495:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/iscan.c:496:9: branch_true: ...to here
ghostscript-10.06.0/psi/iscan.c:512:17: branch_true: following ‘true’ branch (when ‘sptr’ is non-NULL)...
ghostscript-10.06.0/psi/iscan.c:512:17: branch_true: ...to here
ghostscript-10.06.0/psi/iscan.c:513:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/iscan.c:515:17: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:1214:11: branch_false: following ‘false’ branch (when ‘retcode >= 0’)...
ghostscript-10.06.0/psi/iscan.c:1227:9: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:1227:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/iscan.c:1231:3: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:1231:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/iscan.c:1231:9: branch_true: ...to here
ghostscript-10.06.0/psi/iscan.c:549:11: branch_false: following ‘false’ branch (when ‘sptr < endptr’)...
ghostscript-10.06.0/psi/iscan.c:549:7: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:685:16: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/iscan.c:687:13: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:697:20: branch_false: following ‘false’ branch (when ‘size <= 16777216’)...
ghostscript-10.06.0/psi/iscan.c:699:45: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:699:25: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/iscan.c:700:20: branch_true: ...to here
ghostscript-10.06.0/psi/iscan.c:700:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/iscan.c:703:28: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:703:27: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/iscan.c:704:31: branch_true: ...to here
ghostscript-10.06.0/psi/iscan.c:706:24: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/iscan.c:712:21: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:731:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/iscan.c:735:25: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:735:24: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/iscan.c:737:39: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:738:21: danger: use of uninitialized value ‘arr’ here
Error: GCC_ANALYZER_WARNING (CWE-688): [#def400]
ghostscript-10.06.0/psi/iscan.c:817:21: warning[-Wanalyzer-null-argument]: use of NULL ‘sptr’ where non-null expected
ghostscript-10.06.0/psi/iscan.c:495:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/iscan.c:533:28: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:544:5: branch_false: following ‘false’ branch (when ‘sptr’ is NULL)...
ghostscript-10.06.0/psi/iscan.c:549:3: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:549:11: branch_true: following ‘true’ branch (when ‘sptr >= endptr’)...
ghostscript-10.06.0/psi/iscan.c:549:11: branch_true: ...to here
ghostscript-10.06.0/psi/iscan.c:549:11: release_memory: ‘sptr’ is NULL
ghostscript-10.06.0/psi/iscan.c:549:11: branch_false: following ‘false’ branch (when ‘sptr’ is NULL)...
ghostscript-10.06.0/psi/iscan.c:551:5: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:786:24: branch_false: following ‘false’ branch (when ‘endptr <= sptr’)...
ghostscript-10.06.0/psi/iscan.c:810:17: branch_false: ...to here
ghostscript-10.06.0/psi/iscan.c:817:21: danger: argument 2 (‘sptr’) NULL where non-null expected
Error: CPPCHECK_WARNING (CWE-190): [#def401]
ghostscript-10.06.0/psi/zarith.c:460: error[integerOverflow]: Signed integer overflow for expression '-2147483647-1'.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def402]
ghostscript-10.06.0/psi/zcolor.c:6930:16: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘obj’
ghostscript-10.06.0/psi/zcolor.c:6911:18: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zcolor.c:6930:16: branch_false: ...to here
ghostscript-10.06.0/psi/zcolor.c:6930:16: danger: use of uninitialized value ‘obj’ here
Error: CPPCHECK_WARNING (CWE-457): [#def403]
ghostscript-10.06.0/psi/zcolor.c:6959: warning[uninitvar]: Uninitialized variable: obj
Error: GCC_ANALYZER_WARNING (CWE-457): [#def404]
ghostscript-10.06.0/psi/zcolor.c:7027:19: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘obj’
ghostscript-10.06.0/psi/zcolor.c:7005:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/zcolor.c:7006:9: branch_true: ...to here
ghostscript-10.06.0/psi/zcolor.c:7010:20: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zcolor.c:7027:19: branch_false: ...to here
ghostscript-10.06.0/psi/zcolor.c:7027:19: danger: use of uninitialized value ‘obj’ here
Error: GCC_ANALYZER_WARNING (CWE-835): [#def405]
ghostscript-10.06.0/psi/zcolor.c:7093:9: warning[-Wanalyzer-infinite-loop]: infinite loop
Error: GCC_ANALYZER_WARNING (CWE-457): [#def406]
ghostscript-10.06.0/psi/zfile.c:489:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘pname1.iodev’
ghostscript-10.06.0/psi/zfile.c:474:1: enter_function: entry to ‘zrenamefile’
ghostscript-10.06.0/psi/zfile.c:480:5: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zfile.c:481:46: branch_false: ...to here
ghostscript-10.06.0/psi/zfile.c:482:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zfile.c:485:5: branch_false: ...to here
ghostscript-10.06.0/psi/zfile.c:486:12: call_function: calling ‘parse_real_file_name’ from ‘zrenamefile’
ghostscript-10.06.0/psi/zfile.c:486:12: return_function: returning to ‘zrenamefile’ from ‘parse_real_file_name’
ghostscript-10.06.0/psi/zfile.c:487:8: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/zfile.c:488:36: branch_true: ...to here
ghostscript-10.06.0/psi/zfile.c:489:13: danger: use of uninitialized value ‘pname1.iodev’ here
Error: CPPCHECK_WARNING (CWE-758): [#def407]
ghostscript-10.06.0/psi/zfont2.c:1430: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-476): [#def408]
ghostscript-10.06.0/psi/zicc.c:229:43: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘picc_profile’
ghostscript-10.06.0/psi/zicc.c:77:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zicc.c:79:5: branch_false: ...to here
ghostscript-10.06.0/psi/zicc.c:79:5: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zicc.c:79:5: branch_false: ...to here
ghostscript-10.06.0/psi/zicc.c:83:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zicc.c:94:9: branch_false: ...to here
ghostscript-10.06.0/psi/zicc.c:109:12: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zicc.c:116:62: branch_false: ...to here
ghostscript-10.06.0/psi/zicc.c:118:9: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zicc.c:125:71: branch_false: ...to here
ghostscript-10.06.0/psi/zicc.c:126:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zicc.c:131:5: branch_false: ...to here
ghostscript-10.06.0/psi/zicc.c:153:8: branch_false: following ‘false’ branch...
ghostscript-10.06.0/psi/zicc.c:161:5: branch_false: ...to here
ghostscript-10.06.0/psi/zicc.c:222:8: branch_true: following ‘true’ branch (when ‘picc_profile’ is non-NULL)...
ghostscript-10.06.0/psi/zicc.c:226:9: branch_true: ...to here
ghostscript-10.06.0/psi/zicc.c:226:9: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/zicc.c:226:9: branch_true: ...to here
ghostscript-10.06.0/psi/zicc.c:227:12: branch_true: following ‘true’ branch...
ghostscript-10.06.0/psi/zicc.c:229:43: branch_true: ...to here
ghostscript-10.06.0/psi/zicc.c:229:43: danger: dereference of NULL ‘picc_profile’
Error: CPPCHECK_WARNING (CWE-457): [#def409]
ghostscript-10.06.0/psi/zupath.c:633: error[uninitvar]: Uninitialized variable: pts.x
Error: COMPILER_WARNING (CWE-704): [#def410]
ghostscript-10.06.0/soobj/gconfig.h:7:1: warning[-Wlto-type-mismatch]: type of ‘gs_display_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdsp.c:133:25: note: type ‘const struct gx_device_display’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevdsp.c:133:25: note: ‘gs_display_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def411]
ghostscript-10.06.0/soobj/gconfig.h:10:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevx.c:164:1: note: type ‘const struct gx_device_X’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevx.c:164:1: note: ‘gs_x11_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def412]
ghostscript-10.06.0/soobj/gconfig.h:11:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11alpha_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevx.c:173:1: note: type ‘const struct gx_device_X’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevx.c:173:1: note: ‘gs_x11alpha_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def413]
ghostscript-10.06.0/soobj/gconfig.h:12:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11cmyk_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:601:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:601:27: note: ‘gs_x11cmyk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def414]
ghostscript-10.06.0/soobj/gconfig.h:13:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11cmyk2_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:610:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:610:27: note: ‘gs_x11cmyk2_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def415]
ghostscript-10.06.0/soobj/gconfig.h:14:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11cmyk4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:619:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:619:27: note: ‘gs_x11cmyk4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def416]
ghostscript-10.06.0/soobj/gconfig.h:15:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11cmyk8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:628:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:628:27: note: ‘gs_x11cmyk8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def417]
ghostscript-10.06.0/soobj/gconfig.h:16:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11gray2_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:776:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:776:27: note: ‘gs_x11gray2_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def418]
ghostscript-10.06.0/soobj/gconfig.h:17:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11gray4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:786:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:786:27: note: ‘gs_x11gray4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def419]
ghostscript-10.06.0/soobj/gconfig.h:18:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11mono_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:730:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:730:27: note: ‘gs_x11mono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def420]
ghostscript-10.06.0/soobj/gconfig.h:19:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11rg16x_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:845:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:845:27: note: ‘gs_x11rg16x_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def421]
ghostscript-10.06.0/soobj/gconfig.h:20:1: warning[-Wlto-type-mismatch]: type of ‘gs_x11rg32x_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxalt.c:863:27: note: type ‘const struct gx_device_X_wrapper’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevxalt.c:863:27: note: ‘gs_x11rg32x_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def422]
ghostscript-10.06.0/soobj/gconfig.h:21:1: warning[-Wlto-type-mismatch]: type of ‘gs_PCLm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpdfimg.c:1168:27: note: type ‘const struct gx_device_pdf_image’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpdfimg.c:1168:27: note: ‘gs_PCLm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def423]
ghostscript-10.06.0/soobj/gconfig.h:22:1: warning[-Wlto-type-mismatch]: type of ‘gs_PCLm8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpdfimg.c:1186:27: note: type ‘const struct gx_device_pdf_image’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpdfimg.c:1186:27: note: ‘gs_PCLm8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def424]
ghostscript-10.06.0/soobj/gconfig.h:23:1: warning[-Wlto-type-mismatch]: type of ‘gs_bbox_device’ does not match original declaration
ghostscript-10.06.0/base/gdevbbox.c:114:16: note: type ‘const struct gx_device_bbox’ should match type ‘const struct gx_device’
ghostscript-10.06.0/base/gdevbbox.c:114:16: note: ‘gs_bbox_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def425]
ghostscript-10.06.0/soobj/gconfig.h:24:1: warning[-Wlto-type-mismatch]: type of ‘gs_bit_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbit.c:101:21: note: type ‘const struct gx_device_bit’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbit.c:101:21: note: ‘gs_bit_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def426]
ghostscript-10.06.0/soobj/gconfig.h:25:1: warning[-Wlto-type-mismatch]: type of ‘gs_bitcmyk_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbit.c:139:21: note: type ‘const struct gx_device_bit’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbit.c:139:21: note: ‘gs_bitcmyk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def427]
ghostscript-10.06.0/soobj/gconfig.h:26:1: warning[-Wlto-type-mismatch]: type of ‘gs_bitrgb_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbit.c:120:21: note: type ‘const struct gx_device_bit’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbit.c:120:21: note: ‘gs_bitrgb_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def428]
ghostscript-10.06.0/soobj/gconfig.h:27:1: warning[-Wlto-type-mismatch]: type of ‘gs_bitrgbtags_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbit.c:166:21: note: type ‘const struct gx_device_bit’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbit.c:166:21: note: ‘gs_bitrgbtags_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def429]
ghostscript-10.06.0/soobj/gconfig.h:28:1: warning[-Wlto-type-mismatch]: type of ‘gs_bmp16_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbmp.c:103:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbmp.c:103:25: note: ‘gs_bmp16_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def430]
ghostscript-10.06.0/soobj/gconfig.h:29:1: warning[-Wlto-type-mismatch]: type of ‘gs_bmp16m_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbmp.c:148:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbmp.c:148:25: note: ‘gs_bmp16m_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def431]
ghostscript-10.06.0/soobj/gconfig.h:30:1: warning[-Wlto-type-mismatch]: type of ‘gs_bmp256_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbmp.c:126:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbmp.c:126:25: note: ‘gs_bmp256_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def432]
ghostscript-10.06.0/soobj/gconfig.h:31:1: warning[-Wlto-type-mismatch]: type of ‘gs_bmp32b_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbmp.c:162:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbmp.c:162:25: note: ‘gs_bmp32b_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def433]
ghostscript-10.06.0/soobj/gconfig.h:32:1: warning[-Wlto-type-mismatch]: type of ‘gs_bmpgray_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbmp.c:49:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbmp.c:49:25: note: ‘gs_bmpgray_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def434]
ghostscript-10.06.0/soobj/gconfig.h:33:1: warning[-Wlto-type-mismatch]: type of ‘gs_bmpmono_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbmp.c:28:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbmp.c:28:25: note: ‘gs_bmpmono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def435]
ghostscript-10.06.0/soobj/gconfig.h:34:1: warning[-Wlto-type-mismatch]: type of ‘gs_bmpsep1_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbmp.c:66:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbmp.c:66:25: note: ‘gs_bmpsep1_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def436]
ghostscript-10.06.0/soobj/gconfig.h:35:1: warning[-Wlto-type-mismatch]: type of ‘gs_bmpsep8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbmp.c:81:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevbmp.c:81:25: note: ‘gs_bmpsep8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def437]
ghostscript-10.06.0/soobj/gconfig.h:38:1: warning[-Wlto-type-mismatch]: type of ‘gs_ccr_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevccr.c:113:24: note: type ‘struct gx_device_ccr’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevccr.c:113:24: note: ‘gs_ccr_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def438]
ghostscript-10.06.0/soobj/gconfig.h:39:1: warning[-Wlto-type-mismatch]: type of ‘gs_cfax_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcfax.c:41:21: note: type ‘const struct gx_device_fax’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcfax.c:41:21: note: ‘gs_cfax_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def439]
ghostscript-10.06.0/soobj/gconfig.h:40:1: warning[-Wlto-type-mismatch]: type of ‘gs_cif_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcif.c:37:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcif.c:37:34: note: ‘gs_cif_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def440]
ghostscript-10.06.0/soobj/gconfig.h:41:1: warning[-Wlto-type-mismatch]: type of ‘gs_devicen_device’ does not match original declaration
ghostscript-10.06.0/base/gdevdevn.c:1147:26: note: type ‘const struct gx_devn_prn_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/base/gdevdevn.c:1147:26: note: ‘gs_devicen_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def441]
ghostscript-10.06.0/soobj/gconfig.h:42:1: warning[-Wlto-type-mismatch]: type of ‘gs_dfaxhigh_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdfax.c:62:25: note: type ‘struct gx_device_dfax’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevdfax.c:62:25: note: ‘gs_dfaxhigh_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def442]
ghostscript-10.06.0/soobj/gconfig.h:43:1: warning[-Wlto-type-mismatch]: type of ‘gs_dfaxlow_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdfax.c:54:25: note: type ‘struct gx_device_dfax’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevdfax.c:54:25: note: ‘gs_dfaxlow_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def443]
ghostscript-10.06.0/soobj/gconfig.h:46:1: warning[-Wlto-type-mismatch]: type of ‘gs_docxwrite_device’ does not match original declaration
ghostscript-10.06.0/devices/vector/gdevdocxw.c:165:29: note: type ‘const struct gx_device_docxwrite_t’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/vector/gdevdocxw.c:165:29: note: ‘gs_docxwrite_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def444]
ghostscript-10.06.0/soobj/gconfig.h:47:1: warning[-Wlto-type-mismatch]: type of ‘gs_eps2write_device’ does not match original declaration
ghostscript-10.06.0/devices/vector/gdevpdfb.h:29:21: note: type ‘const struct gx_device_pdf’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/vector/gdevpdfb.h:29:21: note: ‘gs_eps2write_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def445]
ghostscript-10.06.0/soobj/gconfig.h:49:1: warning[-Wlto-type-mismatch]: type of ‘gs_faxg3_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevfax.c:45:21: note: type ‘const struct gx_device_fax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevfax.c:45:21: note: ‘gs_faxg3_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def446]
ghostscript-10.06.0/soobj/gconfig.h:50:1: warning[-Wlto-type-mismatch]: type of ‘gs_faxg32d_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevfax.c:48:21: note: type ‘const struct gx_device_fax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevfax.c:48:21: note: ‘gs_faxg32d_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def447]
ghostscript-10.06.0/soobj/gconfig.h:51:1: warning[-Wlto-type-mismatch]: type of ‘gs_faxg4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevfax.c:51:21: note: type ‘const struct gx_device_fax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevfax.c:51:21: note: ‘gs_faxg4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def448]
ghostscript-10.06.0/soobj/gconfig.h:52:1: warning[-Wlto-type-mismatch]: type of ‘gs_fpng_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevfpng.c:120:22: note: type ‘const struct gx_device_fpng’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevfpng.c:120:22: note: ‘gs_fpng_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def449]
ghostscript-10.06.0/soobj/gconfig.h:55:1: warning[-Wlto-type-mismatch]: type of ‘gs_inferno_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevifno.c:97:25: note: type ‘struct inferno_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevifno.c:97:25: note: ‘gs_inferno_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def450]
ghostscript-10.06.0/soobj/gconfig.h:58:1: warning[-Wlto-type-mismatch]: type of ‘gs_ink_cov_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevicov.c:176:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevicov.c:176:25: note: ‘gs_ink_cov_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def451]
ghostscript-10.06.0/soobj/gconfig.h:59:1: warning[-Wlto-type-mismatch]: type of ‘gs_inkcov_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevicov.c:169:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevicov.c:169:25: note: ‘gs_inkcov_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def452]
ghostscript-10.06.0/soobj/gconfig.h:60:1: warning[-Wlto-type-mismatch]: type of ‘gs_jpeg_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevjpeg.c:78:22: note: type ‘const struct gx_device_jpeg’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevjpeg.c:78:22: note: ‘gs_jpeg_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def453]
ghostscript-10.06.0/soobj/gconfig.h:61:1: warning[-Wlto-type-mismatch]: type of ‘gs_jpegcmyk_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevjpeg.c:135:22: note: type ‘const struct gx_device_jpeg’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevjpeg.c:135:22: note: ‘gs_jpegcmyk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def454]
ghostscript-10.06.0/soobj/gconfig.h:62:1: warning[-Wlto-type-mismatch]: type of ‘gs_jpeggray_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevjpeg.c:104:22: note: type ‘const struct gx_device_jpeg’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevjpeg.c:104:22: note: ‘gs_jpeggray_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def455]
ghostscript-10.06.0/soobj/gconfig.h:65:1: warning[-Wlto-type-mismatch]: type of ‘gs_mgr4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevmgr.c:123:24: note: type ‘struct gx_device_mgr’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevmgr.c:123:24: note: ‘gs_mgr4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def456]
ghostscript-10.06.0/soobj/gconfig.h:66:1: warning[-Wlto-type-mismatch]: type of ‘gs_mgr8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevmgr.c:125:24: note: type ‘struct gx_device_mgr’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevmgr.c:125:24: note: ‘gs_mgr8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def457]
ghostscript-10.06.0/soobj/gconfig.h:67:1: warning[-Wlto-type-mismatch]: type of ‘gs_mgrgray2_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevmgr.c:117:24: note: type ‘struct gx_device_mgr’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevmgr.c:117:24: note: ‘gs_mgrgray2_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def458]
ghostscript-10.06.0/soobj/gconfig.h:68:1: warning[-Wlto-type-mismatch]: type of ‘gs_mgrgray4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevmgr.c:119:24: note: type ‘struct gx_device_mgr’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevmgr.c:119:24: note: ‘gs_mgrgray4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def459]
ghostscript-10.06.0/soobj/gconfig.h:69:1: warning[-Wlto-type-mismatch]: type of ‘gs_mgrgray8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevmgr.c:121:24: note: type ‘struct gx_device_mgr’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevmgr.c:121:24: note: ‘gs_mgrgray8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def460]
ghostscript-10.06.0/soobj/gconfig.h:70:1: warning[-Wlto-type-mismatch]: type of ‘gs_mgrmono_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevmgr.c:115:24: note: type ‘struct gx_device_mgr’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevmgr.c:115:24: note: ‘gs_mgrmono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def461]
ghostscript-10.06.0/soobj/gconfig.h:71:1: warning[-Wlto-type-mismatch]: type of ‘gs_miff24_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevmiff.c:36:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevmiff.c:36:25: note: ‘gs_miff24_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def462]
ghostscript-10.06.0/soobj/gconfig.h:74:1: warning[-Wlto-type-mismatch]: type of ‘gs_pam_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:283:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:283:21: note: ‘gs_pam_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def463]
ghostscript-10.06.0/soobj/gconfig.h:75:1: warning[-Wlto-type-mismatch]: type of ‘gs_pamcmyk32_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:273:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:273:21: note: ‘gs_pamcmyk32_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def464]
ghostscript-10.06.0/soobj/gconfig.h:76:1: warning[-Wlto-type-mismatch]: type of ‘gs_pamcmyk4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:279:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:279:21: note: ‘gs_pamcmyk4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def465]
ghostscript-10.06.0/soobj/gconfig.h:77:1: warning[-Wlto-type-mismatch]: type of ‘gs_pbm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:231:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:231:21: note: ‘gs_pbm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def466]
ghostscript-10.06.0/soobj/gconfig.h:78:1: warning[-Wlto-type-mismatch]: type of ‘gs_pbmraw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:234:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:234:21: note: ‘gs_pbmraw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def467]
ghostscript-10.06.0/soobj/gconfig.h:79:1: warning[-Wlto-type-mismatch]: type of ‘gs_pcx16_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpcx.c:95:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpcx.c:95:25: note: ‘gs_pcx16_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def468]
ghostscript-10.06.0/soobj/gconfig.h:80:1: warning[-Wlto-type-mismatch]: type of ‘gs_pcx24b_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpcx.c:137:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpcx.c:137:25: note: ‘gs_pcx24b_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def469]
ghostscript-10.06.0/soobj/gconfig.h:81:1: warning[-Wlto-type-mismatch]: type of ‘gs_pcx256_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpcx.c:118:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpcx.c:118:25: note: ‘gs_pcx256_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def470]
ghostscript-10.06.0/soobj/gconfig.h:82:1: warning[-Wlto-type-mismatch]: type of ‘gs_pcxcmyk_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpcx.c:154:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpcx.c:154:25: note: ‘gs_pcxcmyk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def471]
ghostscript-10.06.0/soobj/gconfig.h:83:1: warning[-Wlto-type-mismatch]: type of ‘gs_pcxgray_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpcx.c:71:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpcx.c:71:25: note: ‘gs_pcxgray_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def472]
ghostscript-10.06.0/soobj/gconfig.h:84:1: warning[-Wlto-type-mismatch]: type of ‘gs_pcxmono_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpcx.c:51:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpcx.c:51:25: note: ‘gs_pcxmono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def473]
ghostscript-10.06.0/soobj/gconfig.h:85:1: warning[-Wlto-type-mismatch]: type of ‘gs_pdfimage24_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpdfimg.c:108:27: note: type ‘const struct gx_device_pdf_image’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpdfimg.c:108:27: note: ‘gs_pdfimage24_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def474]
ghostscript-10.06.0/soobj/gconfig.h:86:1: warning[-Wlto-type-mismatch]: type of ‘gs_pdfimage32_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpdfimg.c:139:27: note: type ‘const struct gx_device_pdf_image’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpdfimg.c:139:27: note: ‘gs_pdfimage32_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def475]
ghostscript-10.06.0/soobj/gconfig.h:87:1: warning[-Wlto-type-mismatch]: type of ‘gs_pdfimage8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpdfimg.c:77:27: note: type ‘const struct gx_device_pdf_image’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpdfimg.c:77:27: note: ‘gs_pdfimage8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def476]
ghostscript-10.06.0/soobj/gconfig.h:89:1: warning[-Wlto-type-mismatch]: type of ‘gs_pgm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:237:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:237:21: note: ‘gs_pgm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def477]
ghostscript-10.06.0/soobj/gconfig.h:90:1: warning[-Wlto-type-mismatch]: type of ‘gs_pgmraw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:240:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:240:21: note: ‘gs_pgmraw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def478]
ghostscript-10.06.0/soobj/gconfig.h:91:1: warning[-Wlto-type-mismatch]: type of ‘gs_pgnm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:243:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:243:21: note: ‘gs_pgnm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def479]
ghostscript-10.06.0/soobj/gconfig.h:92:1: warning[-Wlto-type-mismatch]: type of ‘gs_pgnmraw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:246:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:246:21: note: ‘gs_pgnmraw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def480]
ghostscript-10.06.0/soobj/gconfig.h:93:1: warning[-Wlto-type-mismatch]: type of ‘gs_pkm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:261:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:261:21: note: ‘gs_pkm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def481]
ghostscript-10.06.0/soobj/gconfig.h:94:1: warning[-Wlto-type-mismatch]: type of ‘gs_pkmraw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:264:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:264:21: note: ‘gs_pkmraw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def482]
ghostscript-10.06.0/soobj/gconfig.h:95:1: warning[-Wlto-type-mismatch]: type of ‘gs_pksm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:267:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:267:21: note: ‘gs_pksm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def483]
ghostscript-10.06.0/soobj/gconfig.h:96:1: warning[-Wlto-type-mismatch]: type of ‘gs_pksmraw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:270:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:270:21: note: ‘gs_pksmraw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def484]
ghostscript-10.06.0/soobj/gconfig.h:97:1: warning[-Wlto-type-mismatch]: type of ‘gs_plan_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplan.c:202:22: note: type ‘const struct gx_device_plan’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplan.c:202:22: note: ‘gs_plan_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def485]
ghostscript-10.06.0/soobj/gconfig.h:98:1: warning[-Wlto-type-mismatch]: type of ‘gs_plan9bm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:288:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:288:21: note: ‘gs_plan9bm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def486]
ghostscript-10.06.0/soobj/gconfig.h:99:1: warning[-Wlto-type-mismatch]: type of ‘gs_planc_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplan.c:214:22: note: type ‘const struct gx_device_plan’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplan.c:214:22: note: ‘gs_planc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def487]
ghostscript-10.06.0/soobj/gconfig.h:100:1: warning[-Wlto-type-mismatch]: type of ‘gs_plang_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplan.c:205:22: note: type ‘const struct gx_device_plan’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplan.c:205:22: note: ‘gs_plang_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def488]
ghostscript-10.06.0/soobj/gconfig.h:101:1: warning[-Wlto-type-mismatch]: type of ‘gs_plank_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplan.c:211:22: note: type ‘const struct gx_device_plan’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplan.c:211:22: note: ‘gs_plank_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def489]
ghostscript-10.06.0/soobj/gconfig.h:102:1: warning[-Wlto-type-mismatch]: type of ‘gs_planm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplan.c:208:22: note: type ‘const struct gx_device_plan’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplan.c:208:22: note: ‘gs_planm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def490]
ghostscript-10.06.0/soobj/gconfig.h:103:1: warning[-Wlto-type-mismatch]: type of ‘gs_plib_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplib.c:352:22: note: type ‘const struct gx_device_plib’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplib.c:352:22: note: ‘gs_plib_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def491]
ghostscript-10.06.0/soobj/gconfig.h:104:1: warning[-Wlto-type-mismatch]: type of ‘gs_plibc_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplib.c:364:22: note: type ‘const struct gx_device_plib’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplib.c:364:22: note: ‘gs_plibc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def492]
ghostscript-10.06.0/soobj/gconfig.h:105:1: warning[-Wlto-type-mismatch]: type of ‘gs_plibg_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplib.c:355:22: note: type ‘const struct gx_device_plib’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplib.c:355:22: note: ‘gs_plibg_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def493]
ghostscript-10.06.0/soobj/gconfig.h:106:1: warning[-Wlto-type-mismatch]: type of ‘gs_plibk_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplib.c:361:22: note: type ‘const struct gx_device_plib’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplib.c:361:22: note: ‘gs_plibk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def494]
ghostscript-10.06.0/soobj/gconfig.h:107:1: warning[-Wlto-type-mismatch]: type of ‘gs_plibm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevplib.c:358:22: note: type ‘const struct gx_device_plib’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevplib.c:358:22: note: ‘gs_plibm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def495]
ghostscript-10.06.0/soobj/gconfig.h:108:1: warning[-Wlto-type-mismatch]: type of ‘gs_pnm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:255:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:255:21: note: ‘gs_pnm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def496]
ghostscript-10.06.0/soobj/gconfig.h:109:1: warning[-Wlto-type-mismatch]: type of ‘gs_pnmraw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:258:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:258:21: note: ‘gs_pnmraw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def497]
ghostscript-10.06.0/soobj/gconfig.h:110:1: warning[-Wlto-type-mismatch]: type of ‘gs_ppm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:249:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:249:21: note: ‘gs_ppm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def498]
ghostscript-10.06.0/soobj/gconfig.h:111:1: warning[-Wlto-type-mismatch]: type of ‘gs_ppmraw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpbm.c:252:21: note: type ‘const struct gx_device_pbm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpbm.c:252:21: note: ‘gs_ppmraw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def499]
ghostscript-10.06.0/soobj/gconfig.h:112:1: warning[-Wlto-type-mismatch]: type of ‘gs_pppm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpppm.c:121:22: note: type ‘const struct gx_device_pppm’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpppm.c:121:22: note: ‘gs_pppm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def500]
ghostscript-10.06.0/soobj/gconfig.h:113:1: warning[-Wlto-type-mismatch]: type of ‘gs_ps2write_device’ does not match original declaration
ghostscript-10.06.0/devices/vector/gdevpdfb.h:29:21: note: type ‘const struct gx_device_pdf’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/vector/gdevpdfb.h:29:21: note: ‘gs_ps2write_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def501]
ghostscript-10.06.0/soobj/gconfig.h:114:1: warning[-Wlto-type-mismatch]: type of ‘gs_pdfwrite_device’ does not match original declaration
ghostscript-10.06.0/devices/vector/gdevpdfb.h:29:21: note: type ‘const struct gx_device_pdf’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/vector/gdevpdfb.h:29:21: note: ‘gs_pdfwrite_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def502]
ghostscript-10.06.0/soobj/gconfig.h:117:1: warning[-Wlto-type-mismatch]: type of ‘gs_psdcmyk_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpsd.c:611:18: note: type ‘const struct psd_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpsd.c:611:18: note: ‘gs_psdcmyk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def503]
ghostscript-10.06.0/soobj/gconfig.h:118:1: warning[-Wlto-type-mismatch]: type of ‘gs_psdcmyk16_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpsd.c:662:18: note: type ‘const struct psd_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpsd.c:662:18: note: ‘gs_psdcmyk16_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def504]
ghostscript-10.06.0/soobj/gconfig.h:119:1: warning[-Wlto-type-mismatch]: type of ‘gs_psdcmykog_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcmykog.c:773:24: note: type ‘const struct gx_device_cmykog’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcmykog.c:773:24: note: ‘gs_psdcmykog_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def505]
ghostscript-10.06.0/soobj/gconfig.h:120:1: warning[-Wlto-type-mismatch]: type of ‘gs_psdcmyktags_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpsd.c:636:18: note: type ‘const struct psd_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpsd.c:636:18: note: ‘gs_psdcmyktags_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def506]
ghostscript-10.06.0/soobj/gconfig.h:121:1: warning[-Wlto-type-mismatch]: type of ‘gs_psdcmyktags16_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpsd.c:687:18: note: type ‘const struct psd_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpsd.c:687:18: note: ‘gs_psdcmyktags16_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def507]
ghostscript-10.06.0/soobj/gconfig.h:122:1: warning[-Wlto-type-mismatch]: type of ‘gs_psdrgb_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpsd.c:481:18: note: type ‘const struct psd_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpsd.c:481:18: note: ‘gs_psdrgb_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def508]
ghostscript-10.06.0/soobj/gconfig.h:123:1: warning[-Wlto-type-mismatch]: type of ‘gs_psdrgb16_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpsd.c:505:18: note: type ‘const struct psd_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpsd.c:505:18: note: ‘gs_psdrgb16_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def509]
ghostscript-10.06.0/soobj/gconfig.h:124:1: warning[-Wlto-type-mismatch]: type of ‘gs_psdrgbtags_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpsd.c:532:18: note: type ‘const struct psd_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpsd.c:532:18: note: ‘gs_psdrgbtags_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def510]
ghostscript-10.06.0/soobj/gconfig.h:125:1: warning[-Wlto-type-mismatch]: type of ‘gs_spotcmyk_device’ does not match original declaration
ghostscript-10.06.0/base/gdevdevn.c:1127:26: note: type ‘const struct gx_devn_prn_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/base/gdevdevn.c:1127:26: note: ‘gs_spotcmyk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def511]
ghostscript-10.06.0/soobj/gconfig.h:128:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiff12nc_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfnx.c:66:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfnx.c:66:22: note: ‘gs_tiff12nc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def512]
ghostscript-10.06.0/soobj/gconfig.h:129:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiff24nc_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfnx.c:83:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfnx.c:83:22: note: ‘gs_tiff24nc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def513]
ghostscript-10.06.0/soobj/gconfig.h:130:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiff32nc_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:569:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:569:22: note: ‘gs_tiff32nc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def514]
ghostscript-10.06.0/soobj/gconfig.h:131:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiff48nc_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfnx.c:100:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfnx.c:100:22: note: ‘gs_tiff48nc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def515]
ghostscript-10.06.0/soobj/gconfig.h:132:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiff64nc_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:600:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:600:22: note: ‘gs_tiff64nc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def516]
ghostscript-10.06.0/soobj/gconfig.h:133:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffcrle_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfax.c:85:22: note: type ‘const struct gx_device_tfax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfax.c:85:22: note: ‘gs_tiffcrle_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def517]
ghostscript-10.06.0/soobj/gconfig.h:134:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffg3_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfax.c:88:22: note: type ‘const struct gx_device_tfax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfax.c:88:22: note: ‘gs_tiffg3_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def518]
ghostscript-10.06.0/soobj/gconfig.h:135:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffg32d_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfax.c:91:22: note: type ‘const struct gx_device_tfax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfax.c:91:22: note: ‘gs_tiffg32d_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def519]
ghostscript-10.06.0/soobj/gconfig.h:136:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffg4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfax.c:94:22: note: type ‘const struct gx_device_tfax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfax.c:94:22: note: ‘gs_tiffg4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def520]
ghostscript-10.06.0/soobj/gconfig.h:137:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffgray_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:88:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:88:22: note: ‘gs_tiffgray_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def521]
ghostscript-10.06.0/soobj/gconfig.h:138:1: warning[-Wlto-type-mismatch]: type of ‘gs_tifflzw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfax.c:272:22: note: type ‘const struct gx_device_tfax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfax.c:272:22: note: ‘gs_tifflzw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def522]
ghostscript-10.06.0/soobj/gconfig.h:139:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffpack_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtfax.c:288:22: note: type ‘const struct gx_device_tfax’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtfax.c:288:22: note: ‘gs_tiffpack_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def523]
ghostscript-10.06.0/soobj/gconfig.h:140:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffscaled_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:134:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:134:22: note: ‘gs_tiffscaled_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def524]
ghostscript-10.06.0/soobj/gconfig.h:141:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffscaled24_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:216:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:216:22: note: ‘gs_tiffscaled24_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def525]
ghostscript-10.06.0/soobj/gconfig.h:142:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffscaled32_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:257:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:257:22: note: ‘gs_tiffscaled32_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def526]
ghostscript-10.06.0/soobj/gconfig.h:143:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffscaled4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:295:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:295:22: note: ‘gs_tiffscaled4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def527]
ghostscript-10.06.0/soobj/gconfig.h:144:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffscaled8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:175:22: note: type ‘const struct gx_device_tiff’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:175:22: note: ‘gs_tiffscaled8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def528]
ghostscript-10.06.0/soobj/gconfig.h:145:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffsep_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:811:22: note: type ‘const struct tiffsep_device’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:811:22: note: ‘gs_tiffsep_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def529]
ghostscript-10.06.0/soobj/gconfig.h:146:1: warning[-Wlto-type-mismatch]: type of ‘gs_tiffsep1_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtsep.c:828:23: note: type ‘const struct tiffsep1_device’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevtsep.c:828:23: note: ‘gs_tiffsep1_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def530]
ghostscript-10.06.0/soobj/gconfig.h:147:1: warning[-Wlto-type-mismatch]: type of ‘gs_txtwrite_device’ does not match original declaration
ghostscript-10.06.0/devices/vector/gdevtxtw.c:166:28: note: type ‘const struct gx_device_txtwrite_t’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/vector/gdevtxtw.c:166:28: note: ‘gs_txtwrite_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def531]
ghostscript-10.06.0/soobj/gconfig.h:148:1: warning[-Wlto-type-mismatch]: type of ‘gs_urfcmyk_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevurf.c:287:21: note: type ‘const struct gx_device_urf’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevurf.c:287:21: note: ‘gs_urfcmyk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def532]
ghostscript-10.06.0/soobj/gconfig.h:149:1: warning[-Wlto-type-mismatch]: type of ‘gs_urfgray_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevurf.c:269:21: note: type ‘const struct gx_device_urf’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevurf.c:269:21: note: ‘gs_urfgray_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def533]
ghostscript-10.06.0/soobj/gconfig.h:150:1: warning[-Wlto-type-mismatch]: type of ‘gs_urfrgb_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevurf.c:278:21: note: type ‘const struct gx_device_urf’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevurf.c:278:21: note: ‘gs_urfrgb_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def534]
ghostscript-10.06.0/soobj/gconfig.h:153:1: warning[-Wlto-type-mismatch]: type of ‘gs_xcf_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevxcf.c:164:18: note: type ‘const struct xcf_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevxcf.c:164:18: note: ‘gs_xcf_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def535]
ghostscript-10.06.0/soobj/gconfig.h:156:1: warning[-Wlto-type-mismatch]: type of ‘gs_xpswrite_device’ does not match original declaration
ghostscript-10.06.0/devices/vector/gdevxps.c:224:21: note: type ‘const struct gx_device_xps’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/vector/gdevxps.c:224:21: note: ‘gs_xpswrite_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def536]
ghostscript-10.06.0/soobj/gconfig.h:159:1: warning[-Wlto-type-mismatch]: type of ‘gs_alc1900_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:280:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:280:25: note: ‘gs_alc1900_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def537]
ghostscript-10.06.0/soobj/gconfig.h:160:1: warning[-Wlto-type-mismatch]: type of ‘gs_alc2000_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:281:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:281:25: note: ‘gs_alc2000_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def538]
ghostscript-10.06.0/soobj/gconfig.h:161:1: warning[-Wlto-type-mismatch]: type of ‘gs_alc4000_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:282:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:282:25: note: ‘gs_alc4000_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def539]
ghostscript-10.06.0/soobj/gconfig.h:162:1: warning[-Wlto-type-mismatch]: type of ‘gs_alc4100_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:283:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:283:25: note: ‘gs_alc4100_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def540]
ghostscript-10.06.0/soobj/gconfig.h:163:1: warning[-Wlto-type-mismatch]: type of ‘gs_alc8500_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:284:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:284:25: note: ‘gs_alc8500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def541]
ghostscript-10.06.0/soobj/gconfig.h:164:1: warning[-Wlto-type-mismatch]: type of ‘gs_alc8600_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:285:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:285:25: note: ‘gs_alc8600_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def542]
ghostscript-10.06.0/soobj/gconfig.h:165:1: warning[-Wlto-type-mismatch]: type of ‘gs_alc9100_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:286:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:286:25: note: ‘gs_alc9100_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def543]
ghostscript-10.06.0/soobj/gconfig.h:166:1: warning[-Wlto-type-mismatch]: type of ‘gs_ap3250_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevescp.c:99:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevescp.c:99:34: note: ‘gs_ap3250_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def544]
ghostscript-10.06.0/soobj/gconfig.h:167:1: warning[-Wlto-type-mismatch]: type of ‘gs_appledmp_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevadmp.c:318:31: note: type ‘const struct gx_device_admp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevadmp.c:318:31: note: ‘gs_appledmp_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def545]
ghostscript-10.06.0/soobj/gconfig.h:170:1: warning[-Wlto-type-mismatch]: type of ‘gs_atx23_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevatx.c:50:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevatx.c:50:25: note: ‘gs_atx23_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def546]
ghostscript-10.06.0/soobj/gconfig.h:171:1: warning[-Wlto-type-mismatch]: type of ‘gs_atx24_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevatx.c:54:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevatx.c:54:25: note: ‘gs_atx24_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def547]
ghostscript-10.06.0/soobj/gconfig.h:172:1: warning[-Wlto-type-mismatch]: type of ‘gs_atx38_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevatx.c:58:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevatx.c:58:25: note: ‘gs_atx38_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def548]
ghostscript-10.06.0/soobj/gconfig.h:175:1: warning[-Wlto-type-mismatch]: type of ‘gs_bj10e_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbj10.c:158:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevbj10.c:158:34: note: ‘gs_bj10e_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def549]
ghostscript-10.06.0/soobj/gconfig.h:176:1: warning[-Wlto-type-mismatch]: type of ‘gs_bj10v_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdev10v.c:86:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdev10v.c:86:19: note: ‘gs_bj10v_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def550]
ghostscript-10.06.0/soobj/gconfig.h:177:1: warning[-Wlto-type-mismatch]: type of ‘gs_bj10vh_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdev10v.c:95:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdev10v.c:95:19: note: ‘gs_bj10vh_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def551]
ghostscript-10.06.0/soobj/gconfig.h:178:1: warning[-Wlto-type-mismatch]: type of ‘gs_bj200_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevbj10.c:118:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevbj10.c:118:34: note: ‘gs_bj200_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def552]
ghostscript-10.06.0/soobj/gconfig.h:179:1: warning[-Wlto-type-mismatch]: type of ‘gs_bjc600_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:660:27: note: type ‘struct gx_device_bjc600’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:660:27: note: ‘gs_bjc600_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def553]
ghostscript-10.06.0/soobj/gconfig.h:180:1: warning[-Wlto-type-mismatch]: type of ‘gs_bjc800_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:679:27: note: type ‘struct gx_device_bjc800’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:679:27: note: ‘gs_bjc800_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def554]
ghostscript-10.06.0/soobj/gconfig.h:181:1: warning[-Wlto-type-mismatch]: type of ‘gs_bjc880j_device’ does not match original declaration
ghostscript-10.06.0/contrib/lips4/gdevl4r.c:170:26: note: type ‘struct gx_device_lips4’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/lips4/gdevl4r.c:170:26: note: ‘gs_bjc880j_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def555]
ghostscript-10.06.0/soobj/gconfig.h:182:1: warning[-Wlto-type-mismatch]: type of ‘gs_bjccmyk_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevbjc_.c:294:29: note: type ‘const struct gx_device_bjc_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevbjc_.c:294:29: note: ‘gs_bjccmyk_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def556]
ghostscript-10.06.0/soobj/gconfig.h:183:1: warning[-Wlto-type-mismatch]: type of ‘gs_bjccolor_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevbjc_.c:327:29: note: type ‘const struct gx_device_bjc_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevbjc_.c:327:29: note: ‘gs_bjccolor_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def557]
ghostscript-10.06.0/soobj/gconfig.h:184:1: warning[-Wlto-type-mismatch]: type of ‘gs_bjcgray_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevbjc_.c:261:29: note: type ‘const struct gx_device_bjc_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevbjc_.c:261:29: note: ‘gs_bjcgray_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def558]
ghostscript-10.06.0/soobj/gconfig.h:185:1: warning[-Wlto-type-mismatch]: type of ‘gs_bjcmono_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevbjc_.c:228:29: note: type ‘const struct gx_device_bjc_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevbjc_.c:228:29: note: ‘gs_bjcmono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def559]
ghostscript-10.06.0/soobj/gconfig.h:186:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdeskjet_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:590:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:590:24: note: ‘gs_cdeskjet_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def560]
ghostscript-10.06.0/soobj/gconfig.h:189:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdj1600_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevcd8.c:864:24: note: type ‘const struct gx_device_cdj850’ should match type ‘const struct gx_device’
ghostscript-10.06.0/contrib/gdevcd8.c:864:24: note: ‘gs_cdj1600_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def561]
ghostscript-10.06.0/soobj/gconfig.h:192:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdj500_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:598:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:598:24: note: ‘gs_cdj500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def562]
ghostscript-10.06.0/soobj/gconfig.h:193:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdj550_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:602:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:602:24: note: ‘gs_cdj550_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def563]
ghostscript-10.06.0/soobj/gconfig.h:196:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdj670_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevcd8.c:836:24: note: type ‘const struct gx_device_cdj850’ should match type ‘const struct gx_device’
ghostscript-10.06.0/contrib/gdevcd8.c:836:24: note: ‘gs_cdj670_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def564]
ghostscript-10.06.0/soobj/gconfig.h:197:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdj850_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevcd8.c:843:24: note: type ‘const struct gx_device_cdj850’ should match type ‘const struct gx_device’
ghostscript-10.06.0/contrib/gdevcd8.c:843:24: note: ‘gs_cdj850_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def565]
ghostscript-10.06.0/soobj/gconfig.h:198:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdj880_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevcd8.c:850:24: note: type ‘const struct gx_device_cdj850’ should match type ‘const struct gx_device’
ghostscript-10.06.0/contrib/gdevcd8.c:850:24: note: ‘gs_cdj880_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def566]
ghostscript-10.06.0/soobj/gconfig.h:199:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdj890_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevcd8.c:857:24: note: type ‘const struct gx_device_cdj850’ should match type ‘const struct gx_device’
ghostscript-10.06.0/contrib/gdevcd8.c:857:24: note: ‘gs_cdj890_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def567]
ghostscript-10.06.0/soobj/gconfig.h:200:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdj970_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevdj9.c:561:24: note: type ‘const struct gx_device_cdj970’ should match type ‘const struct gx_device’
ghostscript-10.06.0/contrib/gdevdj9.c:561:24: note: ‘gs_cdj970_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def568]
ghostscript-10.06.0/soobj/gconfig.h:203:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdjcolor_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:594:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:594:24: note: ‘gs_cdjcolor_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def569]
ghostscript-10.06.0/soobj/gconfig.h:204:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdjmono_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:586:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:586:24: note: ‘gs_cdjmono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def570]
ghostscript-10.06.0/soobj/gconfig.h:207:1: warning[-Wlto-type-mismatch]: type of ‘gs_cdnj500_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevcd8.c:880:24: note: type ‘const struct gx_device_cdj850’ should match type ‘const struct gx_device’
ghostscript-10.06.0/contrib/gdevcd8.c:880:24: note: ‘gs_cdnj500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def571]
ghostscript-10.06.0/soobj/gconfig.h:208:1: warning[-Wlto-type-mismatch]: type of ‘gs_chp2200_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevcd8.c:872:24: note: type ‘const struct gx_device_cdj850’ should match type ‘const struct gx_device’
ghostscript-10.06.0/contrib/gdevcd8.c:872:24: note: ‘gs_chp2200_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def572]
ghostscript-10.06.0/soobj/gconfig.h:211:1: warning[-Wlto-type-mismatch]: type of ‘gs_cljet5_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevclj.c:558:15: note: type ‘struct gx_device_clj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevclj.c:558:15: note: ‘gs_cljet5_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def573]
ghostscript-10.06.0/soobj/gconfig.h:212:1: warning[-Wlto-type-mismatch]: type of ‘gs_cljet5c_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcljc.c:93:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcljc.c:93:25: note: ‘gs_cljet5c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def574]
ghostscript-10.06.0/soobj/gconfig.h:213:1: warning[-Wlto-type-mismatch]: type of ‘gs_cljet5pr_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevclj.c:684:15: note: type ‘struct gx_device_clj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevclj.c:684:15: note: ‘gs_cljet5pr_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def575]
ghostscript-10.06.0/soobj/gconfig.h:214:1: warning[-Wlto-type-mismatch]: type of ‘gs_coslw2p_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcslw.c:33:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcslw.c:33:25: note: ‘gs_coslw2p_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def576]
ghostscript-10.06.0/soobj/gconfig.h:215:1: warning[-Wlto-type-mismatch]: type of ‘gs_coslwxl_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcslw.c:41:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcslw.c:41:25: note: ‘gs_coslwxl_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def577]
ghostscript-10.06.0/soobj/gconfig.h:216:1: warning[-Wlto-type-mismatch]: type of ‘gs_declj250_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:621:23: note: type ‘struct gx_device_pj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:621:23: note: ‘gs_declj250_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def578]
ghostscript-10.06.0/soobj/gconfig.h:219:1: warning[-Wlto-type-mismatch]: type of ‘gs_deskjet_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:157:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:157:23: note: ‘gs_deskjet_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def579]
ghostscript-10.06.0/soobj/gconfig.h:222:1: warning[-Wlto-type-mismatch]: type of ‘gs_dj505j_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:617:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:617:24: note: ‘gs_dj505j_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def580]
ghostscript-10.06.0/soobj/gconfig.h:225:1: warning[-Wlto-type-mismatch]: type of ‘gs_djet500_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:164:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:164:23: note: ‘gs_djet500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def581]
ghostscript-10.06.0/soobj/gconfig.h:228:1: warning[-Wlto-type-mismatch]: type of ‘gs_djet500c_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjtc.c:54:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevdjtc.c:54:34: note: ‘gs_djet500c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def582]
ghostscript-10.06.0/soobj/gconfig.h:229:1: warning[-Wlto-type-mismatch]: type of ‘gs_dl2100_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevln03.c:104:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevln03.c:104:19: note: ‘gs_dl2100_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def583]
ghostscript-10.06.0/soobj/gconfig.h:230:1: warning[-Wlto-type-mismatch]: type of ‘gs_dnj650c_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:625:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:625:24: note: ‘gs_dnj650c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def584]
ghostscript-10.06.0/soobj/gconfig.h:231:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl2050_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:245:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:245:25: note: ‘gs_epl2050_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def585]
ghostscript-10.06.0/soobj/gconfig.h:232:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl2050p_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:246:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:246:25: note: ‘gs_epl2050p_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def586]
ghostscript-10.06.0/soobj/gconfig.h:233:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl2120_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:247:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:247:25: note: ‘gs_epl2120_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def587]
ghostscript-10.06.0/soobj/gconfig.h:234:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl2500_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:248:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:248:25: note: ‘gs_epl2500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def588]
ghostscript-10.06.0/soobj/gconfig.h:235:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl2750_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:249:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:249:25: note: ‘gs_epl2750_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def589]
ghostscript-10.06.0/soobj/gconfig.h:236:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl5800_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:250:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:250:25: note: ‘gs_epl5800_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def590]
ghostscript-10.06.0/soobj/gconfig.h:237:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl5900_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:251:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:251:25: note: ‘gs_epl5900_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def591]
ghostscript-10.06.0/soobj/gconfig.h:238:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl6100_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:252:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:252:25: note: ‘gs_epl6100_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def592]
ghostscript-10.06.0/soobj/gconfig.h:239:1: warning[-Wlto-type-mismatch]: type of ‘gs_epl6200_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:253:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:253:25: note: ‘gs_epl6200_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def593]
ghostscript-10.06.0/soobj/gconfig.h:240:1: warning[-Wlto-type-mismatch]: type of ‘gs_eplcolor_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:298:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:298:25: note: ‘gs_eplcolor_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def594]
ghostscript-10.06.0/soobj/gconfig.h:241:1: warning[-Wlto-type-mismatch]: type of ‘gs_eplmono_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:277:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:277:25: note: ‘gs_eplmono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def595]
ghostscript-10.06.0/soobj/gconfig.h:242:1: warning[-Wlto-type-mismatch]: type of ‘gs_eps9high_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevepsn.c:123:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevepsn.c:123:34: note: ‘gs_eps9high_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def596]
ghostscript-10.06.0/soobj/gconfig.h:243:1: warning[-Wlto-type-mismatch]: type of ‘gs_eps9mid_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevepsn.c:113:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevepsn.c:113:34: note: ‘gs_eps9mid_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def597]
ghostscript-10.06.0/soobj/gconfig.h:244:1: warning[-Wlto-type-mismatch]: type of ‘gs_epson_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevepsn.c:103:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevepsn.c:103:34: note: ‘gs_epson_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def598]
ghostscript-10.06.0/soobj/gconfig.h:245:1: warning[-Wlto-type-mismatch]: type of ‘gs_epsonc_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevepsc.c:157:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevepsc.c:157:34: note: ‘gs_epsonc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def599]
ghostscript-10.06.0/soobj/gconfig.h:246:1: warning[-Wlto-type-mismatch]: type of ‘gs_escp_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:649:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:649:24: note: ‘gs_escp_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def600]
ghostscript-10.06.0/soobj/gconfig.h:247:1: warning[-Wlto-type-mismatch]: type of ‘gs_escpage_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevespg.c:71:25: note: type ‘struct gx_device_lprn’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevespg.c:71:25: note: ‘gs_escpage_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def601]
ghostscript-10.06.0/soobj/gconfig.h:248:1: warning[-Wlto-type-mismatch]: type of ‘gs_fmlbp_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevfmlbp.c:73:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevfmlbp.c:73:19: note: ‘gs_fmlbp_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def602]
ghostscript-10.06.0/soobj/gconfig.h:249:1: warning[-Wlto-type-mismatch]: type of ‘gs_fmpr_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevfmpr.c:32:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevfmpr.c:32:19: note: ‘gs_fmpr_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def603]
ghostscript-10.06.0/soobj/gconfig.h:252:1: warning[-Wlto-type-mismatch]: type of ‘gs_fs600_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:171:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:171:23: note: ‘gs_fs600_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def604]
ghostscript-10.06.0/soobj/gconfig.h:255:1: warning[-Wlto-type-mismatch]: type of ‘gs_gdi_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevgdi.c:106:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevgdi.c:106:28: note: ‘gs_gdi_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def605]
ghostscript-10.06.0/soobj/gconfig.h:256:1: warning[-Wlto-type-mismatch]: type of ‘gs_hl1240_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevhl12.c:187:24: note: type ‘const struct gx_device_hl1250’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevhl12.c:187:24: note: ‘gs_hl1240_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def606]
ghostscript-10.06.0/soobj/gconfig.h:257:1: warning[-Wlto-type-mismatch]: type of ‘gs_hl1250_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevhl12.c:184:24: note: type ‘const struct gx_device_hl1250’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevhl12.c:184:24: note: ‘gs_hl1250_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def607]
ghostscript-10.06.0/soobj/gconfig.h:258:1: warning[-Wlto-type-mismatch]: type of ‘gs_hl7x0_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevhl7x.c:260:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevhl7x.c:260:34: note: ‘gs_hl7x0_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def608]
ghostscript-10.06.0/soobj/gconfig.h:259:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj1120c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:189:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:189:1: note: ‘gs_hpdj1120c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def609]
ghostscript-10.06.0/soobj/gconfig.h:260:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj310_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:169:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:169:1: note: ‘gs_hpdj310_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def610]
ghostscript-10.06.0/soobj/gconfig.h:261:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj320_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:170:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:170:1: note: ‘gs_hpdj320_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def611]
ghostscript-10.06.0/soobj/gconfig.h:262:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj340_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:171:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:171:1: note: ‘gs_hpdj340_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def612]
ghostscript-10.06.0/soobj/gconfig.h:263:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj400_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:172:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:172:1: note: ‘gs_hpdj400_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def613]
ghostscript-10.06.0/soobj/gconfig.h:264:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj500_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:173:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:173:1: note: ‘gs_hpdj500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def614]
ghostscript-10.06.0/soobj/gconfig.h:265:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj500c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:174:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:174:1: note: ‘gs_hpdj500c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def615]
ghostscript-10.06.0/soobj/gconfig.h:266:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj510_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:175:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:175:1: note: ‘gs_hpdj510_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def616]
ghostscript-10.06.0/soobj/gconfig.h:267:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj520_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:176:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:176:1: note: ‘gs_hpdj520_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def617]
ghostscript-10.06.0/soobj/gconfig.h:268:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj540_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:177:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:177:1: note: ‘gs_hpdj540_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def618]
ghostscript-10.06.0/soobj/gconfig.h:269:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj550c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:178:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:178:1: note: ‘gs_hpdj550c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def619]
ghostscript-10.06.0/soobj/gconfig.h:270:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj560c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:179:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:179:1: note: ‘gs_hpdj560c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def620]
ghostscript-10.06.0/soobj/gconfig.h:271:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj600_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:180:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:180:1: note: ‘gs_hpdj600_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def621]
ghostscript-10.06.0/soobj/gconfig.h:272:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj660c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:181:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:181:1: note: ‘gs_hpdj660c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def622]
ghostscript-10.06.0/soobj/gconfig.h:273:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj670c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:182:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:182:1: note: ‘gs_hpdj670c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def623]
ghostscript-10.06.0/soobj/gconfig.h:274:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj680c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:183:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:183:1: note: ‘gs_hpdj680c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def624]
ghostscript-10.06.0/soobj/gconfig.h:275:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj690c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:184:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:184:1: note: ‘gs_hpdj690c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def625]
ghostscript-10.06.0/soobj/gconfig.h:276:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj850c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:185:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:185:1: note: ‘gs_hpdj850c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def626]
ghostscript-10.06.0/soobj/gconfig.h:277:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj855c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:186:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:186:1: note: ‘gs_hpdj855c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def627]
ghostscript-10.06.0/soobj/gconfig.h:278:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj870c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:187:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:187:1: note: ‘gs_hpdj870c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def628]
ghostscript-10.06.0/soobj/gconfig.h:279:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdj890c_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:188:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:188:1: note: ‘gs_hpdj890c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def629]
ghostscript-10.06.0/soobj/gconfig.h:280:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdjplus_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:167:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:167:1: note: ‘gs_hpdjplus_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def630]
ghostscript-10.06.0/soobj/gconfig.h:281:1: warning[-Wlto-type-mismatch]: type of ‘gs_hpdjportable_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:168:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:168:1: note: ‘gs_hpdjportable_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def631]
ghostscript-10.06.0/soobj/gconfig.h:282:1: warning[-Wlto-type-mismatch]: type of ‘gs_ibmpro_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevepsn.c:133:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevepsn.c:133:34: note: ‘gs_ibmpro_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def632]
ghostscript-10.06.0/soobj/gconfig.h:283:1: warning[-Wlto-type-mismatch]: type of ‘gs_imagen_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevimgn.c:243:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevimgn.c:243:34: note: ‘gs_imagen_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def633]
ghostscript-10.06.0/soobj/gconfig.h:286:1: warning[-Wlto-type-mismatch]: type of ‘gs_itk24i_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevatx.c:62:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevatx.c:62:25: note: ‘gs_itk24i_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def634]
ghostscript-10.06.0/soobj/gconfig.h:287:1: warning[-Wlto-type-mismatch]: type of ‘gs_itk38_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevatx.c:66:25: note: type ‘const struct gx_device_printer’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevatx.c:66:25: note: ‘gs_itk38_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def635]
ghostscript-10.06.0/soobj/gconfig.h:290:1: warning[-Wlto-type-mismatch]: type of ‘gs_iwhi_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevadmp.c:351:31: note: type ‘const struct gx_device_admp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevadmp.c:351:31: note: ‘gs_iwhi_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def636]
ghostscript-10.06.0/soobj/gconfig.h:291:1: warning[-Wlto-type-mismatch]: type of ‘gs_iwhic_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevadmp.c:362:31: note: type ‘const struct gx_device_admp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevadmp.c:362:31: note: ‘gs_iwhic_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def637]
ghostscript-10.06.0/soobj/gconfig.h:292:1: warning[-Wlto-type-mismatch]: type of ‘gs_iwlo_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevadmp.c:329:31: note: type ‘const struct gx_device_admp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevadmp.c:329:31: note: ‘gs_iwlo_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def638]
ghostscript-10.06.0/soobj/gconfig.h:293:1: warning[-Wlto-type-mismatch]: type of ‘gs_iwlow_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevadmp.c:340:31: note: type ‘const struct gx_device_admp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevadmp.c:340:31: note: ‘gs_iwlow_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def639]
ghostscript-10.06.0/soobj/gconfig.h:294:1: warning[-Wlto-type-mismatch]: type of ‘gs_iwlq_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevadmp.c:373:31: note: type ‘const struct gx_device_admp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevadmp.c:373:31: note: ‘gs_iwlq_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def640]
ghostscript-10.06.0/soobj/gconfig.h:295:1: warning[-Wlto-type-mismatch]: type of ‘gs_iwlqc_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevadmp.c:384:31: note: type ‘const struct gx_device_admp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevadmp.c:384:31: note: ‘gs_iwlqc_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def641]
ghostscript-10.06.0/soobj/gconfig.h:296:1: warning[-Wlto-type-mismatch]: type of ‘gs_jetp3852_device’ does not match original declaration
ghostscript-10.06.0/devices/gdev3852.c:57:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdev3852.c:57:34: note: ‘gs_jetp3852_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def642]
ghostscript-10.06.0/soobj/gconfig.h:297:1: warning[-Wlto-type-mismatch]: type of ‘gs_jj100_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevj100.c:31:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevj100.c:31:19: note: ‘gs_jj100_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def643]
ghostscript-10.06.0/soobj/gconfig.h:298:1: warning[-Wlto-type-mismatch]: type of ‘gs_la50_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevln03.c:129:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevln03.c:129:19: note: ‘gs_la50_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def644]
ghostscript-10.06.0/soobj/gconfig.h:299:1: warning[-Wlto-type-mismatch]: type of ‘gs_la70_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevln03.c:156:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevln03.c:156:19: note: ‘gs_la70_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def645]
ghostscript-10.06.0/soobj/gconfig.h:300:1: warning[-Wlto-type-mismatch]: type of ‘gs_la75_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevln03.c:182:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevln03.c:182:19: note: ‘gs_la75_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def646]
ghostscript-10.06.0/soobj/gconfig.h:301:1: warning[-Wlto-type-mismatch]: type of ‘gs_la75plus_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevln03.c:209:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevln03.c:209:19: note: ‘gs_la75plus_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def647]
ghostscript-10.06.0/soobj/gconfig.h:304:1: warning[-Wlto-type-mismatch]: type of ‘gs_laserjet_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:178:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:178:23: note: ‘gs_laserjet_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def648]
ghostscript-10.06.0/soobj/gconfig.h:307:1: warning[-Wlto-type-mismatch]: type of ‘gs_lbp310_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevlbp3.c:17:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevlbp3.c:17:28: note: ‘gs_lbp310_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def649]
ghostscript-10.06.0/soobj/gconfig.h:308:1: warning[-Wlto-type-mismatch]: type of ‘gs_lbp320_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevlbp3.c:29:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevlbp3.c:29:28: note: ‘gs_lbp320_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def650]
ghostscript-10.06.0/soobj/gconfig.h:309:1: warning[-Wlto-type-mismatch]: type of ‘gs_lbp8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevlbp8.c:50:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevlbp8.c:50:34: note: ‘gs_lbp8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def651]
ghostscript-10.06.0/soobj/gconfig.h:310:1: warning[-Wlto-type-mismatch]: type of ‘gs_lex2050_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevlx7.c:216:21: note: type ‘struct lxm_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevlx7.c:216:21: note: ‘gs_lex2050_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def652]
ghostscript-10.06.0/soobj/gconfig.h:311:1: warning[-Wlto-type-mismatch]: type of ‘gs_lex3200_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevlx7.c:193:21: note: type ‘struct lxm_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevlx7.c:193:21: note: ‘gs_lex3200_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def653]
ghostscript-10.06.0/soobj/gconfig.h:312:1: warning[-Wlto-type-mismatch]: type of ‘gs_lex5700_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevlx7.c:170:21: note: type ‘struct lxm_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevlx7.c:170:21: note: ‘gs_lex5700_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def654]
ghostscript-10.06.0/soobj/gconfig.h:313:1: warning[-Wlto-type-mismatch]: type of ‘gs_lex7000_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevlx7.c:147:21: note: type ‘struct lxm_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevlx7.c:147:21: note: ‘gs_lex7000_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def655]
ghostscript-10.06.0/soobj/gconfig.h:314:1: warning[-Wlto-type-mismatch]: type of ‘gs_lips2p_device’ does not match original declaration
ghostscript-10.06.0/contrib/lips4/gdevl4r.c:146:25: note: type ‘struct gx_device_lips’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/lips4/gdevl4r.c:146:25: note: ‘gs_lips2p_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def656]
ghostscript-10.06.0/soobj/gconfig.h:315:1: warning[-Wlto-type-mismatch]: type of ‘gs_lips3_device’ does not match original declaration
ghostscript-10.06.0/contrib/lips4/gdevl4r.c:158:25: note: type ‘struct gx_device_lips’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/lips4/gdevl4r.c:158:25: note: ‘gs_lips3_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def657]
ghostscript-10.06.0/soobj/gconfig.h:316:1: warning[-Wlto-type-mismatch]: type of ‘gs_lips4_device’ does not match original declaration
ghostscript-10.06.0/contrib/lips4/gdevl4r.c:182:26: note: type ‘struct gx_device_lips4’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/lips4/gdevl4r.c:182:26: note: ‘gs_lips4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def658]
ghostscript-10.06.0/soobj/gconfig.h:317:1: warning[-Wlto-type-mismatch]: type of ‘gs_lips4v_device’ does not match original declaration
ghostscript-10.06.0/contrib/lips4/gdevl4v.c:185:27: note: type ‘struct gx_device_lips4v’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/lips4/gdevl4v.c:185:27: note: ‘gs_lips4v_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def659]
ghostscript-10.06.0/soobj/gconfig.h:318:1: warning[-Wlto-type-mismatch]: type of ‘gs_lj250_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpjet.c:48:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpjet.c:48:34: note: ‘gs_lj250_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def660]
ghostscript-10.06.0/soobj/gconfig.h:319:1: warning[-Wlto-type-mismatch]: type of ‘gs_lj3100sw_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevl31s.c:92:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevl31s.c:92:28: note: ‘gs_lj3100sw_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def661]
ghostscript-10.06.0/soobj/gconfig.h:320:1: warning[-Wlto-type-mismatch]: type of ‘gs_lj4dith_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:629:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:629:24: note: ‘gs_lj4dith_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def662]
ghostscript-10.06.0/soobj/gconfig.h:321:1: warning[-Wlto-type-mismatch]: type of ‘gs_lj4dithp_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:633:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:633:24: note: ‘gs_lj4dithp_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def663]
ghostscript-10.06.0/soobj/gconfig.h:322:1: warning[-Wlto-type-mismatch]: type of ‘gs_lj5gray_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevlj56.c:73:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevlj56.c:73:25: note: ‘gs_lj5gray_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def664]
ghostscript-10.06.0/soobj/gconfig.h:323:1: warning[-Wlto-type-mismatch]: type of ‘gs_lj5mono_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevlj56.c:54:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevlj56.c:54:25: note: ‘gs_lj5mono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def665]
ghostscript-10.06.0/soobj/gconfig.h:326:1: warning[-Wlto-type-mismatch]: type of ‘gs_ljet2p_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:192:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:192:23: note: ‘gs_ljet2p_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def666]
ghostscript-10.06.0/soobj/gconfig.h:327:1: warning[-Wlto-type-mismatch]: type of ‘gs_ljet3_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:199:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:199:23: note: ‘gs_ljet3_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def667]
ghostscript-10.06.0/soobj/gconfig.h:328:1: warning[-Wlto-type-mismatch]: type of ‘gs_ljet3d_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:206:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:206:23: note: ‘gs_ljet3d_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def668]
ghostscript-10.06.0/soobj/gconfig.h:329:1: warning[-Wlto-type-mismatch]: type of ‘gs_ljet4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:213:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:213:23: note: ‘gs_ljet4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def669]
ghostscript-10.06.0/soobj/gconfig.h:330:1: warning[-Wlto-type-mismatch]: type of ‘gs_ljet4d_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:220:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:220:23: note: ‘gs_ljet4d_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def670]
ghostscript-10.06.0/soobj/gconfig.h:333:1: warning[-Wlto-type-mismatch]: type of ‘gs_ljet4pjl_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:241:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:241:25: note: ‘gs_ljet4pjl_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def671]
ghostscript-10.06.0/soobj/gconfig.h:336:1: warning[-Wlto-type-mismatch]: type of ‘gs_ljetplus_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:185:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:185:23: note: ‘gs_ljetplus_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def672]
ghostscript-10.06.0/soobj/gconfig.h:339:1: warning[-Wlto-type-mismatch]: type of ‘gs_ln03_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevln03.c:67:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevln03.c:67:19: note: ‘gs_ln03_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def673]
ghostscript-10.06.0/soobj/gconfig.h:340:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp1800_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:254:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:254:25: note: ‘gs_lp1800_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def674]
ghostscript-10.06.0/soobj/gconfig.h:341:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp1900_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:255:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:255:25: note: ‘gs_lp1900_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def675]
ghostscript-10.06.0/soobj/gconfig.h:342:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp2000_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevespg.c:66:25: note: type ‘struct gx_device_lprn’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevespg.c:66:25: note: ‘gs_lp2000_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def676]
ghostscript-10.06.0/soobj/gconfig.h:343:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp2200_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:256:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:256:25: note: ‘gs_lp2200_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def677]
ghostscript-10.06.0/soobj/gconfig.h:344:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp2400_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:257:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:257:25: note: ‘gs_lp2400_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def678]
ghostscript-10.06.0/soobj/gconfig.h:345:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp2500_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:258:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:258:25: note: ‘gs_lp2500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def679]
ghostscript-10.06.0/soobj/gconfig.h:348:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp2563_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:227:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:227:23: note: ‘gs_lp2563_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def680]
ghostscript-10.06.0/soobj/gconfig.h:351:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp3000c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:287:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:287:25: note: ‘gs_lp3000c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def681]
ghostscript-10.06.0/soobj/gconfig.h:352:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp7500_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:259:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:259:25: note: ‘gs_lp7500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def682]
ghostscript-10.06.0/soobj/gconfig.h:353:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp7700_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:260:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:260:25: note: ‘gs_lp7700_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def683]
ghostscript-10.06.0/soobj/gconfig.h:354:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp7900_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:261:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:261:25: note: ‘gs_lp7900_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def684]
ghostscript-10.06.0/soobj/gconfig.h:355:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8000_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevlp8k.c:172:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevlp8k.c:172:28: note: ‘gs_lp8000_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def685]
ghostscript-10.06.0/soobj/gconfig.h:356:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8000c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:288:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:288:25: note: ‘gs_lp8000c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def686]
ghostscript-10.06.0/soobj/gconfig.h:357:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8100_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:262:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:262:25: note: ‘gs_lp8100_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def687]
ghostscript-10.06.0/soobj/gconfig.h:358:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8200c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:289:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:289:25: note: ‘gs_lp8200c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def688]
ghostscript-10.06.0/soobj/gconfig.h:359:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8300c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:290:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:290:25: note: ‘gs_lp8300c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def689]
ghostscript-10.06.0/soobj/gconfig.h:360:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8300f_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:263:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:263:25: note: ‘gs_lp8300f_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def690]
ghostscript-10.06.0/soobj/gconfig.h:361:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8400f_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:264:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:264:25: note: ‘gs_lp8400f_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def691]
ghostscript-10.06.0/soobj/gconfig.h:362:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8500c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:291:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:291:25: note: ‘gs_lp8500c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def692]
ghostscript-10.06.0/soobj/gconfig.h:363:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8600_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:265:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:265:25: note: ‘gs_lp8600_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def693]
ghostscript-10.06.0/soobj/gconfig.h:364:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8600f_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:266:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:266:25: note: ‘gs_lp8600f_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def694]
ghostscript-10.06.0/soobj/gconfig.h:365:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8700_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:267:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:267:25: note: ‘gs_lp8700_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def695]
ghostscript-10.06.0/soobj/gconfig.h:366:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8800c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:292:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:292:25: note: ‘gs_lp8800c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def696]
ghostscript-10.06.0/soobj/gconfig.h:367:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp8900_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:268:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:268:25: note: ‘gs_lp8900_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def697]
ghostscript-10.06.0/soobj/gconfig.h:368:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9000b_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:269:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:269:25: note: ‘gs_lp9000b_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def698]
ghostscript-10.06.0/soobj/gconfig.h:369:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9000c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:293:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:293:25: note: ‘gs_lp9000c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def699]
ghostscript-10.06.0/soobj/gconfig.h:370:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9100_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:270:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:270:25: note: ‘gs_lp9100_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def700]
ghostscript-10.06.0/soobj/gconfig.h:371:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9200b_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:271:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:271:25: note: ‘gs_lp9200b_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def701]
ghostscript-10.06.0/soobj/gconfig.h:372:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9200c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:294:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:294:25: note: ‘gs_lp9200c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def702]
ghostscript-10.06.0/soobj/gconfig.h:373:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9300_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:272:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:272:25: note: ‘gs_lp9300_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def703]
ghostscript-10.06.0/soobj/gconfig.h:374:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9400_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:273:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:273:25: note: ‘gs_lp9400_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def704]
ghostscript-10.06.0/soobj/gconfig.h:375:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9500c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:295:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:295:25: note: ‘gs_lp9500c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def705]
ghostscript-10.06.0/soobj/gconfig.h:376:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9600_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:274:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:274:25: note: ‘gs_lp9600_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def706]
ghostscript-10.06.0/soobj/gconfig.h:377:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9600s_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:275:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:275:25: note: ‘gs_lp9600s_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def707]
ghostscript-10.06.0/soobj/gconfig.h:378:1: warning[-Wlto-type-mismatch]: type of ‘gs_lp9800c_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:296:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:296:25: note: ‘gs_lp9800c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def708]
ghostscript-10.06.0/soobj/gconfig.h:379:1: warning[-Wlto-type-mismatch]: type of ‘gs_lps4500_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:276:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:276:25: note: ‘gs_lps4500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def709]
ghostscript-10.06.0/soobj/gconfig.h:380:1: warning[-Wlto-type-mismatch]: type of ‘gs_lps6500_device’ does not match original declaration
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:297:25: note: type ‘struct gx_device_escv’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/eplaser/gdevescv.c:297:25: note: ‘gs_lps6500_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def710]
ghostscript-10.06.0/soobj/gconfig.h:381:1: warning[-Wlto-type-mismatch]: type of ‘gs_lq850_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdm24.c:38:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevdm24.c:38:25: note: ‘gs_lq850_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def711]
ghostscript-10.06.0/soobj/gconfig.h:382:1: warning[-Wlto-type-mismatch]: type of ‘gs_lxm3200_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevlx32.c:318:21: note: type ‘struct lxm_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevlx32.c:318:21: note: ‘gs_lxm3200_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def712]
ghostscript-10.06.0/soobj/gconfig.h:383:1: warning[-Wlto-type-mismatch]: type of ‘gs_lxm5700m_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevlxm.c:62:21: note: type ‘struct lxm_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevlxm.c:62:21: note: ‘gs_lxm5700m_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def713]
ghostscript-10.06.0/soobj/gconfig.h:384:1: warning[-Wlto-type-mismatch]: type of ‘gs_m8510_device’ does not match original declaration
ghostscript-10.06.0/devices/gdev8510.c:26:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdev8510.c:26:34: note: ‘gs_m8510_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def714]
ghostscript-10.06.0/soobj/gconfig.h:385:1: warning[-Wlto-type-mismatch]: type of ‘gs_md1xMono_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevalps.c:86:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevalps.c:86:28: note: ‘gs_md1xMono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def715]
ghostscript-10.06.0/soobj/gconfig.h:386:1: warning[-Wlto-type-mismatch]: type of ‘gs_md2k_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevmd2k.c:95:25: note: type ‘struct gx_device_alps’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevmd2k.c:95:25: note: ‘gs_md2k_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def716]
ghostscript-10.06.0/soobj/gconfig.h:387:1: warning[-Wlto-type-mismatch]: type of ‘gs_md50Eco_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevalps.c:77:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevalps.c:77:28: note: ‘gs_md50Eco_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def717]
ghostscript-10.06.0/soobj/gconfig.h:388:1: warning[-Wlto-type-mismatch]: type of ‘gs_md50Mono_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevalps.c:68:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevalps.c:68:28: note: ‘gs_md50Mono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def718]
ghostscript-10.06.0/soobj/gconfig.h:389:1: warning[-Wlto-type-mismatch]: type of ‘gs_md5k_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevmd2k.c:96:25: note: type ‘struct gx_device_alps’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevmd2k.c:96:25: note: ‘gs_md5k_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def719]
ghostscript-10.06.0/soobj/gconfig.h:390:1: warning[-Wlto-type-mismatch]: type of ‘gs_mj500c_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevmjc.c:265:23: note: type ‘struct gx_device_mj’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevmjc.c:265:23: note: ‘gs_mj500c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def720]
ghostscript-10.06.0/soobj/gconfig.h:391:1: warning[-Wlto-type-mismatch]: type of ‘gs_mj6000c_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevmjc.c:270:23: note: type ‘struct gx_device_mj’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevmjc.c:270:23: note: ‘gs_mj6000c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def721]
ghostscript-10.06.0/soobj/gconfig.h:392:1: warning[-Wlto-type-mismatch]: type of ‘gs_mj700v2c_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevmjc.c:259:23: note: type ‘struct gx_device_mj’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevmjc.c:259:23: note: ‘gs_mj700v2c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def722]
ghostscript-10.06.0/soobj/gconfig.h:393:1: warning[-Wlto-type-mismatch]: type of ‘gs_mj8000c_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevmjc.c:275:23: note: type ‘struct gx_device_mj’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevmjc.c:275:23: note: ‘gs_mj8000c_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def723]
ghostscript-10.06.0/soobj/gconfig.h:394:1: warning[-Wlto-type-mismatch]: type of ‘gs_ml600_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevml6.c:44:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevml6.c:44:19: note: ‘gs_ml600_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def724]
ghostscript-10.06.0/soobj/gconfig.h:395:1: warning[-Wlto-type-mismatch]: type of ‘gs_necp6_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdm24.c:27:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevdm24.c:27:34: note: ‘gs_necp6_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def725]
ghostscript-10.06.0/soobj/gconfig.h:396:1: warning[-Wlto-type-mismatch]: type of ‘gs_npdl_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevnpdl.c:132:25: note: type ‘struct gx_device_lprn’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevnpdl.c:132:25: note: ‘gs_npdl_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def726]
ghostscript-10.06.0/soobj/gconfig.h:399:1: warning[-Wlto-type-mismatch]: type of ‘gs_oce9050_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevdjet.c:234:23: note: type ‘const struct gx_device_hpjet’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevdjet.c:234:23: note: ‘gs_oce9050_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def727]
ghostscript-10.06.0/soobj/gconfig.h:402:1: warning[-Wlto-type-mismatch]: type of ‘gs_oki182_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevo182.c:67:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevo182.c:67:34: note: ‘gs_oki182_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def728]
ghostscript-10.06.0/soobj/gconfig.h:403:1: warning[-Wlto-type-mismatch]: type of ‘gs_oki4w_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevop4w.c:106:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevop4w.c:106:28: note: ‘gs_oki4w_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def729]
ghostscript-10.06.0/soobj/gconfig.h:404:1: warning[-Wlto-type-mismatch]: type of ‘gs_okiibm_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevokii.c:77:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevokii.c:77:34: note: ‘gs_okiibm_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def730]
ghostscript-10.06.0/soobj/gconfig.h:405:1: warning[-Wlto-type-mismatch]: type of ‘gs_oprp_device’ does not match original declaration
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:504:22: note: type ‘const struct gx_device_oprp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:504:22: note: ‘gs_oprp_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def731]
ghostscript-10.06.0/soobj/gconfig.h:406:1: warning[-Wlto-type-mismatch]: type of ‘gs_opvp_device’ does not match original declaration
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:459:33: note: type ‘const struct gx_device_opvp’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/opvp/gdevopvp.c:459:33: note: ‘gs_opvp_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def732]
ghostscript-10.06.0/soobj/gconfig.h:407:1: warning[-Wlto-type-mismatch]: type of ‘gs_paintjet_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpjet.c:55:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpjet.c:55:34: note: ‘gs_paintjet_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def733]
ghostscript-10.06.0/soobj/gconfig.h:408:1: warning[-Wlto-type-mismatch]: type of ‘gs_pcl3_device’ does not match original declaration
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:162:1: note: type ‘struct pcl3_Device’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/pcl3/src/gdevpcl3.c:162:1: note: ‘gs_pcl3_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def734]
ghostscript-10.06.0/soobj/gconfig.h:409:1: warning[-Wlto-type-mismatch]: type of ‘gs_photoex_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevphex.c:1030:28: note: type ‘struct gx_photoex_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevphex.c:1030:28: note: ‘gs_photoex_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def735]
ghostscript-10.06.0/soobj/gconfig.h:410:1: warning[-Wlto-type-mismatch]: type of ‘gs_picty180_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:613:24: note: type ‘struct gx_device_cdj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:613:24: note: ‘gs_picty180_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def736]
ghostscript-10.06.0/soobj/gconfig.h:411:1: warning[-Wlto-type-mismatch]: type of ‘gs_pj_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:637:23: note: type ‘struct gx_device_pj’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:637:23: note: ‘gs_pj_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def737]
ghostscript-10.06.0/soobj/gconfig.h:412:1: warning[-Wlto-type-mismatch]: type of ‘gs_pjetxl_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpjet.c:63:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevpjet.c:63:34: note: ‘gs_pjetxl_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def738]
ghostscript-10.06.0/soobj/gconfig.h:413:1: warning[-Wlto-type-mismatch]: type of ‘gs_pjxl_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:641:25: note: type ‘struct gx_device_pjxl’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:641:25: note: ‘gs_pjxl_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def739]
ghostscript-10.06.0/soobj/gconfig.h:414:1: warning[-Wlto-type-mismatch]: type of ‘gs_pjxl300_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevcdj.c:645:25: note: type ‘struct gx_device_pjxl’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevcdj.c:645:25: note: ‘gs_pjxl300_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def740]
ghostscript-10.06.0/soobj/gconfig.h:415:1: warning[-Wlto-type-mismatch]: type of ‘gs_pr1000_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevp201.c:52:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevp201.c:52:19: note: ‘gs_pr1000_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def741]
ghostscript-10.06.0/soobj/gconfig.h:416:1: warning[-Wlto-type-mismatch]: type of ‘gs_pr1000_4_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevp201.c:70:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevp201.c:70:19: note: ‘gs_pr1000_4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def742]
ghostscript-10.06.0/soobj/gconfig.h:417:1: warning[-Wlto-type-mismatch]: type of ‘gs_pr150_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevp201.c:61:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevp201.c:61:19: note: ‘gs_pr150_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def743]
ghostscript-10.06.0/soobj/gconfig.h:418:1: warning[-Wlto-type-mismatch]: type of ‘gs_pr201_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevp201.c:43:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevp201.c:43:19: note: ‘gs_pr201_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def744]
ghostscript-10.06.0/soobj/gconfig.h:421:1: warning[-Wlto-type-mismatch]: type of ‘gs_pxlcolor_device’ does not match original declaration
ghostscript-10.06.0/devices/vector/gdevpx.c:200:23: note: type ‘const struct gx_device_pclxl’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/vector/gdevpx.c:200:23: note: ‘gs_pxlcolor_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def745]
ghostscript-10.06.0/soobj/gconfig.h:422:1: warning[-Wlto-type-mismatch]: type of ‘gs_pxlmono_device’ does not match original declaration
ghostscript-10.06.0/devices/vector/gdevpx.c:196:23: note: type ‘const struct gx_device_pclxl’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/vector/gdevpx.c:196:23: note: ‘gs_pxlmono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def746]
ghostscript-10.06.0/soobj/gconfig.h:425:1: warning[-Wlto-type-mismatch]: type of ‘gs_r4081_device’ does not match original declaration
ghostscript-10.06.0/devices/gdev4081.c:24:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdev4081.c:24:34: note: ‘gs_r4081_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def747]
ghostscript-10.06.0/soobj/gconfig.h:426:1: warning[-Wlto-type-mismatch]: type of ‘gs_rinkj_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevrinkj.c:145:20: note: type ‘const struct rinkj_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevrinkj.c:145:20: note: ‘gs_rinkj_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def748]
ghostscript-10.06.0/soobj/gconfig.h:427:1: warning[-Wlto-type-mismatch]: type of ‘gs_rpdl_device’ does not match original declaration
ghostscript-10.06.0/contrib/japanese/gdevrpdl.c:48:25: note: type ‘struct gx_device_lprn’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/japanese/gdevrpdl.c:48:25: note: ‘gs_rpdl_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def749]
ghostscript-10.06.0/soobj/gconfig.h:428:1: warning[-Wlto-type-mismatch]: type of ‘gs_samsunggdi_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevgdi.c:114:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevgdi.c:114:28: note: ‘gs_samsunggdi_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def750]
ghostscript-10.06.0/soobj/gconfig.h:429:1: warning[-Wlto-type-mismatch]: type of ‘gs_sj48_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevsj48.c:43:28: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevsj48.c:43:28: note: ‘gs_sj48_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def751]
ghostscript-10.06.0/soobj/gconfig.h:430:1: warning[-Wlto-type-mismatch]: type of ‘gs_st800_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevescp.c:89:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevescp.c:89:34: note: ‘gs_st800_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def752]
ghostscript-10.06.0/soobj/gconfig.h:431:1: warning[-Wlto-type-mismatch]: type of ‘gs_stcolor_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevstc.c:163:25: note: type ‘struct stcolor_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevstc.c:163:25: note: ‘gs_stcolor_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def753]
ghostscript-10.06.0/soobj/gconfig.h:432:1: warning[-Wlto-type-mismatch]: type of ‘gs_t4693d2_device’ does not match original declaration
ghostscript-10.06.0/devices/gdev4693.c:44:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdev4693.c:44:25: note: ‘gs_t4693d2_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def754]
ghostscript-10.06.0/soobj/gconfig.h:433:1: warning[-Wlto-type-mismatch]: type of ‘gs_t4693d4_device’ does not match original declaration
ghostscript-10.06.0/devices/gdev4693.c:45:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdev4693.c:45:25: note: ‘gs_t4693d4_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def755]
ghostscript-10.06.0/soobj/gconfig.h:434:1: warning[-Wlto-type-mismatch]: type of ‘gs_t4693d8_device’ does not match original declaration
ghostscript-10.06.0/devices/gdev4693.c:46:25: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdev4693.c:46:25: note: ‘gs_t4693d8_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def756]
ghostscript-10.06.0/soobj/gconfig.h:435:1: warning[-Wlto-type-mismatch]: type of ‘gs_tek4696_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevtknk.c:52:34: note: type ‘const struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevtknk.c:52:34: note: ‘gs_tek4696_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def757]
ghostscript-10.06.0/soobj/gconfig.h:436:1: warning[-Wlto-type-mismatch]: type of ‘gs_uniprint_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevupd.c:248:21: note: type ‘struct upd_device’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevupd.c:248:21: note: ‘gs_uniprint_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def758]
ghostscript-10.06.0/soobj/gconfig.h:437:1: warning[-Wlto-type-mismatch]: type of ‘gs_xes_device’ does not match original declaration
ghostscript-10.06.0/contrib/gdevxes.c:69:19: note: type ‘struct gx_device_printer’ should match type ‘struct gx_device’
ghostscript-10.06.0/contrib/gdevxes.c:69:19: note: ‘gs_xes_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def759]
ghostscript-10.06.0/soobj/gconfig.h:440:1: warning[-Wlto-type-mismatch]: type of ‘gs_appleraster_device’ does not match original declaration
ghostscript-10.06.0/cups/gdevcups.c:486:17: note: type ‘struct gx_device_cups’ should match type ‘const struct gx_device’
ghostscript-10.06.0/cups/gdevcups.c:486:17: note: ‘gs_appleraster_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def760]
ghostscript-10.06.0/soobj/gconfig.h:441:1: warning[-Wlto-type-mismatch]: type of ‘gs_cups_device’ does not match original declaration
ghostscript-10.06.0/cups/gdevcups.c:482:17: note: type ‘struct gx_device_cups’ should match type ‘const struct gx_device’
ghostscript-10.06.0/cups/gdevcups.c:482:17: note: ‘gs_cups_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def761]
ghostscript-10.06.0/soobj/gconfig.h:442:1: warning[-Wlto-type-mismatch]: type of ‘gs_pwgraster_device’ does not match original declaration
ghostscript-10.06.0/cups/gdevcups.c:483:17: note: type ‘struct gx_device_cups’ should match type ‘const struct gx_device’
ghostscript-10.06.0/cups/gdevcups.c:483:17: note: ‘gs_pwgraster_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def762]
ghostscript-10.06.0/soobj/gconfig.h:443:1: warning[-Wlto-type-mismatch]: type of ‘gs_urf_device’ does not match original declaration
ghostscript-10.06.0/cups/gdevcups.c:488:17: note: type ‘struct gx_device_cups’ should match type ‘const struct gx_device’
ghostscript-10.06.0/cups/gdevcups.c:488:17: note: ‘gs_urf_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def763]
ghostscript-10.06.0/soobj/gconfig.h:446:1: warning[-Wlto-type-mismatch]: type of ‘gs_ijs_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevijs.c:144:15: note: type ‘struct gx_device_ijs’ should match type ‘struct gx_device’
ghostscript-10.06.0/devices/gdevijs.c:144:15: note: ‘gs_ijs_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def764]
ghostscript-10.06.0/soobj/gconfig.h:449:1: warning[-Wlto-type-mismatch]: type of ‘gs_png16_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:123:21: note: type ‘const struct gx_device_png’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:123:21: note: ‘gs_png16_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def765]
ghostscript-10.06.0/soobj/gconfig.h:450:1: warning[-Wlto-type-mismatch]: type of ‘gs_png16m_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:224:21: note: type ‘const struct gx_device_png’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:224:21: note: ‘gs_png16m_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def766]
ghostscript-10.06.0/soobj/gconfig.h:451:1: warning[-Wlto-type-mismatch]: type of ‘gs_png16malpha_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:332:26: note: type ‘const struct gx_device_pngalpha’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:332:26: note: ‘gs_png16malpha_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def767]
ghostscript-10.06.0/soobj/gconfig.h:452:1: warning[-Wlto-type-mismatch]: type of ‘gs_png256_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:148:21: note: type ‘const struct gx_device_png’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:148:21: note: ‘gs_png256_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def768]
ghostscript-10.06.0/soobj/gconfig.h:453:1: warning[-Wlto-type-mismatch]: type of ‘gs_png48_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:249:21: note: type ‘const struct gx_device_png’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:249:21: note: ‘gs_png48_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def769]
ghostscript-10.06.0/soobj/gconfig.h:454:1: warning[-Wlto-type-mismatch]: type of ‘gs_pngalpha_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:296:26: note: type ‘const struct gx_device_pngalpha’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:296:26: note: ‘gs_pngalpha_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def770]
ghostscript-10.06.0/soobj/gconfig.h:455:1: warning[-Wlto-type-mismatch]: type of ‘gs_pnggray_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:172:21: note: type ‘const struct gx_device_png’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:172:21: note: ‘gs_pnggray_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def771]
ghostscript-10.06.0/soobj/gconfig.h:456:1: warning[-Wlto-type-mismatch]: type of ‘gs_pngmono_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:97:21: note: type ‘const struct gx_device_png’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:97:21: note: ‘gs_pngmono_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def772]
ghostscript-10.06.0/soobj/gconfig.h:457:1: warning[-Wlto-type-mismatch]: type of ‘gs_pngmonod_device’ does not match original declaration
ghostscript-10.06.0/devices/gdevpng.c:196:21: note: type ‘const struct gx_device_png’ should match type ‘const struct gx_device’
ghostscript-10.06.0/devices/gdevpng.c:196:21: note: ‘gs_pngmonod_device’ was previously declared here
Error: COMPILER_WARNING (CWE-704): [#def773]
ghostscript-10.06.0/soobj/gconfig.h:458:1: warning[-Wlto-type-mismatch]: type of ‘gs_nullpage_device’ does not match original declaration
ghostscript-10.06.0/base/gdevnfwd.c:1007:22: note: type ‘const struct gx_device_null’ should match type ‘const struct gx_device’
ghostscript-10.06.0/base/gdevnfwd.c:1007:22: note: ‘gs_nullpage_device’ was previously declared here
Scan Properties
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-177.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | ghostscript-10.06.0-1.fc44 |
| store-results-to | /tmp/tmp11q9unix/ghostscript-10.06.0-1.fc44.tar.xz |
| time-created | 2026-01-08 16:23:56 |
| time-finished | 2026-01-08 16:30:44 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp11q9unix/ghostscript-10.06.0-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp11q9unix/ghostscript-10.06.0-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |