libnice-0.1.23-1.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-404): [#def1]
libnice-0.1.23/agent/agent.c:261:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libnice-0.1.23/agent/agent.c:6235:1: enter_function: entry to ‘component_io_cb’
libnice-0.1.23/agent/agent.c:6246:6: branch_false: following ‘false’ branch...
libnice-0.1.23/agent/agent.c:6252:11: branch_false: ...to here
libnice-0.1.23/agent/agent.c:6253:6: branch_false: following ‘false’ branch...
libnice-0.1.23/agent/agent.c:6256:3: branch_false: ...to here
libnice-0.1.23/agent/agent.c:6258:6: branch_false: following ‘false’ branch...
libnice-0.1.23/agent/agent.c:6267:12: branch_false: ...to here
libnice-0.1.23/agent/agent.c:6267:12: call_function: calling ‘agent_find_stream’ from ‘component_io_cb’
libnice-0.1.23/agent/agent.c:6267:12: return_function: returning to ‘component_io_cb’ from ‘agent_find_stream’
libnice-0.1.23/agent/agent.c:6269:6: branch_false: following ‘false’ branch...
libnice-0.1.23/agent/agent.c:6279:7: branch_false: ...to here
libnice-0.1.23/agent/agent.c:6279:6: branch_true: following ‘true’ branch...
libnice-0.1.23/agent/agent.c:6282:8: branch_true: following ‘true’ branch...
libnice-0.1.23/agent/agent.c:6283:9: branch_true: ...to here
libnice-0.1.23/agent/agent.c:6282:9: branch_true: following ‘true’ branch...
libnice-0.1.23/agent/agent.c:6284:9: branch_true: ...to here
libnice-0.1.23/agent/agent.c:6282:9: branch_true: following ‘true’ branch...
libnice-0.1.23/agent/agent.c:6285:7: branch_true: ...to here
libnice-0.1.23/agent/agent.c:6287:7: call_function: calling ‘agent_signal_component_state_change’ from ‘component_io_cb’
#  259|     va_start (var_args, signal_id);
#  260|     for (i = 0; i < sig->query.n_params; i++) {
#  261|->     G_VALUE_COLLECT_INIT (&sig->params[i + 1], sig->query.param_types[i],
#  262|           var_args, 0, &error);
#  263|       if (error)

Error: COMPILER_WARNING: [#def2]
libnice-0.1.23/agent/agent.c: scope_hint: In function ‘component_io_cb’
libnice-0.1.23/agent/agent.c:6375:11: warning[-Wunused-but-set-variable=]: variable ‘total_bytes_received’ set but not used
# 6375 |     gsize total_bytes_received = 0;
#      |           ^~~~~~~~~~~~~~~~~~~~
# 6373|         nice_socket_is_reliable (socket_source->socket)) {
# 6374|       NiceInputMessageIter *iter = &component->recv_messages_iter;
# 6375|->     gsize total_bytes_received = 0;
# 6376|   
# 6377|       while (has_io_callback ||

Error: GCC_ANALYZER_WARNING (CWE-404): [#def3]
libnice-0.1.23/agent/debug.c:161:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libnice-0.1.23/agent/debug.c:159:6: branch_true: following ‘true’ branch...
libnice-0.1.23/agent/debug.c:160:5: branch_true: ...to here
libnice-0.1.23/agent/debug.c:160:5: acquire_resource: ‘va_start’ called here
libnice-0.1.23/agent/debug.c:161:5: throw: if ‘g_logv’ throws an exception...
libnice-0.1.23/agent/debug.c:161:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  159|     if (debug_enabled) {
#  160|       va_start (ap, fmt);
#  161|->     g_logv (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, fmt, ap);
#  162|       va_end (ap);
#  163|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def4]
libnice-0.1.23/agent/debug.c:170:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libnice-0.1.23/agent/debug.c:168:6: branch_true: following ‘true’ branch...
libnice-0.1.23/agent/debug.c:169:5: acquire_resource: ‘va_start’ called here
libnice-0.1.23/agent/debug.c:170:5: throw: if ‘g_logv’ throws an exception...
libnice-0.1.23/agent/debug.c:170:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#  168|     if (debug_enabled && debug_verbose_enabled) {
#  169|       va_start (ap, fmt);
#  170|->     g_logv (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, fmt, ap);
#  171|       va_end (ap);
#  172|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def5]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:470:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:419:1: enter_function: entry to ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:426:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:427:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:431:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def6]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:470:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:419:1: enter_function: entry to ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:426:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:427:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:431:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def7]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:472:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:419:1: enter_function: entry to ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:426:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:427:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:431:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def8]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:472:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:419:1: enter_function: entry to ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:426:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:427:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:431:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def9]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:474:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:419:1: enter_function: entry to ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:426:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:427:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:431:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:431:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:432:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def10]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:474:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:419:1: enter_function: entry to ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:426:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:427:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:431:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:431:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:432:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def11]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:513:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:480:13: enter_function: entry to ‘output_object_interfaces’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:485:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:486:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:490:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def12]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:513:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:480:13: enter_function: entry to ‘output_object_interfaces’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:485:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:486:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:490:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def13]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:515:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:480:13: enter_function: entry to ‘output_object_interfaces’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:485:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:486:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:490:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def14]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:515:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:480:13: enter_function: entry to ‘output_object_interfaces’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:485:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:486:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:490:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def15]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:556:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:531:13: enter_function: entry to ‘output_interface_prerequisites’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:535:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:536:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:540:3: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:540:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def16]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:556:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:531:13: enter_function: entry to ‘output_interface_prerequisites’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:535:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:536:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:540:3: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:540:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def17]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:558:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:531:13: enter_function: entry to ‘output_interface_prerequisites’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:535:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:536:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:540:3: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:540:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def18]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:558:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:531:13: enter_function: entry to ‘output_interface_prerequisites’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:535:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:536:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:540:3: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:540:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def19]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:587:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:576:1: enter_function: entry to ‘output_actions’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:581:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:582:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:582:6: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:587:15: branch_true: following ‘true’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:588:5: branch_true: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:588:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def20]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:587:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:576:1: enter_function: entry to ‘output_actions’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:581:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:582:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:582:6: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:587:15: branch_true: following ‘true’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:588:5: branch_true: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:588:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def21]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:652:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:641:1: enter_function: entry to ‘output_args’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:646:8: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:647:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:647:6: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:652:15: branch_true: following ‘true’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:653:5: branch_true: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:653:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def22]
libnice-0.1.23/redhat-linux-build/libnice-scan.c:652:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:641:1: enter_function: entry to ‘output_args’
libnice-0.1.23/redhat-linux-build/libnice-scan.c:646:8: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:647:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:647:6: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:652:15: branch_true: following ‘true’ branch...
libnice-0.1.23/redhat-linux-build/libnice-scan.c:653:5: branch_true: ...to here
libnice-0.1.23/redhat-linux-build/libnice-scan.c:653:5: call_function: calling ‘output_object_args’ from ‘output_args’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def43]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:599:1: enter_function: entry to ‘dump_error_quark’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def48]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:645:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:654:15: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:658:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:670:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:683:6: branch_true: following ‘true’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:685:25: branch_true: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.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): [#def49]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:645:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:654:15: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:658:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:670:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:683:6: branch_true: following ‘true’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:685:25: branch_true: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.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): [#def50]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:645:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:654:15: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:658:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:670:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:683:6: branch_true: following ‘true’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:685:25: branch_true: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.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): [#def51]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:645:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:654:15: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:658:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:670:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:683:6: branch_true: following ‘true’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:685:25: branch_true: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.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): [#def52]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:630:1: enter_function: entry to ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:645:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:654:15: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:658:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:670:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:683:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.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): [#def53]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:630:1: enter_function: entry to ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:645:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:654:15: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:658:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:670:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: acquire_resource: opened here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:683:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.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): [#def54]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:630:1: enter_function: entry to ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:645:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:654:15: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:658:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:670:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:683:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.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): [#def55]
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:630:1: enter_function: entry to ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:645:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:654:15: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:658:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:669:11: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:670:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:682:12: acquire_memory: allocated here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:683:6: branch_false: following ‘false’ branch...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: branch_false: ...to here
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libnice-0.1.23/redhat-linux-build/tmp-introspectx161ocy6/Nice-0.1.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-401): [#def56]
libnice-0.1.23/stun/debug.c:82:5: warning[-Wanalyzer-malloc-leak]: leak of ‘bytes’
libnice-0.1.23/stun/debug.c:87:6: enter_function: entry to ‘stun_debug_bytes’
libnice-0.1.23/stun/debug.c:96:6: branch_false: following ‘false’ branch...
libnice-0.1.23/stun/debug.c:99:36: branch_false: ...to here
libnice-0.1.23/stun/debug.c:99:11: acquire_memory: allocated here
libnice-0.1.23/stun/debug.c:100:6: branch_false: following ‘false’ branch (when ‘bytes’ is non-NULL)...
libnice-0.1.23/stun/debug.c:103:3: branch_false: ...to here
libnice-0.1.23/stun/debug.c:115:3: call_function: calling ‘stun_debug’ from ‘stun_debug_bytes’
#   80|     if (debug_enabled) {
#   81|       va_start (ap, fmt);
#   82|->     handler (fmt, ap);
#   83|       va_end (ap);
#   84|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def57]
libnice-0.1.23/stun/debug.c:82:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libnice-0.1.23/stun/debug.c:80:6: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/debug.c:81:5: branch_true: ...to here
libnice-0.1.23/stun/debug.c:81:5: acquire_resource: ‘va_start’ called here
libnice-0.1.23/stun/debug.c:82:5: throw: if the called function throws an exception...
libnice-0.1.23/stun/debug.c:82:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#   80|     if (debug_enabled) {
#   81|       va_start (ap, fmt);
#   82|->     handler (fmt, ap);
#   83|       va_end (ap);
#   84|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def58]
libnice-0.1.23/stun/tests/test-bind.c:219:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/tests/test-bind.c:185:13: enter_function: entry to ‘bad_responses’
libnice-0.1.23/stun/tests/test-bind.c:210:12: call_function: calling ‘listen_dgram’ from ‘bad_responses’
libnice-0.1.23/stun/tests/test-bind.c:210:12: return_function: returning to ‘bad_responses’ from ‘listen_dgram’
libnice-0.1.23/stun/tests/test-bind.c:211:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:213:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:214:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:216:16: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:216:8: acquire_resource: datagram socket created here
libnice-0.1.23/stun/tests/test-bind.c:217:3: branch_true: following ‘true’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/tests/test-bind.c:219:13: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:219:13: throw: if ‘stun_usage_bind_create’ throws an exception...
libnice-0.1.23/stun/tests/test-bind.c:219:13: danger: ‘fd’ leaks here
#  217|     assert (fd != -1);
#  218|   
#  219|->   req_len = stun_usage_bind_create (&agent, &req_msg, req, sizeof(req));
#  220|     assert (req_len > 0);
#  221|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def59]
libnice-0.1.23/stun/tests/test-bind.c:222:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/tests/test-bind.c:185:13: enter_function: entry to ‘bad_responses’
libnice-0.1.23/stun/tests/test-bind.c:210:12: call_function: calling ‘listen_dgram’ from ‘bad_responses’
libnice-0.1.23/stun/tests/test-bind.c:210:12: return_function: returning to ‘bad_responses’ from ‘listen_dgram’
libnice-0.1.23/stun/tests/test-bind.c:211:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:213:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:214:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:216:16: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:216:8: acquire_resource: datagram socket created here
libnice-0.1.23/stun/tests/test-bind.c:217:3: branch_true: following ‘true’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/tests/test-bind.c:219:13: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:220:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:222:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:222:9: throw: if ‘sendto’ throws an exception...
libnice-0.1.23/stun/tests/test-bind.c:222:9: danger: ‘fd’ leaks here
#  220|     assert (req_len > 0);
#  221|   
#  222|->   val = sendto (fd, req, req_len, MSG_DONTWAIT | MSG_NOSIGNAL,
#  223|         (struct sockaddr *)&addr, addrlen);
#  224|     assert (val >= 0);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def60]
libnice-0.1.23/stun/tests/test-bind.c:295:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/tests/test-bind.c:258:13: enter_function: entry to ‘responses’
libnice-0.1.23/stun/tests/test-bind.c:284:12: call_function: calling ‘listen_dgram’ from ‘responses’
libnice-0.1.23/stun/tests/test-bind.c:284:12: return_function: returning to ‘responses’ from ‘listen_dgram’
libnice-0.1.23/stun/tests/test-bind.c:285:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:287:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:288:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:291:16: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:291:8: acquire_resource: datagram socket created here
libnice-0.1.23/stun/tests/test-bind.c:292:3: branch_true: following ‘true’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/tests/test-bind.c:295:13: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:295:13: throw: if ‘stun_usage_bind_create’ throws an exception...
libnice-0.1.23/stun/tests/test-bind.c:295:13: danger: ‘fd’ leaks here
#  293|   
#  294|     /* Send error response */
#  295|->   req_len = stun_usage_bind_create (&agent, &req_msg, req, sizeof(req));
#  296|     assert (req_len > 0);
#  297|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def61]
libnice-0.1.23/stun/tests/test-bind.c:301:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/tests/test-bind.c:258:13: enter_function: entry to ‘responses’
libnice-0.1.23/stun/tests/test-bind.c:284:12: call_function: calling ‘listen_dgram’ from ‘responses’
libnice-0.1.23/stun/tests/test-bind.c:284:12: return_function: returning to ‘responses’ from ‘listen_dgram’
libnice-0.1.23/stun/tests/test-bind.c:285:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:287:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:288:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:291:16: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:291:8: acquire_resource: datagram socket created here
libnice-0.1.23/stun/tests/test-bind.c:292:3: branch_true: following ‘true’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/tests/test-bind.c:295:13: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:296:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:298:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:299:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:301:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:301:9: throw: if ‘sendto’ throws an exception...
libnice-0.1.23/stun/tests/test-bind.c:301:9: danger: ‘fd’ leaks here
#  299|     assert (val == 0);
#  300|   
#  301|->   val = sendto (fd, req, req_len, MSG_DONTWAIT | MSG_NOSIGNAL,
#  302|         (struct sockaddr *)&addr, addrlen);
#  303|     assert (val >= 0);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def62]
libnice-0.1.23/stun/tests/test-bind.c:428:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/tests/test-bind.c:394:13: enter_function: entry to ‘keepalive’
libnice-0.1.23/stun/tests/test-bind.c:417:12: call_function: calling ‘listen_dgram’ from ‘keepalive’
libnice-0.1.23/stun/tests/test-bind.c:417:12: return_function: returning to ‘keepalive’ from ‘listen_dgram’
libnice-0.1.23/stun/tests/test-bind.c:418:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:420:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:421:3: branch_true: following ‘true’ branch (when ‘val == 0’)...
libnice-0.1.23/stun/tests/test-bind.c:424:16: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:424:8: acquire_resource: datagram socket created here
libnice-0.1.23/stun/tests/test-bind.c:425:3: branch_true: following ‘true’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/tests/test-bind.c:428:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:428:9: throw: if ‘stun_usage_bind_keepalive’ throws an exception...
libnice-0.1.23/stun/tests/test-bind.c:428:9: danger: ‘fd’ leaks here
#  426|   
#  427|     /* Keep alive sending smoke test */
#  428|->   len = stun_usage_bind_keepalive (&agent, &msg, buf, sizeof(buf));
#  429|     assert (len == 20);
#  430|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def63]
libnice-0.1.23/stun/tests/test-bind.c:431:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/tests/test-bind.c:394:13: enter_function: entry to ‘keepalive’
libnice-0.1.23/stun/tests/test-bind.c:417:12: call_function: calling ‘listen_dgram’ from ‘keepalive’
libnice-0.1.23/stun/tests/test-bind.c:417:12: return_function: returning to ‘keepalive’ from ‘listen_dgram’
libnice-0.1.23/stun/tests/test-bind.c:418:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:420:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:421:3: branch_true: following ‘true’ branch (when ‘val == 0’)...
libnice-0.1.23/stun/tests/test-bind.c:424:16: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:424:8: acquire_resource: datagram socket created here
libnice-0.1.23/stun/tests/test-bind.c:425:3: branch_true: following ‘true’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/tests/test-bind.c:428:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:429:3: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tests/test-bind.c:431:9: branch_true: ...to here
libnice-0.1.23/stun/tests/test-bind.c:431:9: throw: if ‘sendto’ throws an exception...
libnice-0.1.23/stun/tests/test-bind.c:431:9: danger: ‘fd’ leaks here
#  429|     assert (len == 20);
#  430|   
#  431|->   val = sendto (fd, buf, len, MSG_DONTWAIT | MSG_NOSIGNAL,
#  432|         (struct sockaddr *)&addr, addrlen);
#  433|     assert (val >= 0);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def64]
libnice-0.1.23/stun/tools/stund.c:170:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/tools/stund.c:103:12: acquire_resource: socket created here
libnice-0.1.23/stun/tools/stund.c:111:6: branch_false: following ‘false’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/tools/stund.c:117:3: branch_false: ...to here
libnice-0.1.23/stun/tools/stund.c:140:6: branch_false: following ‘false’ branch...
libnice-0.1.23/stun/tools/stund.c:146:7: branch_false: ...to here
libnice-0.1.23/stun/tools/stund.c:146:6: branch_false: following ‘false’ branch...
libnice-0.1.23/stun/tools/stund.c:168:9: branch_false: ...to here
libnice-0.1.23/stun/tools/stund.c:168:8: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tools/stund.c:170:7: branch_true: ...to here
libnice-0.1.23/stun/tools/stund.c:170:7: throw: if ‘perror’ throws an exception...
libnice-0.1.23/stun/tools/stund.c:170:7: danger: ‘fd’ leaks here
#  168|       if (listen (fd, INT_MAX))
#  169|       {
#  170|->       perror ("Error opening IP port");
#  171|         goto error;
#  172|       }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
libnice-0.1.23/stun/tools/stund.c:178:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/tools/stund.c:103:12: acquire_resource: socket created here
libnice-0.1.23/stun/tools/stund.c:111:6: branch_false: following ‘false’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/tools/stund.c:117:3: branch_false: ...to here
libnice-0.1.23/stun/tools/stund.c:140:6: branch_false: following ‘false’ branch...
libnice-0.1.23/stun/tools/stund.c:146:7: branch_false: ...to here
libnice-0.1.23/stun/tools/stund.c:146:6: branch_false: following ‘false’ branch...
libnice-0.1.23/stun/tools/stund.c:168:9: branch_false: ...to here
libnice-0.1.23/stun/tools/stund.c:168:8: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/tools/stund.c:170:7: branch_true: ...to here
libnice-0.1.23/stun/tools/stund.c:178:3: throw: if ‘close’ throws an exception...
libnice-0.1.23/stun/tools/stund.c:178:3: danger: ‘fd’ leaks here
#  176|   
#  177|   error:
#  178|->   close (fd);
#  179|     return -1;
#  180|   }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def66]
libnice-0.1.23/stun/usages/bind.c:258:23: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
libnice-0.1.23/stun/usages/bind.c:253:12: acquire_resource: socket created here
libnice-0.1.23/stun/usages/bind.c:254:6: branch_false: following ‘false’ branch (when ‘fd != -1’)...
libnice-0.1.23/stun/usages/bind.c:258:23: branch_false: ...to here
libnice-0.1.23/stun/usages/bind.c:258:23: throw: if ‘fcntl’ throws an exception...
libnice-0.1.23/stun/usages/bind.c:258:23: danger: ‘fd’ leaks here
#  256|   
#  257|   #ifdef FD_CLOEXEC
#  258|->   fcntl (fd, F_SETFD, fcntl (fd, F_GETFD) | FD_CLOEXEC);
#  259|   #endif
#  260|   #ifdef O_NONBLOCK

Error: GCC_ANALYZER_WARNING (CWE-401): [#def67]
libnice-0.1.23/stun/usages/ice.c:122:11: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
libnice-0.1.23/stun/usages/ice.c:85:8: branch_false: following ‘false’ branch...
libnice-0.1.23/stun/usages/ice.c:88:8: branch_false: ...to here
libnice-0.1.23/stun/usages/ice.c:92:8: branch_false: following ‘false’ branch (when ‘val == 0’)...
libnice-0.1.23/stun/usages/ice.c:96:7: branch_false: ...to here
libnice-0.1.23/stun/usages/ice.c:103:6: branch_true: following ‘true’ branch...
libnice-0.1.23/stun/usages/ice.c:105:29: branch_true: ...to here
libnice-0.1.23/stun/usages/ice.c:114:5: branch_true: following ‘true’ branch (when ‘attribute_len >= identifier_len’)...
libnice-0.1.23/stun/usages/ice.c:115:11: branch_true: ...to here
libnice-0.1.23/stun/usages/ice.c:115:11: acquire_memory: allocated here
libnice-0.1.23/stun/usages/ice.c:116:8: branch_false: following ‘false’ branch (when ‘buf’ is non-NULL)...
libnice-0.1.23/stun/usages/ice.c:119:5: branch_false: ...to here
libnice-0.1.23/stun/usages/ice.c:122:11: throw: if ‘stun_message_append_bytes’ throws an exception...
libnice-0.1.23/stun/usages/ice.c:122:11: danger: ‘buf’ leaks here; was allocated at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
#  120|       memcpy(buf, candidate_identifier, identifier_len);
#  121|   
#  122|->     val = stun_message_append_bytes (msg, STUN_ATTRIBUTE_CANDIDATE_IDENTIFIER,
#  123|               buf, attribute_len);
#  124|   

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-241.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-namelibnice-0.1.23-1.fc44
store-results-to/tmp/tmpgzxfipqw/libnice-0.1.23-1.fc44.tar.xz
time-created2026-01-08 19:01:11
time-finished2026-01-08 19:03:49
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpgzxfipqw/libnice-0.1.23-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpgzxfipqw/libnice-0.1.23-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9