vte291-0.82.2-1.fc44

List of Findings

Error: SHELLCHECK_WARNING (CWE-758): [#def1]
/etc/profile.d/vte.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
#    1|-> # Copyright © 2012 Christian Persch
#    2|   #
#    3|   # This program is free software: you can redistribute it and/or modify

Error: SHELLCHECK_WARNING (CWE-398): [#def2]
/etc/profile.d/vte.sh:86:9: warning[SC2178]: Variable was used as an array but is now assigned a string.
#   84|           PROMPT_COMMAND+=(__vte_osc7)
#   85|       else
#   86|->         PROMPT_COMMAND="__vte_prompt_command"
#   87|       fi
#   88|       PS0=$(__vte_termprop_signal "vte.shell.preexec")

Error: SHELLCHECK_WARNING (CWE-457): [#def3]
/etc/profile.d/vte.sh:144:42: warning[SC2154]: preexec is referenced but not assigned.
#  142|               return $errsv
#  143|           }
#  144|->         preexec_functions=(__vte_preexec $preexec $preexec_functions)
#  145|           unset preexec
#  146|       fi

Error: SHELLCHECK_WARNING (CWE-140): [#def4]
/etc/profile.d/vte.sh:144:42: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
#  142|               return $errsv
#  143|           }
#  144|->         preexec_functions=(__vte_preexec $preexec $preexec_functions)
#  145|           unset preexec
#  146|       fi

Error: SHELLCHECK_WARNING (CWE-140): [#def5]
/etc/profile.d/vte.sh:144:51: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
#  142|               return $errsv
#  143|           }
#  144|->         preexec_functions=(__vte_preexec $preexec $preexec_functions)
#  145|           unset preexec
#  146|       fi

Error: GCC_ANALYZER_WARNING (CWE-404): [#def6]
vte-0.82.2/redhat-linux-build/src/marshal.c:205:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
vte-0.82.2/redhat-linux-build/src/marshal.c:199:3: acquire_resource: ‘va_copy’ called here
vte-0.82.2/redhat-linux-build/src/marshal.c:204:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/src/marshal.c:205:12: throw: if ‘g_boxed_copy’ throws an exception...
vte-0.82.2/redhat-linux-build/src/marshal.c:205:12: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
#  203|     arg1 = (gpointer) va_arg (args_copy, gpointer);
#  204|     if ((param_types[1] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg1 != NULL)
#  205|->     arg1 = g_boxed_copy (param_types[1] & ~G_SIGNAL_TYPE_STATIC_SCOPE, arg1);
#  206|     va_end (args_copy);
#  207|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def7]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def8]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def9]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def10]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def11]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def12]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def14]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def15]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def16]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def17]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def18]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def19]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def20]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def21]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def22]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def23]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def24]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def25]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def26]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-404): [#def27]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:599:1: enter_function: entry to ‘dump_error_quark’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def28]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def29]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def30]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def31]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def32]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:685:25: branch_true: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def33]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:685:25: branch_true: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def34]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:685:25: branch_true: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def35]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:685:25: branch_true: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def36]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def37]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def38]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def39]
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspect18vjr0_l/Vte-2.91.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def40]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def44]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def46]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def48]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def49]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def50]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def51]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def52]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def53]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def54]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def55]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def56]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def57]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def58]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-404): [#def60]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:599:1: enter_function: entry to ‘dump_error_quark’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def61]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def62]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def63]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:685:25: branch_true: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def66]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:685:25: branch_true: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def67]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:685:25: branch_true: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_true: following ‘true’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:685:25: branch_true: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def69]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def70]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_resource: opened here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def71]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:630:1: enter_function: entry to ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:645:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:654:15: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:658:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:669:11: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:670:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:682:12: acquire_memory: allocated here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:683:6: branch_false: following ‘false’ branch...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: branch_false: ...to here
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
vte-0.82.2/redhat-linux-build/tmp-introspecte33qgout/Vte-3.91.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)

