upower-1.91.0-1.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1]
upower-v1.91.0/libupower-glib/up-autocleanups.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘device’
upower-v1.91.0/tools/up-tool.c:192:1: enter_function: entry to ‘up_tool_output_display_device’
upower-v1.91.0/tools/up-tool.c:195:27: call_function: inlined call to ‘g_autoptr_cleanup_generic_gfree’ from ‘up_tool_output_display_device’
upower-v1.91.0/tools/up-tool.c:194:30: call_function: inlined call to ‘glib_autoptr_cleanup_UpDevice’ from ‘up_tool_output_display_device’
#   30|   
#   31|   G_DEFINE_AUTOPTR_CLEANUP_FUNC(UpClient, g_object_unref)
#   32|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC(UpDevice, g_object_unref)
#   33|   G_DEFINE_AUTOPTR_CLEANUP_FUNC(UpHistoryItem, g_object_unref)
#   34|   G_DEFINE_AUTOPTR_CLEANUP_FUNC(UpStatsItem, g_object_unref)

Error: GCC_ANALYZER_WARNING (CWE-457): [#def2]
upower-v1.91.0/libupower-glib/up-autocleanups.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘display_device’
upower-v1.91.0/tools/up-tool.c:260:12: branch_true: following ‘true’ branch...
upower-v1.91.0/tools/up-tool.c:261:17: branch_true: ...to here
upower-v1.91.0/tools/up-tool.c:261:17: throw: if ‘g_print’ throws an exception...
upower-v1.91.0/tools/up-tool.c:249:30: call_function: inlined call to ‘glib_autoptr_cleanup_UpDevice’ from ‘up_tool_output_enumerate’
#   30|   
#   31|   G_DEFINE_AUTOPTR_CLEANUP_FUNC(UpClient, g_object_unref)
#   32|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC(UpDevice, g_object_unref)
#   33|   G_DEFINE_AUTOPTR_CLEANUP_FUNC(UpHistoryItem, g_object_unref)
#   34|   G_DEFINE_AUTOPTR_CLEANUP_FUNC(UpStatsItem, g_object_unref)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def3]
upower-v1.91.0/libupower-glib/up-client.c:154:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
upower-v1.91.0/libupower-glib/up-client.c:146:1: enter_function: entry to ‘up_client_get_devices2’
upower-v1.91.0/libupower-glib/up-client.c:148:27: release_memory: ‘error’ is NULL
upower-v1.91.0/libupower-glib/up-client.c:151:15: call_function: calling ‘up_client_get_devices_full’ from ‘up_client_get_devices2’
upower-v1.91.0/libupower-glib/up-client.c:151:15: return_function: returning to ‘up_client_get_devices2’ from ‘up_client_get_devices_full’
upower-v1.91.0/libupower-glib/up-client.c:152:12: branch_true: following ‘true’ branch...
upower-v1.91.0/libupower-glib/up-client.c:153:22: branch_true: ...to here
upower-v1.91.0/libupower-glib/up-client.c:153:22: release_memory: ‘error’ is NULL
upower-v1.91.0/libupower-glib/up-client.c:153:20: branch_true: following ‘true’ branch...
upower-v1.91.0/libupower-glib/up-client.c:154:25: branch_true: ...to here
upower-v1.91.0/libupower-glib/up-client.c:154:25: release_memory: ‘error’ is NULL
upower-v1.91.0/libupower-glib/up-client.c:154:25: danger: dereference of NULL ‘error’
#  152|   	if (!ret) {
#  153|   		if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED))
#  154|-> 			g_warning ("up_client_get_devices failed: %s", error->message);
#  155|   		return NULL;
#  156|   	}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def4]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:444:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:393:1: enter_function: entry to ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:400:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:401:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:405:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def5]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:444:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:393:1: enter_function: entry to ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:400:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:401:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:405:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def6]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:446:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:393:1: enter_function: entry to ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:400:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:401:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:405:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def7]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:446:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:393:1: enter_function: entry to ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:400:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:401:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:405:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def8]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:448:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:393:1: enter_function: entry to ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:400:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:401:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:405:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:405:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:406:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def9]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:448:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:393:1: enter_function: entry to ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:400:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:401:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:405:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:405:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:406:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def10]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:487:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:454:13: enter_function: entry to ‘output_object_interfaces’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:459:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:460:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:464:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def11]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:487:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:454:13: enter_function: entry to ‘output_object_interfaces’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:459:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:460:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:464:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def12]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:489:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:454:13: enter_function: entry to ‘output_object_interfaces’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:459:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:460:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:464:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:489:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:454:13: enter_function: entry to ‘output_object_interfaces’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:459:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:460:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:464:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def14]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:530:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:505:13: enter_function: entry to ‘output_interface_prerequisites’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:509:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:510:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:514:3: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:514:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def15]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:530:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:505:13: enter_function: entry to ‘output_interface_prerequisites’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:509:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:510:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:514:3: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:514:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def16]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:532:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:505:13: enter_function: entry to ‘output_interface_prerequisites’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:509:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:510:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:514:3: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:514:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def17]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:532:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:505:13: enter_function: entry to ‘output_interface_prerequisites’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:509:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:510:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:514:3: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:514:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def18]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:561:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:550:1: enter_function: entry to ‘output_actions’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:555:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:556:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:556:6: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:561:15: branch_true: following ‘true’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:562:5: branch_true: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:562:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def19]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:561:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:550:1: enter_function: entry to ‘output_actions’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:555:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:556:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:556:6: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:561:15: branch_true: following ‘true’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:562:5: branch_true: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:562:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def20]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:626:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:615:1: enter_function: entry to ‘output_args’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:620:8: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:621:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:621:6: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:626:15: branch_true: following ‘true’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:627:5: branch_true: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:627:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def21]
upower-v1.91.0/redhat-linux-build/UPower-scan.c:626:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:615:1: enter_function: entry to ‘output_args’
upower-v1.91.0/redhat-linux-build/UPower-scan.c:620:8: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:621:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:621:6: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:626:15: branch_true: following ‘true’ branch...
upower-v1.91.0/redhat-linux-build/UPower-scan.c:627:5: branch_true: ...to here
upower-v1.91.0/redhat-linux-build/UPower-scan.c:627:5: call_function: calling ‘output_object_args’ from ‘output_args’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def42]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def47]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:645:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:654:15: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:658:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:670:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:683:6: branch_true: following ‘true’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:685:25: branch_true: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-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): [#def48]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:645:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:654:15: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:658:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:670:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:683:6: branch_true: following ‘true’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:685:25: branch_true: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-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): [#def49]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:645:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:654:15: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:658:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:670:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:683:6: branch_true: following ‘true’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:685:25: branch_true: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-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): [#def50]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:645:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:654:15: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:658:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:670:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:683:6: branch_true: following ‘true’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:685:25: branch_true: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-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): [#def51]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:645:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:654:15: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:658:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:670:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:683:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-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): [#def52]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:645:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:654:15: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:658:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:670:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: acquire_resource: opened here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:683:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-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): [#def53]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:645:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:654:15: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:658:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:670:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:683:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-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): [#def54]
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:645:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:654:15: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:658:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:669:11: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:670:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:682:12: acquire_memory: allocated here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:683:6: branch_false: following ‘false’ branch...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: branch_false: ...to here
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
upower-v1.91.0/redhat-linux-build/tmp-introspectl4ovci4j/UPowerGlib-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)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def55]
upower-v1.91.0/src/linux/up-device-hid.c:300:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_udev_device_get_device_file(up_device_get_native(device)), 2048)’
upower-v1.91.0/src/linux/up-device-hid.c:284:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/linux/up-device-hid.c:289:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/linux/up-device-hid.c:295:9: branch_false: ...to here
upower-v1.91.0/src/linux/up-device-hid.c:296:12: branch_true: following ‘true’ branch...
upower-v1.91.0/src/linux/up-device-hid.c:299:17: branch_true: ...to here
upower-v1.91.0/src/linux/up-device-hid.c:300:33: acquire_resource: opened here
upower-v1.91.0/src/linux/up-device-hid.c:300:17: danger: ‘open(g_udev_device_get_device_file(up_device_get_native(device)), 2048)’ leaks here; was opened at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
#  298|   		/* connect to the device */
#  299|   		g_debug ("using device: %s", device_file);
#  300|-> 		hid->priv->fd = open (device_file, O_RDONLY | O_NONBLOCK);
#  301|   		if (hid->priv->fd < 0) {
#  302|   			g_debug ("cannot open device file %s", device_file);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def56]
upower-v1.91.0/src/linux/up-device-wup.c:299:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_udev_device_get_device_file(up_device_get_native(device)), 2050)’
upower-v1.91.0/src/linux/up-device-wup.c:288:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/linux/up-device-wup.c:293:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/linux/up-device-wup.c:299:9: branch_false: ...to here
upower-v1.91.0/src/linux/up-device-wup.c:299:25: acquire_resource: opened here
upower-v1.91.0/src/linux/up-device-wup.c:299:9: danger: ‘open(g_udev_device_get_device_file(up_device_get_native(device)), 2050)’ leaks here; was opened at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
#  297|   
#  298|   	/* connect to the device */
#  299|-> 	wup->priv->fd = open (device_file, O_RDWR | O_NONBLOCK);
#  300|   	if (wup->priv->fd < 0) {
#  301|   		g_debug ("cannot open device file %s", device_file);

