json-glib-1.10.8-4.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-126): [#def1]
json-glib-1.10.8/json-glib/json-gvariant.c:650:35: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
json-glib-1.10.8/json-glib/json-gvariant.c:1314:1: enter_function: entry to ‘json_gvariant_deserialize_data’
json-glib-1.10.8/json-glib/json-gvariant.c:1325:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/json-glib/json-gvariant.c:1331:10: branch_false: ...to here
json-glib-1.10.8/json-glib/json-gvariant.c:1332:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/json-glib/json-gvariant.c:1342:9: branch_false: ...to here
json-glib-1.10.8/json-glib/json-gvariant.c:1342:9: call_function: calling ‘json_gvariant_deserialize’ from ‘json_gvariant_deserialize_data’
#  648|             (*signature)++;
#  649|   
#  650|->           if ( (*signature)[0] == stack[stack_len - 1])
#  651|               stack_len--;
#  652|           }

Error: GCC_ANALYZER_WARNING (CWE-688): [#def2]
json-glib-1.10.8/json-glib/json-node.c:1389:10: warning[-Wanalyzer-null-argument]: use of NULL ‘a’ where non-null expected
json-glib-1.10.8/json-glib/json-node.c:1471:1: enter_function: entry to ‘json_node_equal’
json-glib-1.10.8/json-glib/json-node.c:1480:6: branch_false: following ‘false’ branch (when ‘a != b’)...
json-glib-1.10.8/json-glib/json-node.c:1484:8: branch_false: ...to here
json-glib-1.10.8/json-glib/json-node.c:1518:33: call_function: calling ‘json_node_get_string’ from ‘json_node_equal’
json-glib-1.10.8/json-glib/json-node.c:1518:33: return_function: returning to ‘json_node_equal’ from ‘json_node_get_string’
json-glib-1.10.8/json-glib/json-node.c:1517:33: call_function: calling ‘json_node_get_string’ from ‘json_node_equal’
json-glib-1.10.8/json-glib/json-node.c:1517:33: return_function: returning to ‘json_node_equal’ from ‘json_node_get_string’
json-glib-1.10.8/json-glib/json-node.c:1517:14: call_function: calling ‘json_string_equal’ from ‘json_node_equal’
# 1387|                      gconstpointer  b)
# 1388|   {
# 1389|->   return g_str_equal (a, b);
# 1390|   }
# 1391|   

Error: GCC_ANALYZER_WARNING (CWE-688): [#def3]
json-glib-1.10.8/json-glib/json-node.c:1389:10: warning[-Wanalyzer-null-argument]: use of NULL ‘b’ where non-null expected
json-glib-1.10.8/json-glib/json-node.c:1471:1: enter_function: entry to ‘json_node_equal’
json-glib-1.10.8/json-glib/json-node.c:1480:6: branch_false: following ‘false’ branch (when ‘a != b’)...
json-glib-1.10.8/json-glib/json-node.c:1484:8: branch_false: ...to here
json-glib-1.10.8/json-glib/json-node.c:1518:33: call_function: calling ‘json_node_get_string’ from ‘json_node_equal’
json-glib-1.10.8/json-glib/json-node.c:1518:33: return_function: returning to ‘json_node_equal’ from ‘json_node_get_string’
json-glib-1.10.8/json-glib/json-node.c:1517:33: call_function: calling ‘json_node_get_string’ from ‘json_node_equal’
json-glib-1.10.8/json-glib/json-node.c:1517:33: return_function: returning to ‘json_node_equal’ from ‘json_node_get_string’
json-glib-1.10.8/json-glib/json-node.c:1517:14: call_function: calling ‘json_string_equal’ from ‘json_node_equal’
# 1387|                      gconstpointer  b)
# 1388|   {
# 1389|->   return g_str_equal (a, b);
# 1390|   }
# 1391|   

Error: COMPILER_WARNING: [#def4]
json-glib-1.10.8/json-glib/json-path.c: scope_hint: In function ‘walk_path_node’
json-glib-1.10.8/json-glib/json-path.c:844:15: warning[-Wunused-but-set-variable=]: variable ‘i’ set but not used
#  844 |           int i;
#      |               ^
#  842|             JsonArray *array = json_node_get_array (root);
#  843|             GList *elements, *l;
#  844|->           int i;
#  845|   
#  846|             elements = json_array_get_elements (array);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def5]
json-glib-1.10.8/json-glib/json-reader.c:348:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
json-glib-1.10.8/json-glib/json-reader.c:347:3: acquire_resource: ‘va_start’ called here
json-glib-1.10.8/json-glib/json-reader.c:348:15: throw: if ‘g_strdup_vprintf’ throws an exception...
json-glib-1.10.8/json-glib/json-reader.c:348:15: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  346|   
#  347|     va_start (args, error_fmt);
#  348|->   error_msg = g_strdup_vprintf (error_fmt, args);
#  349|     va_end (args);
#  350|   

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def26]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def31]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:645:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:654:15: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:658:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: acquire_resource: opened here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:670:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:683:6: branch_true: following ‘true’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:685:25: branch_true: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.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): [#def32]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:645:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:654:15: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:658:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: acquire_memory: allocated here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:670:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:683:6: branch_true: following ‘true’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:685:25: branch_true: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.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): [#def33]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:645:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:654:15: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:658:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: acquire_resource: opened here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:670:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:683:6: branch_true: following ‘true’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:685:25: branch_true: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.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): [#def34]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:645:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:654:15: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:658:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: acquire_memory: allocated here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:670:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:683:6: branch_true: following ‘true’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:685:25: branch_true: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.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): [#def35]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:645:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:654:15: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:658:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: acquire_resource: opened here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:670:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:683:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.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): [#def36]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:645:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:654:15: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:658:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:670:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: acquire_resource: opened here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:683:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.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): [#def37]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:645:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:654:15: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:658:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: acquire_memory: allocated here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:670:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:683:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.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): [#def38]
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:645:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:654:15: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:658:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:669:11: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:670:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:682:12: acquire_memory: allocated here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:683:6: branch_false: following ‘false’ branch...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: branch_false: ...to here
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
json-glib-1.10.8/redhat-linux-build/tmp-introspectxql35uij/Json-1.0.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)

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-113.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-namejson-glib-1.10.8-4.fc44
store-results-to/tmp/tmp6xl718lz/json-glib-1.10.8-4.fc44.tar.xz
time-created2026-01-08 17:12:53
time-finished2026-01-08 17:14:32
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp6xl718lz/json-glib-1.10.8-4.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp6xl718lz/json-glib-1.10.8-4.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9