Error: CPPCHECK_WARNING (CWE-480): [#def73]
vte-0.82.2/src/glib-glue.cc:111: error[rethrowNoCurrentException]: Rethrowing current exception with 'throw;', it seems there is no current exception to rethrow. If there is no current exception this calls std::terminate(). More: https://isocpp.org/wiki/faq/exceptions#throw-without-an-object
#  109|   {
#  110|           try {
#  111|->                 throw; // rethrow current exception
#  112|           } catch (std::bad_alloc const& e) {
#  113|                   g_error("Allocation failure: %s\n", e.what());

Error: CPPCHECK_WARNING (CWE-480): [#def74]
vte-0.82.2/src/glib-glue.cc:139: error[rethrowNoCurrentException]: Rethrowing current exception with 'throw;', it seems there is no current exception to rethrow. If there is no current exception this calls std::terminate(). More: https://isocpp.org/wiki/faq/exceptions#throw-without-an-object
#  137|   
#  138|           try {
#  139|->                 throw; // rethrow current exception
#  140|           } catch (std::bad_alloc const& e) {
#  141|                   g_error("Allocation failure: %s\n", e.what());

Error: GCC_ANALYZER_WARNING (CWE-479): [#def75]
vte-0.82.2/src/mev.c:50:9: warning[-Wanalyzer-unsafe-call-within-signal-handler]: call to ‘fprintf’ from within signal handler
vte-0.82.2/src/mev.c:348:1: enter_function: entry to ‘main’
vte-0.82.2/src/mev.c:354:12: branch_false: following ‘false’ branch...
vte-0.82.2/src/mev.c:359:9: branch_false: ...to here
vte-0.82.2/src/mev.c:338:1: enter_function: entry to ‘sigint_handler’
vte-0.82.2/src/mev.c:343:9: call_function: calling ‘reset’ from ‘sigint_handler’
#   48|   decset(int mode, gboolean value)
#   49|   {
#   50|-> 	fprintf(stdout, _VTE_CAP_CSI "?%d%c", mode, value ? 'h' : 'l');
#   51|   }
#   52|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def76]
vte-0.82.2/src/slowcat.c:49:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
vte-0.82.2/src/slowcat.c:38:12: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:39:22: acquire_resource: opened here
vte-0.82.2/src/slowcat.c:40:20: branch_false: following ‘false’ branch...
vte-0.82.2/src/slowcat.c:49:15: branch_false: ...to here
vte-0.82.2/src/slowcat.c:49:15: throw: if ‘g_malloc’ throws an exception...
vte-0.82.2/src/slowcat.c:49:15: danger: ‘fp’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#   47|   	}
#   48|   
#   49|-> 	buf = g_malloc(chunksize);
#   50|   
#   51|   	while (!feof(fp)) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def77]
vte-0.82.2/src/slowcat.c:49:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
vte-0.82.2/src/slowcat.c:38:12: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:39:22: acquire_memory: allocated here
vte-0.82.2/src/slowcat.c:40:20: branch_false: following ‘false’ branch...
vte-0.82.2/src/slowcat.c:49:15: branch_false: ...to here
vte-0.82.2/src/slowcat.c:49:15: throw: if ‘g_malloc’ throws an exception...
vte-0.82.2/src/slowcat.c:49:15: danger: ‘fp’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#   47|   	}
#   48|   
#   49|-> 	buf = g_malloc(chunksize);
#   50|   
#   51|   	while (!feof(fp)) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def78]
vte-0.82.2/src/slowcat.c:54:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
vte-0.82.2/src/slowcat.c:38:12: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:39:22: acquire_resource: opened here
vte-0.82.2/src/slowcat.c:40:20: branch_false: following ‘false’ branch...
vte-0.82.2/src/slowcat.c:49:15: branch_false: ...to here
vte-0.82.2/src/slowcat.c:51:16: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:52:29: branch_true: ...to here
vte-0.82.2/src/slowcat.c:54:17: throw: if ‘select’ throws an exception...
vte-0.82.2/src/slowcat.c:54:17: danger: ‘fp’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
#   52|   		tv.tv_sec = delay / 1000000;
#   53|   		tv.tv_usec = delay % 1000000;
#   54|-> 		select(0, NULL, NULL, NULL, &tv);
#   55|   		for (i = 0; i < chunksize; i++) {
#   56|   			c = fgetc(fp);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def79]
vte-0.82.2/src/slowcat.c:54:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
vte-0.82.2/src/slowcat.c:38:12: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:39:22: acquire_memory: allocated here
vte-0.82.2/src/slowcat.c:40:20: branch_false: following ‘false’ branch...
vte-0.82.2/src/slowcat.c:49:15: branch_false: ...to here
vte-0.82.2/src/slowcat.c:51:16: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:52:29: branch_true: ...to here
vte-0.82.2/src/slowcat.c:54:17: throw: if ‘select’ throws an exception...
vte-0.82.2/src/slowcat.c:54:17: danger: ‘fp’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
#   52|   		tv.tv_sec = delay / 1000000;
#   53|   		tv.tv_usec = delay % 1000000;
#   54|-> 		select(0, NULL, NULL, NULL, &tv);
#   55|   		for (i = 0; i < chunksize; i++) {
#   56|   			c = fgetc(fp);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def80]
vte-0.82.2/src/slowcat.c:56:29: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
vte-0.82.2/src/slowcat.c:38:12: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:39:22: acquire_resource: opened here
vte-0.82.2/src/slowcat.c:40:20: branch_false: following ‘false’ branch...
vte-0.82.2/src/slowcat.c:49:15: branch_false: ...to here
vte-0.82.2/src/slowcat.c:51:16: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:52:29: branch_true: ...to here
vte-0.82.2/src/slowcat.c:55:29: branch_true: following ‘true’ branch (when ‘i < chunksize’)...
vte-0.82.2/src/slowcat.c:56:29: branch_true: ...to here
vte-0.82.2/src/slowcat.c:56:29: throw: if ‘fgetc’ throws an exception...
vte-0.82.2/src/slowcat.c:56:29: danger: ‘fp’ leaks here; was opened at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#   54|   		select(0, NULL, NULL, NULL, &tv);
#   55|   		for (i = 0; i < chunksize; i++) {
#   56|-> 			c = fgetc(fp);
#   57|   			if (c != EOF) {
#   58|   				buf[i] = c;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def81]
vte-0.82.2/src/slowcat.c:56:29: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
vte-0.82.2/src/slowcat.c:38:12: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:39:22: acquire_memory: allocated here
vte-0.82.2/src/slowcat.c:40:20: branch_false: following ‘false’ branch...
vte-0.82.2/src/slowcat.c:49:15: branch_false: ...to here
vte-0.82.2/src/slowcat.c:51:16: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:52:29: branch_true: ...to here
vte-0.82.2/src/slowcat.c:55:29: branch_true: following ‘true’ branch (when ‘i < chunksize’)...
vte-0.82.2/src/slowcat.c:56:29: branch_true: ...to here
vte-0.82.2/src/slowcat.c:56:29: throw: if ‘fgetc’ throws an exception...
vte-0.82.2/src/slowcat.c:56:29: danger: ‘fp’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#   54|   		select(0, NULL, NULL, NULL, &tv);
#   55|   		for (i = 0; i < chunksize; i++) {
#   56|-> 			c = fgetc(fp);
#   57|   			if (c != EOF) {
#   58|   				buf[i] = c;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def82]
vte-0.82.2/src/slowcat.c:65:33: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
vte-0.82.2/src/slowcat.c:78:1: enter_function: entry to ‘main’
vte-0.82.2/src/slowcat.c:105:26: branch_true: following ‘true’ branch (when ‘i < argc’)...
vte-0.82.2/src/slowcat.c:106:50: branch_true: ...to here
vte-0.82.2/src/slowcat.c:109:12: branch_true: following ‘true’ branch (when ‘files’ is non-NULL)...
vte-0.82.2/src/slowcat.c:109:12: branch_true: ...to here
vte-0.82.2/src/slowcat.c:110:36: branch_true: following ‘true’ branch (when ‘file’ is non-NULL)...
vte-0.82.2/src/slowcat.c:111:46: branch_true: ...to here
vte-0.82.2/src/slowcat.c:111:25: call_function: calling ‘catfile’ from ‘main’
#   63|   		if (i > 0) {
#   64|   			int bytes G_GNUC_UNUSED;
#   65|-> 			bytes = write(STDOUT_FILENO, buf, i);
#   66|   			fsync(STDOUT_FILENO);
#   67|   		}

Error: GCC_ANALYZER_WARNING (CWE-401): [#def83]
vte-0.82.2/src/slowcat.c:65:33: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
vte-0.82.2/src/slowcat.c:78:1: enter_function: entry to ‘main’
vte-0.82.2/src/slowcat.c:105:26: branch_true: following ‘true’ branch (when ‘i < argc’)...
vte-0.82.2/src/slowcat.c:106:50: branch_true: ...to here
vte-0.82.2/src/slowcat.c:109:12: branch_true: following ‘true’ branch (when ‘files’ is non-NULL)...
vte-0.82.2/src/slowcat.c:109:12: branch_true: ...to here
vte-0.82.2/src/slowcat.c:110:36: branch_true: following ‘true’ branch (when ‘file’ is non-NULL)...
vte-0.82.2/src/slowcat.c:111:46: branch_true: ...to here
vte-0.82.2/src/slowcat.c:111:25: call_function: calling ‘catfile’ from ‘main’
#   63|   		if (i > 0) {
#   64|   			int bytes G_GNUC_UNUSED;
#   65|-> 			bytes = write(STDOUT_FILENO, buf, i);
#   66|   			fsync(STDOUT_FILENO);
#   67|   		}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def84]
vte-0.82.2/src/slowcat.c:66:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
vte-0.82.2/src/slowcat.c:78:1: enter_function: entry to ‘main’
vte-0.82.2/src/slowcat.c:105:26: branch_true: following ‘true’ branch (when ‘i < argc’)...
vte-0.82.2/src/slowcat.c:106:50: branch_true: ...to here
vte-0.82.2/src/slowcat.c:109:12: branch_true: following ‘true’ branch (when ‘files’ is non-NULL)...
vte-0.82.2/src/slowcat.c:109:12: branch_true: ...to here
vte-0.82.2/src/slowcat.c:110:36: branch_true: following ‘true’ branch (when ‘file’ is non-NULL)...
vte-0.82.2/src/slowcat.c:111:46: branch_true: ...to here
vte-0.82.2/src/slowcat.c:111:25: call_function: calling ‘catfile’ from ‘main’
#   64|   			int bytes G_GNUC_UNUSED;
#   65|   			bytes = write(STDOUT_FILENO, buf, i);
#   66|-> 			fsync(STDOUT_FILENO);
#   67|   		}
#   68|   	}

Error: GCC_ANALYZER_WARNING (CWE-401): [#def85]
vte-0.82.2/src/slowcat.c:66:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
vte-0.82.2/src/slowcat.c:78:1: enter_function: entry to ‘main’
vte-0.82.2/src/slowcat.c:105:26: branch_true: following ‘true’ branch (when ‘i < argc’)...
vte-0.82.2/src/slowcat.c:106:50: branch_true: ...to here
vte-0.82.2/src/slowcat.c:109:12: branch_true: following ‘true’ branch (when ‘files’ is non-NULL)...
vte-0.82.2/src/slowcat.c:109:12: branch_true: ...to here
vte-0.82.2/src/slowcat.c:110:36: branch_true: following ‘true’ branch (when ‘file’ is non-NULL)...
vte-0.82.2/src/slowcat.c:111:46: branch_true: ...to here
vte-0.82.2/src/slowcat.c:111:25: call_function: calling ‘catfile’ from ‘main’
#   64|   			int bytes G_GNUC_UNUSED;
#   65|   			bytes = write(STDOUT_FILENO, buf, i);
#   66|-> 			fsync(STDOUT_FILENO);
#   67|   		}
#   68|   	}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def86]
vte-0.82.2/src/slowcat.c:70:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
vte-0.82.2/src/slowcat.c:38:12: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:39:22: acquire_resource: opened here
vte-0.82.2/src/slowcat.c:40:20: branch_false: following ‘false’ branch...
vte-0.82.2/src/slowcat.c:49:15: branch_false: ...to here
vte-0.82.2/src/slowcat.c:70:9: throw: if ‘g_free’ throws an exception...
vte-0.82.2/src/slowcat.c:70:9: danger: ‘fp’ leaks here; was opened at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
#   68|   	}
#   69|   
#   70|-> 	g_free(buf);
#   71|   
#   72|   	if (fp != stdin) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def87]
vte-0.82.2/src/slowcat.c:70:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
vte-0.82.2/src/slowcat.c:38:12: branch_true: following ‘true’ branch...
vte-0.82.2/src/slowcat.c:39:22: acquire_memory: allocated here
vte-0.82.2/src/slowcat.c:40:20: branch_false: following ‘false’ branch...
vte-0.82.2/src/slowcat.c:49:15: branch_false: ...to here
vte-0.82.2/src/slowcat.c:70:9: throw: if ‘g_free’ throws an exception...
vte-0.82.2/src/slowcat.c:70:9: danger: ‘fp’ leaks here; was allocated at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
#   68|   	}
#   69|   
#   70|-> 	g_free(buf);
#   71|   
#   72|   	if (fp != stdin) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def88]
vte-0.82.2/src/slowcat.c:75:1: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
vte-0.82.2/src/slowcat.c:78:1: enter_function: entry to ‘main’
vte-0.82.2/src/slowcat.c:105:26: branch_true: following ‘true’ branch (when ‘i < argc’)...
vte-0.82.2/src/slowcat.c:106:50: branch_true: ...to here
vte-0.82.2/src/slowcat.c:109:12: branch_true: following ‘true’ branch (when ‘files’ is non-NULL)...
vte-0.82.2/src/slowcat.c:109:12: branch_true: ...to here
vte-0.82.2/src/slowcat.c:110:36: branch_true: following ‘true’ branch (when ‘file’ is non-NULL)...
vte-0.82.2/src/slowcat.c:111:46: branch_true: ...to here
vte-0.82.2/src/slowcat.c:111:25: call_function: calling ‘catfile’ from ‘main’
#   73|   		fclose(fp);
#   74|   	}
#   75|-> }
#   76|   
#   77|   int

Error: GCC_ANALYZER_WARNING (CWE-401): [#def89]
vte-0.82.2/src/slowcat.c:75:1: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
vte-0.82.2/src/slowcat.c:78:1: enter_function: entry to ‘main’
vte-0.82.2/src/slowcat.c:105:26: branch_true: following ‘true’ branch (when ‘i < argc’)...
vte-0.82.2/src/slowcat.c:106:50: branch_true: ...to here
vte-0.82.2/src/slowcat.c:109:12: branch_true: following ‘true’ branch (when ‘files’ is non-NULL)...
vte-0.82.2/src/slowcat.c:109:12: branch_true: ...to here
vte-0.82.2/src/slowcat.c:110:36: branch_true: following ‘true’ branch (when ‘file’ is non-NULL)...
vte-0.82.2/src/slowcat.c:111:46: branch_true: ...to here
vte-0.82.2/src/slowcat.c:111:25: call_function: calling ‘catfile’ from ‘main’
#   73|   		fclose(fp);
#   74|   	}
#   75|-> }
#   76|   
#   77|   int

Error: COMPILER_WARNING (CWE-563): [#def90]
vte-0.82.2/src/vte.cc: scope_hint: In member function ‘bool vte::terminal::Terminal::match_rowcol_to_offset(vte::grid::column_t, vte::grid::row_t, gsize*, gsize*, gsize*)’
vte-0.82.2/src/vte.cc:1074:36: warning[-Wunused-variable]: unused variable ‘c’
# 1074 |                         auto const c = g_utf8_get_char (match_contents + offset);
#      |                                    ^
# 1072|                                            "Cursor is not on a character");
# 1073|   		else {
# 1074|->                         auto const c = g_utf8_get_char (match_contents + offset);
# 1075|                           _vte_debug_print(vte::debug::category::REGEX,
# 1076|                                            "Cursor is on character U+{:04X} at {}",

Error: COMPILER_WARNING: [#def91]
vte-0.82.2/src/vte.cc:1139:44: warning[-Wunused-but-set-variable=]: variable ‘_sattr’ set but not used
# 1139 |                 struct _VteCharAttributes *_sattr, *_eattr;
#      |                                            ^~~~~~
# 1137|   
# 1138|           _VTE_DEBUG_IF(vte::debug::category::REGEX) {
# 1139|->                 struct _VteCharAttributes *_sattr, *_eattr;
# 1140|                   _sattr = vte_char_attr_list_get(&m_match_attributes, sattr);
# 1141|                   _eattr = vte_char_attr_list_get(&m_match_attributes, eattr - 1);

Error: COMPILER_WARNING: [#def92]
vte-0.82.2/src/vte.cc:1139:53: warning[-Wunused-but-set-variable=]: variable ‘_eattr’ set but not used
# 1139 |                 struct _VteCharAttributes *_sattr, *_eattr;
#      |                                                     ^~~~~~
# 1137|   
# 1138|           _VTE_DEBUG_IF(vte::debug::category::REGEX) {
# 1139|->                 struct _VteCharAttributes *_sattr, *_eattr;
# 1140|                   _sattr = vte_char_attr_list_get(&m_match_attributes, sattr);
# 1141|                   _eattr = vte_char_attr_list_get(&m_match_attributes, eattr - 1);

Error: COMPILER_WARNING: [#def93]
vte-0.82.2/src/vte.cc: scope_hint: In member function ‘bool vte::terminal::Terminal::match_check_pcre(pcre2_match_data_8*, pcre2_match_context_8*, const vte::base::Regex*, uint32_t, gsize, gsize, gsize, char**, gsize*, gsize*, gsize*, gsize*)’
vte-0.82.2/src/vte.cc:1228:52: warning[-Wunused-but-set-variable=]: variable ‘_sattr’ set but not used
# 1228 |                         struct _VteCharAttributes *_sattr, *_eattr;
#      |                                                    ^~~~~~
# 1226|                   _VTE_DEBUG_IF(vte::debug::category::REGEX) {
# 1227|                           gchar *result;
# 1228|->                         struct _VteCharAttributes *_sattr, *_eattr;
# 1229|                           result = g_strndup(line + rm_so, rm_eo - rm_so);
# 1230|                           _sattr = vte_char_attr_list_get(&m_match_attributes, rm_so);

Error: COMPILER_WARNING: [#def94]
vte-0.82.2/src/vte.cc:1228:61: warning[-Wunused-but-set-variable=]: variable ‘_eattr’ set but not used
# 1228 |                         struct _VteCharAttributes *_sattr, *_eattr;
#      |                                                             ^~~~~~
# 1226|                   _VTE_DEBUG_IF(vte::debug::category::REGEX) {
# 1227|                           gchar *result;
# 1228|->                         struct _VteCharAttributes *_sattr, *_eattr;
# 1229|                           result = g_strndup(line + rm_so, rm_eo - rm_so);
# 1230|                           _sattr = vte_char_attr_list_get(&m_match_attributes, rm_so);

Error: COMPILER_WARNING: [#def95]
vte-0.82.2/src/vte.cc: scope_hint: In member function ‘char* vte::terminal::Terminal::match_check_internal_pcre(vte::grid::column_t, vte::grid::row_t, const MatchRegex**, size_t*, size_t*)’
vte-0.82.2/src/vte.cc:1339:52: warning[-Wunused-but-set-variable=]: variable ‘_sattr’ set but not used
# 1339 |                         struct _VteCharAttributes *_sattr, *_eattr;
#      |                                                    ^~~~~~
# 1337|   
# 1338|                   _VTE_DEBUG_IF(vte::debug::category::REGEX) {
# 1339|->                         struct _VteCharAttributes *_sattr, *_eattr;
# 1340|                           _sattr = vte_char_attr_list_get(&m_match_attributes, start_blank);
# 1341|                           _eattr = vte_char_attr_list_get(&m_match_attributes, end_blank - 1);

Error: COMPILER_WARNING: [#def96]
vte-0.82.2/src/vte.cc:1339:61: warning[-Wunused-but-set-variable=]: variable ‘_eattr’ set but not used
# 1339 |                         struct _VteCharAttributes *_sattr, *_eattr;
#      |                                                             ^~~~~~
# 1337|   
# 1338|                   _VTE_DEBUG_IF(vte::debug::category::REGEX) {
# 1339|->                         struct _VteCharAttributes *_sattr, *_eattr;
# 1340|                           _sattr = vte_char_attr_list_get(&m_match_attributes, start_blank);
# 1341|                           _eattr = vte_char_attr_list_get(&m_match_attributes, end_blank - 1);

Error: COMPILER_WARNING (CWE-563): [#def97]
vte-0.82.2/src/vteaccess-gtk4.cc: scope_hint: In function ‘GBytes* vte_accessible_text_get_contents_at(GtkAccessibleText*, guint, GtkAccessibleTextGranularity, guint*, guint*)’
vte-0.82.2/src/vteaccess-gtk4.cc:471:23: warning[-Wunused-variable]: unused variable ‘char_offset’
#  471 |                 guint char_offset = *char_positions_index (&contents->characters, offset);
#      |                       ^~~~~~~~~~~
#  469|   
#  470|           case GTK_ACCESSIBLE_TEXT_GRANULARITY_LINE: {
#  471|->                 guint char_offset = *char_positions_index (&contents->characters, offset);
#  472|                   guint line;
#  473|   

Error: COMPILER_WARNING (CWE-569): [#def98]
vte-0.82.2/src/vteaccess-gtk4.cc:505:39: warning[-Wtype-limits]: comparison of unsigned expression in ‘>= 0’ is always true
#  505 |                         while (offset >= 0 &&
#      |                                ~~~~~~~^~~~
#  503|                   if (!impl->is_word_char (ch)) {
#  504|                           /* Find the end of the previous word, updating the offset to this positio n*/
#  505|->                         while (offset >= 0 &&
#  506|                                  (ch = vte_accessible_text_contents_get_char_at (contents, offset)) &&
#  507|                                  !impl->is_word_char (ch)) {

Error: COMPILER_WARNING (CWE-569): [#def99]
vte-0.82.2/src/vteaccess-gtk4.cc:514:31: warning[-Wtype-limits]: comparison of unsigned expression in ‘>= 0’ is always true
#  514 |                 while (*start >= 0 &&
#      |                        ~~~~~~~^~~~
#  512|                   *end = offset;
#  513|   
#  514|->                 while (*start >= 0 &&
#  515|                          (ch = vte_accessible_text_contents_get_char_at (contents, *start)) &&
#  516|                          impl->is_word_char (ch)) {

Error: CPPCHECK_WARNING (CWE-457): [#def100]
vte-0.82.2/src/vteunistr.h:125: error[legacyUninitvar]: Uninitialized variable: first
#  123|           }
#  124|   
#  125|->         outbuf[0] = c | first;
#  126|   
#  127|           // GLib can do an inlined append()

Scan Properties

analyzer-version-clippy1.92.0
analyzer-version-cppcheck2.19.1
analyzer-version-gcc16.0.0
analyzer-version-gcc-analyzer16.0.0
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-67.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namevte291-0.82.2-1.fc44
store-results-to/tmp/tmpajxhx6dz/vte291-0.82.2-1.fc44.tar.xz
time-created2026-01-08 22:04:36
time-finished2026-01-08 22:09:16
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpajxhx6dz/vte291-0.82.2-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpajxhx6dz/vte291-0.82.2-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9