Error: GCC_ANALYZER_WARNING (CWE-121): [#def57]
upower-v1.91.0/src/linux/up-input.c:103:17: warning[-Wanalyzer-out-of-bounds]: stack-based buffer overflow
upower-v1.91.0/src/linux/up-input.c:183:1: enter_function: entry to ‘up_input_coldplug’
upower-v1.91.0/src/linux/up-input.c:216:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/linux/up-input.c:223:20: branch_false: ...to here
upower-v1.91.0/src/linux/up-input.c:223:20: call_function: calling ‘up_input_str_to_bitmask’ from ‘up_input_coldplug’
#  101|   
#  102|   		val = strtoul (v[i], NULL, 16);
#  103|-> 		bitmask[j] = val;
#  104|   
#  105|   		while (val != 0) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def58]
upower-v1.91.0/src/up-device-battery.c:703:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
upower-v1.91.0/src/up-device-battery.c:647:1: enter_function: entry to ‘up_device_battery_set_charge_threshold’
upower-v1.91.0/src/up-device-battery.c:657:28: release_memory: ‘error’ is NULL
upower-v1.91.0/src/up-device-battery.c:661:12: branch_false: following ‘false’ branch (when ‘self’ is non-NULL)...
upower-v1.91.0/src/up-device-battery.c:668:14: branch_false: ...to here
upower-v1.91.0/src/up-device-battery.c:668:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/up-device-battery.c:675:9: branch_false: ...to here
upower-v1.91.0/src/up-device-battery.c:682:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/up-device-battery.c:689:22: branch_false: ...to here
upower-v1.91.0/src/up-device-battery.c:690:14: call_function: calling ‘up_device_battery_charge_threshold_state_write’ from ‘up_device_battery_set_charge_threshold’
upower-v1.91.0/src/up-device-battery.c:690:14: return_function: returning to ‘up_device_battery_set_charge_threshold’ from ‘up_device_battery_charge_threshold_state_write’
upower-v1.91.0/src/up-device-battery.c:700:23: call_function: inlined call to ‘up_device_battery_set_charge_thresholds’ from ‘up_device_battery_set_charge_threshold’
upower-v1.91.0/src/up-device-battery.c:705:105: branch_true: ...to here
upower-v1.91.0/src/up-device-battery.c:705:105: release_memory: ‘error’ is NULL
upower-v1.91.0/src/up-device-battery.c:703:17: danger: dereference of NULL ‘error’
#  701|   
#  702|   	if (!ret) {
#  703|-> 		g_dbus_method_invocation_return_error (invocation,
#  704|   						       UP_DAEMON_ERROR, UP_DAEMON_ERROR_GENERAL,
#  705|   						       "failed on setting charging threshold: %s", error->message);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def59]
upower-v1.91.0/src/up-device.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘other_device’
upower-v1.91.0/src/linux/up-backend.c:154:1: enter_function: entry to ‘update_added_duplicate_device’
upower-v1.91.0/src/linux/up-backend.c:162:24: call_function: calling ‘find_duplicate_device’ from ‘update_added_duplicate_device’
upower-v1.91.0/src/linux/up-backend.c:160:26: call_function: inlined call to ‘g_autoptr_cleanup_generic_gfree’ from ‘update_added_duplicate_device’
upower-v1.91.0/src/linux/up-backend.c:157:29: call_function: inlined call to ‘glib_autoptr_cleanup_UpDevice’ from ‘update_added_duplicate_device’
#   30|   #define UP_TYPE_DEVICE		(up_device_get_type ())
#   31|   
#   32|-> G_DECLARE_DERIVABLE_TYPE (UpDevice, up_device, UP, DEVICE, UpExportedDeviceSkeleton)
#   33|   
#   34|   typedef enum {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def60]
upower-v1.91.0/src/up-kbd-backlight.c:292:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_build_filename(dir_path, "brightness", 0), 2)’
upower-v1.91.0/src/up-kbd-backlight.c:256:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/up-kbd-backlight.c:256:12: branch_false: ...to here
upower-v1.91.0/src/up-kbd-backlight.c:264:16: branch_true: following ‘true’ branch...
upower-v1.91.0/src/up-kbd-backlight.c:265:21: branch_true: ...to here
upower-v1.91.0/src/up-kbd-backlight.c:273:12: branch_false: following ‘false’ branch (when ‘dir_path’ is non-NULL)...
upower-v1.91.0/src/up-kbd-backlight.c:277:20: branch_false: ...to here
upower-v1.91.0/src/up-kbd-backlight.c:279:12: branch_false: following ‘false’ branch...
upower-v1.91.0/src/up-kbd-backlight.c:284:47: branch_false: ...to here
upower-v1.91.0/src/up-kbd-backlight.c:292:35: acquire_resource: opened here
upower-v1.91.0/src/up-kbd-backlight.c:292:9: danger: ‘open(g_build_filename(dir_path, "brightness", 0), 2)’ leaks here; was opened at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
#  290|   	/* open the brightness file for read and write operations */
#  291|   	path_now = g_build_filename (dir_path, "brightness", NULL);
#  292|-> 	kbd_backlight->priv->fd = open (path_now, O_RDWR);
#  293|   
#  294|   	/* read brightness and check if it has an acceptable value */

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-71.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-nameupower-1.91.0-1.fc44
store-results-to/tmp/tmp3n0n13tq/upower-1.91.0-1.fc44.tar.xz
time-created2026-01-08 21:55:35
time-finished2026-01-08 21:57:14
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp3n0n13tq/upower-1.91.0-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp3n0n13tq/upower-1.91.0-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9