ModemManager-1.24.2-1.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1]
ModemManager-1.24.2/cli/mmcli-common.c:184:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘modem_physdev’
ModemManager-1.24.2/cli/mmcli-common.c:1779:1: enter_function: entry to ‘mmcli_get_cbm_sync’
ModemManager-1.24.2/cli/mmcli-common.c:1790:5: call_function: calling ‘get_object_lookup_info’ from ‘mmcli_get_cbm_sync’
#  182|       if (g_str_has_prefix (str, "/")) {
#  183|           g_debug ("Assuming '%s' is the %s physdev path", str, object_type);
#  184|->         *modem_physdev = g_strdup (str);
#  185|           return;
#  186|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def2]
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:325:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:270:1: enter_function: entry to ‘get_modem_ready’
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:281:5: call_function: calling ‘ensure_modem_3gpp_profile_manager’ from ‘get_modem_ready’
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:281:5: return_function: returning to ‘get_modem_ready’ from ‘ensure_modem_3gpp_profile_manager’
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:283:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:287:9: branch_false: ...to here
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:287:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:297:9: branch_false: ...to here
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:297:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:317:9: branch_false: ...to here
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:317:8: branch_true: following ‘true’ branch...
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:319:34: branch_true: ...to here
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:319:34: release_memory: ‘error’ is NULL
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:323:19: call_function: calling ‘delete_build_input’ from ‘get_modem_ready’
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:323:19: return_function: returning to ‘get_modem_ready’ from ‘delete_build_input’
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:324:12: branch_true: following ‘true’ branch...
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:325:70: branch_true: ...to here
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:325:70: release_memory: ‘error’ is NULL
ModemManager-1.24.2/cli/mmcli-modem-3gpp-profile-manager.c:325:13: danger: dereference of NULL ‘error’
#  323|           profile = delete_build_input (delete_str, &error);
#  324|           if (!profile) {
#  325|->             g_printerr ("Error parsing profile string: '%s'\n", error->message);
#  326|               exit (EXIT_FAILURE);
#  327|           }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def3]
ModemManager-1.24.2/cli/mmcli-output.c:1536:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘current_path’
ModemManager-1.24.2/cli/mmcli-output.c:1493:28: branch_true: following ‘true’ branch (when ‘l’ is non-NULL)...
ModemManager-1.24.2/cli/mmcli-output.c:1494:21: branch_true: ...to here
ModemManager-1.24.2/cli/mmcli-output.c:1496:12: branch_false: following ‘false’ branch...
ModemManager-1.24.2/cli/mmcli-output.c:1526:13: branch_false: ...to here
ModemManager-1.24.2/cli/mmcli-output.c:1529:12: branch_true: following ‘true’ branch...
ModemManager-1.24.2/cli/mmcli-output.c:1533:17: branch_true: ...to here
ModemManager-1.24.2/cli/mmcli-output.c:1533:16: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/cli/mmcli-output.c:1536:51: release_memory: ‘current_path’ is NULL
ModemManager-1.24.2/cli/mmcli-output.c:1536:13: danger: dereference of NULL ‘current_path + (long unsigned int)cur_dlen * 8’
# 1534|                   escaped = json_strescape (single->value);
# 1535|   
# 1536|->             g_print ("\"%s\":\"%s\"", current_path[cur_dlen], escaped ? escaped : "--");
# 1537|               g_free (escaped);
# 1538|           } else if (item_l->type == VALUE_TYPE_MULTIPLE) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def4]
ModemManager-1.24.2/cli/mmcli-output.c:1544:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘current_path’
ModemManager-1.24.2/cli/mmcli-output.c:1493:28: branch_true: following ‘true’ branch (when ‘l’ is non-NULL)...
ModemManager-1.24.2/cli/mmcli-output.c:1494:21: branch_true: ...to here
ModemManager-1.24.2/cli/mmcli-output.c:1496:12: branch_false: following ‘false’ branch...
ModemManager-1.24.2/cli/mmcli-output.c:1526:13: branch_false: ...to here
ModemManager-1.24.2/cli/mmcli-output.c:1529:12: branch_false: following ‘false’ branch...
ModemManager-1.24.2/cli/mmcli-output.c:1538:19: branch_false: ...to here
ModemManager-1.24.2/cli/mmcli-output.c:1538:19: branch_true: following ‘true’ branch...
ModemManager-1.24.2/cli/mmcli-output.c:1542:17: branch_true: ...to here
ModemManager-1.24.2/cli/mmcli-output.c:1544:46: release_memory: ‘current_path’ is NULL
ModemManager-1.24.2/cli/mmcli-output.c:1544:13: danger: dereference of NULL ‘current_path + (long unsigned int)cur_dlen * 8’
# 1542|               n = multiple->values ? g_strv_length (multiple->values) : 0;
# 1543|   
# 1544|->             g_print ("\"%s\":[", current_path[cur_dlen]);
# 1545|               for (i = 0; i < n; i++) {
# 1546|                   if (multiple->is_object) {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def5]
ModemManager-1.24.2/libmm-glib/mm-firmware-update-settings.h:64:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘update_settings’
ModemManager-1.24.2/src/plugins/fibocom/mm-shared-fibocom.c:237:1: enter_function: entry to ‘parent_load_update_settings_ready’
ModemManager-1.24.2/src/plugins/fibocom/mm-shared-fibocom.c:247:12: call_function: calling ‘get_private’ from ‘parent_load_update_settings_ready’
ModemManager-1.24.2/src/plugins/fibocom/mm-shared-fibocom.c:245:42: call_function: inlined call to ‘glib_autoptr_cleanup_MMFirmwareUpdateSettings’ from ‘parent_load_update_settings_ready’
#   62|   
#   63|   GType mm_firmware_update_settings_get_type (void);
#   64|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMFirmwareUpdateSettings, g_object_unref)
#   65|   
#   66|   MMModemFirmwareUpdateMethod mm_firmware_update_settings_get_method (MMFirmwareUpdateSettings *self);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def6]
ModemManager-1.24.2/libmm-glib/mm-location-gps-nmea.c:84:9: warning[-Wanalyzer-null-argument]: use of NULL ‘trace’ where non-null expected
ModemManager-1.24.2/libmm-glib/mm-location-gps-nmea.c:131:1: enter_function: entry to ‘mm_location_gps_nmea_add_trace’
ModemManager-1.24.2/libmm-glib/mm-location-gps-nmea.c:134:12: call_function: calling ‘location_gps_nmea_take_trace’ from ‘mm_location_gps_nmea_add_trace’
#argument 1 of ‘__builtin_strchr’ must be non-null
#   82|       gchar *trace_type;
#   83|   
#   84|->     i = strchr (trace, ',');
#   85|       if (!i || i == trace) {
#   86|           g_free (trace);

Error: CPPCHECK_WARNING (CWE-476): [#def7]
ModemManager-1.24.2/libqcdm/src/commands.c:1744: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cmd
# 1742|   
# 1743|       cmd = calloc (1, cmdbufsize);
# 1744|->     cmd->code = DIAG_CMD_LOG_CONFIG;
# 1745|       cmd->op = htole32 (op);
# 1746|       cmd->equipid = htole32 (equip_id);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def8]
ModemManager-1.24.2/libqcdm/src/commands.c:1744:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘cmd’
ModemManager-1.24.2/libqcdm/src/commands.c:1725:5: branch_false: following ‘false’ branch (when ‘buf’ is non-NULL)...
ModemManager-1.24.2/libqcdm/src/commands.c:1726:5: branch_false: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1726:5: branch_false: following ‘false’ branch...
ModemManager-1.24.2/libqcdm/src/commands.c:1729:8: branch_false: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1741:5: branch_false: following ‘false’ branch (when ‘cmdsize <= len’)...
ModemManager-1.24.2/libqcdm/src/commands.c:1743:11: branch_false: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1743:11: acquire_memory: this call could return NULL
ModemManager-1.24.2/libqcdm/src/commands.c:1744:5: danger: ‘cmd’ could be NULL: unchecked value from [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
# 1742|   
# 1743|       cmd = calloc (1, cmdbufsize);
# 1744|->     cmd->code = DIAG_CMD_LOG_CONFIG;
# 1745|       cmd->op = htole32 (op);
# 1746|       cmd->equipid = htole32 (equip_id);

Error: CPPCHECK_WARNING (CWE-476): [#def9]
ModemManager-1.24.2/libqcdm/src/commands.c:1745: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cmd
# 1743|       cmd = calloc (1, cmdbufsize);
# 1744|       cmd->code = DIAG_CMD_LOG_CONFIG;
# 1745|->     cmd->op = htole32 (op);
# 1746|       cmd->equipid = htole32 (equip_id);
# 1747|   

Error: CPPCHECK_WARNING (CWE-476): [#def10]
ModemManager-1.24.2/libqcdm/src/commands.c:1746: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cmd
# 1744|       cmd->code = DIAG_CMD_LOG_CONFIG;
# 1745|       cmd->op = htole32 (op);
# 1746|->     cmd->equipid = htole32 (equip_id);
# 1747|   
# 1748|       if (items) {

Error: CPPCHECK_WARNING (CWE-476): [#def11]
ModemManager-1.24.2/libqcdm/src/commands.c:1752: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cmd
# 1750|           for (i = 0; i < items_len; i++) {
# 1751|               log_code = items[i] & 0x0FFF;  /* Strip off equip ID */
# 1752|->             cmd->mask[log_code / 8] |= 1 << log_code % 8;
# 1753|           }
# 1754|           cmd->num_items = htole32 (highest);

Error: CPPCHECK_WARNING (CWE-476): [#def12]
ModemManager-1.24.2/libqcdm/src/commands.c:1754: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: cmd
# 1752|               cmd->mask[log_code / 8] |= 1 << log_code % 8;
# 1753|           }
# 1754|->         cmd->num_items = htole32 (highest);
# 1755|       }
# 1756|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
ModemManager-1.24.2/libqcdm/src/commands.c:1757:11: warning[-Wanalyzer-malloc-leak]: leak of ‘cmd’
ModemManager-1.24.2/libqcdm/src/commands.c:1725:5: branch_false: following ‘false’ branch (when ‘buf’ is non-NULL)...
ModemManager-1.24.2/libqcdm/src/commands.c:1726:5: branch_false: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1726:5: branch_false: following ‘false’ branch...
ModemManager-1.24.2/libqcdm/src/commands.c:1729:8: branch_false: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1741:5: branch_false: following ‘false’ branch (when ‘cmdsize <= len’)...
ModemManager-1.24.2/libqcdm/src/commands.c:1743:11: branch_false: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1743:11: acquire_memory: allocated here
ModemManager-1.24.2/libqcdm/src/commands.c:1757:11: danger: ‘cmd’ leaks here; was allocated at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
# 1755|       }
# 1756|   
# 1757|->     ret = dm_encapsulate_buffer ((char *) cmd, cmdsize, cmdbufsize, buf, len);
# 1758|       free (cmd);
# 1759|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def14]
ModemManager-1.24.2/libqcdm/src/commands.c:1882:21: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘items’
ModemManager-1.24.2/libqcdm/src/commands.c:1867:8: branch_true: following ‘true’ branch...
 branch_true: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1878:12: branch_true: following ‘true’ branch (when ‘num_result_items != 0’)...
ModemManager-1.24.2/libqcdm/src/commands.c:1879:21: branch_true: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1879:21: acquire_memory: this call could return NULL
ModemManager-1.24.2/libqcdm/src/commands.c:1880:25: branch_true: following ‘true’ branch...
ModemManager-1.24.2/libqcdm/src/commands.c:1881:21: branch_true: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1881:20: branch_true: following ‘true’ branch...
ModemManager-1.24.2/libqcdm/src/commands.c:1882:38: branch_true: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1882:21: danger: ‘items + (long unsigned int)count * 2’ could be NULL: unchecked value from [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
# 1880|               for (i = 0; i < num_items; i++) {
# 1881|                   if (LOG_CODE_SET (rsp->u.get_set_items.mask, i))
# 1882|->                     items[count++] = (equipid << 12) | (i & 0x0FFF);
# 1883|               }
# 1884|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def15]
ModemManager-1.24.2/libqcdm/src/commands.c:1885:13: warning[-Wanalyzer-malloc-leak]: leak of ‘items’
ModemManager-1.24.2/libqcdm/src/commands.c:1867:8: branch_true: following ‘true’ branch...
 branch_true: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1878:12: branch_true: following ‘true’ branch (when ‘num_result_items != 0’)...
ModemManager-1.24.2/libqcdm/src/commands.c:1879:21: branch_true: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1879:21: acquire_memory: allocated here
ModemManager-1.24.2/libqcdm/src/commands.c:1881:20: branch_false: following ‘false’ branch...
ModemManager-1.24.2/libqcdm/src/commands.c:1880:40: branch_false: ...to here
ModemManager-1.24.2/libqcdm/src/commands.c:1885:13: danger: ‘items’ leaks here; was allocated at [(5)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/4)
# 1883|               }
# 1884|   
# 1885|->             qcdm_result_add_u16_array (result, QCDM_CMD_LOG_CONFIG_MASK_ITEM_ITEMS, items, count);
# 1886|               free (items);
# 1887|           }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def16]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:479:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def17]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:479:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def18]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:482:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def19]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:482:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def20]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:484:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def21]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:484:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def22]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:487:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def23]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:487:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def24]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:489:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def25]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:489:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:446:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:451:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:452:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:456:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def26]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:522:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def27]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:522:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def28]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:525:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def29]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:525:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def30]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:527:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def31]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:527:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def32]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:530:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def33]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:530:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def34]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:532:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def35]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:532:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def36]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:537:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def37]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:537:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:497:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:501:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:502:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:506:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def38]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:565:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:542:1: enter_function: entry to ‘output_actions’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:547:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:548:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:553:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:554:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:554:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def39]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:565:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:542:1: enter_function: entry to ‘output_actions’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:547:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:548:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:553:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:554:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:554:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def40]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:568:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:542:1: enter_function: entry to ‘output_actions’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:547:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:548:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:553:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:554:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:554:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def41]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:568:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:542:1: enter_function: entry to ‘output_actions’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:547:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:548:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:553:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:554:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:554:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def42]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1111:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1111:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def44]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1112:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def45]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1112:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def46]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1116:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1116:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def48]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1119:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def49]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1119:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def50]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1120:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def51]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1120:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def52]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1125:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def53]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1125:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def54]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1131:23: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def55]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1131:23: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def56]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def57]
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:1138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:607:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:612:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:613:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:618:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/ModemManager-scan.c:619:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def58]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:851:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:851:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def60]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:854:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def61]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:854:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def62]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:856:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def63]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:856:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def64]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:859:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def65]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:859:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def66]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:861:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def67]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:861:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:818:13: enter_function: entry to ‘output_object_interfaces’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:823:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:824:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:828:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def68]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:894:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def69]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:894:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def70]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:897:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def71]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:897:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def72]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:899:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def73]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:899:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def74]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:902:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def75]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:902:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def76]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:904:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def77]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:904:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def78]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:909:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def79]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:909:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:869:13: enter_function: entry to ‘output_interface_prerequisites’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:873:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:874:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:878:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def80]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:937:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:914:1: enter_function: entry to ‘output_actions’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:919:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:920:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:925:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:926:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:926:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def81]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:937:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:914:1: enter_function: entry to ‘output_actions’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:919:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:920:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:925:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:926:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:926:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def82]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:940:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:914:1: enter_function: entry to ‘output_actions’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:919:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:920:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:925:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:926:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:926:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def83]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:940:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:914:1: enter_function: entry to ‘output_actions’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:919:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:920:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:925:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:926:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:926:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def84]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1483:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def85]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1483:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def86]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1484:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def87]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1484:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def88]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1488:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def89]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1488:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def90]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1491:12: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def91]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1491:12: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def92]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1492:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def93]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1492:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def94]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1497:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def95]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1497:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def96]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1503:23: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def97]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1503:23: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def98]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1510:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_resource: opened here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def99]
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:1510:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:979:1: enter_function: entry to ‘output_args’
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:984:8: acquire_memory: allocated here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:985:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:990:15: branch_true: following ‘true’ branch...
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: branch_true: ...to here
ModemManager-1.24.2/redhat-linux-build/libmm-glib-scan.c:991:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def100]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def101]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def102]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def103]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def104]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def105]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def106]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def107]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def108]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def109]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def110]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def111]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def112]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def113]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def114]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def115]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def116]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def117]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def118]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def119]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def120]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def121]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def122]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def123]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def124]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def125]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def126]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def127]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def128]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def129]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def130]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def131]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def132]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def133]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def134]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def135]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def136]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def137]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def138]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def139]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def140]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def141]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def142]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def143]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def144]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def145]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def146]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def147]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def148]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def149]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def150]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def151]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def152]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def153]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def154]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def155]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def156]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def157]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def158]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def159]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def160]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def161]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def162]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def163]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def164]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def165]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def166]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def167]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def168]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def169]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def170]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def171]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def172]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def173]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def174]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def175]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def176]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def177]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def178]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def179]
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:795:1: enter_function: entry to ‘main’
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:806:6: branch_false: following ‘false’ branch...
ModemManager-1.24.2/redhat-linux-build/tmp-introspectx_cydfsz/ModemManager-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’

Error: GCC_ANALYZER_WARNING (CWE-476): [#def180]
ModemManager-1.24.2/src/mm-base-sim.c:2465:1: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘*(MMBaseSimClass *)MEM[(struct GTypeInstance *)self_21(D)].g_class.load_gid2_finish(self,  res, & error)’
ModemManager-1.24.2/src/mm-base-sim.c:2465:1: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-base-sim.c:2465:1: danger: dereference of NULL ‘*(MMBaseSimClass *)MEM[(struct GTypeInstance *)self_21(D)].g_class.load_gid2_finish(self,  res, & error)’
# 2463|   ENUM_REPLY_READY_FN         (removability, "removability", MMSimRemovability, mm_sim_removability_get_string)
# 2464|   PERSONAL_STR_REPLY_READY_FN (eid,          "EID")
# 2465|-> BYTEARRAY_REPLY_READY_FN    (gid2,         "GID2")
# 2466|   BYTEARRAY_REPLY_READY_FN    (gid1,         "GID1")
# 2467|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def181]
ModemManager-1.24.2/src/mm-base-sim.c:2466:1: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘*(MMBaseSimClass *)MEM[(struct GTypeInstance *)self_21(D)].g_class.load_gid1_finish(self,  res, & error)’
ModemManager-1.24.2/src/mm-base-sim.c:2466:1: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-base-sim.c:2466:1: danger: dereference of NULL ‘*(MMBaseSimClass *)MEM[(struct GTypeInstance *)self_21(D)].g_class.load_gid1_finish(self,  res, & error)’
# 2464|   PERSONAL_STR_REPLY_READY_FN (eid,          "EID")
# 2465|   BYTEARRAY_REPLY_READY_FN    (gid2,         "GID2")
# 2466|-> BYTEARRAY_REPLY_READY_FN    (gid1,         "GID1")
# 2467|   
# 2468|   static void

Error: GCC_ANALYZER_WARNING (CWE-465): [#def182]
ModemManager-1.24.2/src/mm-base-sms.c:915:20: warning[-Wanalyzer-deref-before-check]: check of ‘*<unknown>.current’ for NULL after already dereferencing it
ModemManager-1.24.2/src/mm-base-sms.c:891:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-base-sms.c:898:10: branch_false: ...to here
ModemManager-1.24.2/src/mm-base-sms.c:899:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-base-sms.c:915:20: danger: pointer ‘*<unknown>.current’ is checked for NULL here but it was already dereferenced at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
#  913|       mm_sms_part_set_index ((MMSmsPart *)ctx->current->data, (guint)idx);
#  914|   
#  915|->     ctx->current = g_list_next (ctx->current);
#  916|       sms_store_next_part (task);
#  917|   }

Error: GCC_ANALYZER_WARNING (CWE-465): [#def183]
ModemManager-1.24.2/src/mm-base-sms.c:1157:20: warning[-Wanalyzer-deref-before-check]: check of ‘*<unknown>.current’ for NULL after already dereferencing it
ModemManager-1.24.2/src/mm-base-sms.c:1129:1: enter_function: entry to ‘send_generic_msg_data_ready’
ModemManager-1.24.2/src/mm-base-sms.c:1139:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-base-sms.c:1145:25: branch_false: ...to here
ModemManager-1.24.2/src/mm-base-sms.c:1145:25: call_function: calling ‘read_message_reference_from_reply’ from ‘send_generic_msg_data_ready’
ModemManager-1.24.2/src/mm-base-sms.c:1145:25: return_function: returning to ‘send_generic_msg_data_ready’ from ‘read_message_reference_from_reply’
ModemManager-1.24.2/src/mm-base-sms.c:1146:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-base-sms.c:1152:11: branch_false: ...to here
ModemManager-1.24.2/src/mm-base-sms.c:1157:20: danger: pointer ‘*<unknown>.current’ is checked for NULL here but it was already dereferenced at [(15)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/14)
# 1155|                                          (guint)message_reference);
# 1156|   
# 1157|->     ctx->current = g_list_next (ctx->current);
# 1158|       sms_send_next_part (task);
# 1159|   }

Error: GCC_ANALYZER_WARNING (CWE-465): [#def184]
ModemManager-1.24.2/src/mm-base-sms.c:1234:20: warning[-Wanalyzer-deref-before-check]: check of ‘*<unknown>.current’ for NULL after already dereferencing it
ModemManager-1.24.2/src/mm-base-sms.c:1195:1: enter_function: entry to ‘send_from_storage_ready’
ModemManager-1.24.2/src/mm-base-sms.c:1209:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-base-sms.c:1224:25: branch_false: ...to here
ModemManager-1.24.2/src/mm-base-sms.c:1224:25: call_function: calling ‘read_message_reference_from_reply’ from ‘send_from_storage_ready’
ModemManager-1.24.2/src/mm-base-sms.c:1224:25: return_function: returning to ‘send_from_storage_ready’ from ‘read_message_reference_from_reply’
ModemManager-1.24.2/src/mm-base-sms.c:1225:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-base-sms.c:1231:5: branch_false: ...to here
ModemManager-1.24.2/src/mm-base-sms.c:1234:20: danger: pointer ‘*<unknown>.current’ is checked for NULL here but it was already dereferenced at [(15)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/14)
# 1232|                                          (guint)message_reference);
# 1233|   
# 1234|->     ctx->current = g_list_next (ctx->current);
# 1235|       sms_send_next_part (task);
# 1236|   }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def185]
ModemManager-1.24.2/src/mm-bearer-mbim.c:1739:16: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nw_error’
ModemManager-1.24.2/src/mm-bearer-mbim.c:1675:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-bearer-mbim.c:1678:14: branch_false: ...to here
ModemManager-1.24.2/src/mm-bearer-mbim.c:1681:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-bearer-mbim.c:1682:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-bearer-mbim.c:1681:9: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-bearer-mbim.c:1683:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-bearer-mbim.c:1681:9: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-bearer-mbim.c:1711:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-bearer-mbim.c:1711:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-bearer-mbim.c:1719:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-bearer-mbim.c:1719:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-bearer-mbim.c:1731:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-bearer-mbim.c:1731:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-bearer-mbim.c:1739:16: branch_false: ...to here
ModemManager-1.24.2/src/mm-bearer-mbim.c:1739:16: danger: use of uninitialized value ‘nw_error’ here
# 1737|       }
# 1738|   
# 1739|->     nw_error = mm_broadband_modem_mbim_normalize_nw_error (ctx->modem, nw_error);
# 1740|       if (g_error_matches (error, MBIM_STATUS_ERROR, MBIM_STATUS_ERROR_FAILURE) && parsed_result && nw_error != 0) {
# 1741|           g_assert (!inner_error);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def186]
ModemManager-1.24.2/src/mm-charsets.c:694:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘settings’
ModemManager-1.24.2/src/mm-charsets.c:722:1: enter_function: entry to ‘mm_modem_charset_bytearray_from_utf8’
ModemManager-1.24.2/src/mm-charsets.c:731:16: call_function: calling ‘lookup_charset_settings’ from ‘mm_modem_charset_bytearray_from_utf8’
ModemManager-1.24.2/src/mm-charsets.c:731:16: return_function: returning to ‘mm_modem_charset_bytearray_from_utf8’ from ‘lookup_charset_settings’
ModemManager-1.24.2/src/mm-charsets.c:733:8: branch_false: following ‘false’ branch (when ‘charset != 0’)...
ModemManager-1.24.2/src/mm-charsets.c:739:5: branch_false: ...to here
ModemManager-1.24.2/src/mm-charsets.c:750:23: call_function: calling ‘charset_iconv_from_utf8’ from ‘mm_modem_charset_bytearray_from_utf8’
#  692|   
#  693|       encoded = (guint8 *) g_convert (utf8, -1,
#  694|->                                     settings->iconv_name, "UTF-8",
#  695|                                       NULL, &bytes_written, &inner_error);
#  696|       if (encoded) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def187]
ModemManager-1.24.2/src/mm-charsets.c:819:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘settings’
ModemManager-1.24.2/src/mm-charsets.c:841:1: enter_function: entry to ‘mm_modem_charset_bytearray_to_utf8’
ModemManager-1.24.2/src/mm-charsets.c:849:8: branch_false: following ‘false’ branch (when ‘charset != 0’)...
ModemManager-1.24.2/src/mm-charsets.c:855:16: branch_false: ...to here
ModemManager-1.24.2/src/mm-charsets.c:855:16: call_function: calling ‘lookup_charset_settings’ from ‘mm_modem_charset_bytearray_to_utf8’
ModemManager-1.24.2/src/mm-charsets.c:855:16: return_function: returning to ‘mm_modem_charset_bytearray_to_utf8’ from ‘lookup_charset_settings’
ModemManager-1.24.2/src/mm-charsets.c:871:20: call_function: calling ‘charset_iconv_to_utf8’ from ‘mm_modem_charset_bytearray_to_utf8’
#  817|       utf8 = g_convert ((const gchar *) data, len,
#  818|                         "UTF-8",
#  819|->                       settings->iconv_name,
#  820|                         NULL, NULL, &inner_error);
#  821|       if (utf8)

Error: GCC_ANALYZER_WARNING (CWE-457): [#def188]
ModemManager-1.24.2/src/mm-device.h:61:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘mm_device_new(mm_kernel_device_get_physdev_uid(port), mm_kernel_device_get_physdev_sysfs_path(port), hotplugged, 0, *self_13(D)->priv.object_manager)’
ModemManager-1.24.2/src/mm-base-manager.c:1616:1: enter_function: entry to ‘remove_device_inhibition’
ModemManager-1.24.2/src/mm-base-manager.c:1623:12: call_function: calling ‘find_inhibited_device_info_by_physdev_uid’ from ‘remove_device_inhibition’
ModemManager-1.24.2/src/mm-base-manager.c:1623:12: return_function: returning to ‘remove_device_inhibition’ from ‘find_inhibited_device_info_by_physdev_uid’
ModemManager-1.24.2/src/mm-base-manager.c:1624:5: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-base-manager.c:1626:14: call_function: inlined call to ‘find_device_by_physdev_uid’ from ‘remove_device_inhibition’
ModemManager-1.24.2/src/mm-base-manager.c:1634:8: branch_true: following ‘true’ branch (when ‘port_infos’ is non-NULL)...
ModemManager-1.24.2/src/mm-base-manager.c:1643:12: branch_true: ...to here
ModemManager-1.24.2/src/mm-base-manager.c:1687:30: branch_true: following ‘true’ branch (when ‘l’ is non-NULL)...
ModemManager-1.24.2/src/mm-base-manager.c:1690:13: branch_true: ...to here
ModemManager-1.24.2/src/mm-base-manager.c:1691:13: call_function: calling ‘device_added’ from ‘remove_device_inhibition’
#   59|   
#   60|   GType mm_device_get_type (void);
#   61|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMDevice, g_object_unref)
#   62|   
#   63|   MMDevice *mm_device_new (const gchar              *uid,

Error: GCC_ANALYZER_WARNING (CWE-404): [#def189]
ModemManager-1.24.2/src/mm-error-helpers.c:750:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ModemManager-1.24.2/src/mm-error-helpers.c:749:5: acquire_resource: ‘va_start’ called here
ModemManager-1.24.2/src/mm-error-helpers.c:750:13: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  748|   
#  749|       va_start (var_args, format);
#  750|->     error = g_error_new_valist (domain, code, format, var_args);
#  751|       mm_dbus_method_invocation_return_gerror (invocation, error);
#  752|       va_end (var_args);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def190]
ModemManager-1.24.2/src/mm-log-test.h:40:11: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ModemManager-1.24.2/src/mm-log-test.h:36:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-log-test.h:39:5: branch_false: ...to here
ModemManager-1.24.2/src/mm-log-test.h:39:5: acquire_resource: ‘va_start’ called here
ModemManager-1.24.2/src/mm-log-test.h:40:11: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#   38|   
#   39|       va_start (args, fmt);
#   40|->     msg = g_strdup_vprintf (fmt, args);
#   41|       va_end (args);
#   42|       g_print ("%s\n", msg);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def191]
ModemManager-1.24.2/src/mm-log.c:283:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ModemManager-1.24.2/src/mm-log.c:242:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-log.c:245:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-log.c:282:5: acquire_resource: ‘va_start’ called here
ModemManager-1.24.2/src/mm-log.c:283:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  281|   
#  282|       va_start (args, fmt);
#  283|->     g_string_append_vprintf (msgbuf, fmt, args);
#  284|       va_end (args);
#  285|   

Error: GCC_ANALYZER_WARNING (CWE-688): [#def192]
ModemManager-1.24.2/src/mm-modem-helpers.c:2355:21: warning[-Wanalyzer-null-argument]: use of NULL ‘separator’ where non-null expected
ModemManager-1.24.2/src/mm-modem-helpers.c:2349:5: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
ModemManager-1.24.2/src/mm-modem-helpers.c:2350:5: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2350:5: branch_true: following ‘true’ branch (when ‘local_address’ is non-NULL)...
ModemManager-1.24.2/src/mm-modem-helpers.c:2351:5: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2351:5: branch_true: following ‘true’ branch (when ‘subnet’ is non-NULL)...
 branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2356:12: branch_true: following ‘true’ branch (when ‘separator’ is non-NULL)...
ModemManager-1.24.2/src/mm-modem-helpers.c:2357:13: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2358:16: branch_false: following ‘false’ branch (when ‘count != 4’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:2365:13: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2356:12: branch_false: following ‘false’ branch (when ‘separator’ is NULL)...
ModemManager-1.24.2/src/mm-modem-helpers.c:2370:12: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2370:12: branch_false: following ‘false’ branch (when ‘count > 2’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:2373:12: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2373:12: branch_false: following ‘false’ branch (when ‘count != 3’)...
 branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2355:21: danger: argument 1 (‘separator’) NULL where non-null expected
#argument 1 of ‘__builtin_strchr’ must be non-null
# 2353|       separator = str;
# 2354|       while (1) {
# 2355|->         separator = strchr (separator, '.');
# 2356|           if (separator) {
# 2357|               count++;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def193]
ModemManager-1.24.2/src/mm-modem-helpers.c:3005:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘interval_separator’
ModemManager-1.24.2/src/mm-modem-helpers.c:2945:1: enter_function: entry to ‘mm_3gpp_parse_cscb_response’
ModemManager-1.24.2/src/mm-modem-helpers.c:2957:8: branch_false: following ‘false’ branch (when ‘len != 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:2965:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2972:5: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:2974:5: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2975:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:2978:10: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2978:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:2983:11: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2984:8: branch_false: following ‘false’ branch (when the strings are equal)...
ModemManager-1.24.2/src/mm-modem-helpers.c:2990:11: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2992:17: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:2995:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:2997:12: branch_true: following ‘true’ branch (when ‘interval_separator’ is non-NULL)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3003:21: call_function: inlined call to ‘g_strdup_inline’ from ‘mm_3gpp_parse_cscb_response’
ModemManager-1.24.2/src/mm-modem-helpers.c:3005:13: danger: dereference of NULL ‘interval_separator’
# 3003|               start = g_strdup (intervals[i]);
# 3004|               interval_separator = strstr (start, "-");
# 3005|->             *(interval_separator++) = '\0';
# 3006|               end = interval_separator;
# 3007|   

Error: GCC_ANALYZER_WARNING (CWE-688): [#def194]
ModemManager-1.24.2/src/mm-modem-helpers.c:3747:11: warning[-Wanalyzer-null-argument]: use of NULL ‘str’ where non-null expected
ModemManager-1.24.2/src/mm-modem-helpers.c:3756:1: enter_function: entry to ‘mm_3gpp_parse_cgev_indication_action’
ModemManager-1.24.2/src/mm-modem-helpers.c:3758:11: call_function: calling ‘mm_strip_tag’ from ‘mm_3gpp_parse_cgev_indication_action’
ModemManager-1.24.2/src/mm-modem-helpers.c:3758:11: return_function: returning to ‘mm_3gpp_parse_cgev_indication_action’ from ‘mm_strip_tag’
ModemManager-1.24.2/src/mm-modem-helpers.c:3759:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3759:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3759:8: branch_false: following ‘false’ branch (when ‘__result == 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3761:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3761:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3761:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3761:8: branch_false: following ‘false’ branch (when ‘__result == 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3763:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3763:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3763:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3763:8: branch_false: following ‘false’ branch (when ‘__result == 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3765:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3765:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3765:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3765:8: branch_false: following ‘false’ branch (when ‘__result == 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3767:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3767:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3767:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3767:8: branch_false: following ‘false’ branch (when ‘__result == 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3769:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3769:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3769:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3769:8: branch_false: following ‘false’ branch (when ‘__result == 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3771:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3771:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3771:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3771:8: branch_false: following ‘false’ branch (when ‘__result == 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3773:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3773:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3773:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3773:8: branch_false: following ‘false’ branch (when ‘__result == 0’)...
ModemManager-1.24.2/src/mm-modem-helpers.c:3775:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3775:9: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3776:17: call_function: calling ‘deact_secondary’ from ‘mm_3gpp_parse_cgev_indication_action’
#argument 1 of ‘__builtin_strstr’ must be non-null
# 3745|        *    +CGEV: ME DEACT <p_cid>, <cid>, <event_type>
# 3746|        */
# 3747|->     str = strstr (str, "DEACT") + 5;
# 3748|       while (*str == ' ')
# 3749|           str++;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def195]
ModemManager-1.24.2/src/mm-modem-helpers.c:3828:33: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ModemManager-1.24.2/src/mm-modem-helpers.c:3801:1: enter_function: entry to ‘mm_3gpp_parse_cgev_indication_pdp’
ModemManager-1.24.2/src/mm-modem-helpers.c:3815:5: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3820:9: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3825:5: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/mm-modem-helpers.c:3827:11: branch_true: ...to here
ModemManager-1.24.2/src/mm-modem-helpers.c:3827:11: call_function: calling ‘mm_strip_tag’ from ‘mm_3gpp_parse_cgev_indication_pdp’
ModemManager-1.24.2/src/mm-modem-helpers.c:3827:11: return_function: returning to ‘mm_3gpp_parse_cgev_indication_pdp’ from ‘mm_strip_tag’
ModemManager-1.24.2/src/mm-modem-helpers.c:3828:33: danger: argument 1 (‘mm_strip_tag(str, "+CGEV:")’) NULL where non-null expected
#argument 1 of ‘__builtin_strlen’ must be non-null
# 3826|   
# 3827|       str = mm_strip_tag (str, "+CGEV:");
# 3828|->     g_regex_match_full (r, str, strlen (str), 0, 0, &match_info, &inner_error);
# 3829|       if (inner_error) {
# 3830|           g_propagate_error (error, inner_error);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def196]
ModemManager-1.24.2/src/mm-modem-helpers.c:3901:33: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ModemManager-1.24.2/src/mm-modem-helpers.c:3880:1: enter_function: entry to ‘mm_3gpp_parse_cgev_indication_primary’
ModemManager-1.24.2/src/mm-modem-helpers.c:3900:11: call_function: calling ‘mm_strip_tag’ from ‘mm_3gpp_parse_cgev_indication_primary’
ModemManager-1.24.2/src/mm-modem-helpers.c:3900:11: return_function: returning to ‘mm_3gpp_parse_cgev_indication_primary’ from ‘mm_strip_tag’
ModemManager-1.24.2/src/mm-modem-helpers.c:3901:33: danger: argument 1 (‘mm_strip_tag(str, "+CGEV:")’) NULL where non-null expected
#argument 1 of ‘__builtin_strlen’ must be non-null
# 3899|   
# 3900|       str = mm_strip_tag (str, "+CGEV:");
# 3901|->     g_regex_match_full (r, str, strlen (str), 0, 0, &match_info, &inner_error);
# 3902|       if (inner_error)
# 3903|           goto out;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def197]
ModemManager-1.24.2/src/mm-modem-helpers.c:3958:33: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ModemManager-1.24.2/src/mm-modem-helpers.c:3933:1: enter_function: entry to ‘mm_3gpp_parse_cgev_indication_secondary’
ModemManager-1.24.2/src/mm-modem-helpers.c:3957:11: call_function: calling ‘mm_strip_tag’ from ‘mm_3gpp_parse_cgev_indication_secondary’
ModemManager-1.24.2/src/mm-modem-helpers.c:3957:11: return_function: returning to ‘mm_3gpp_parse_cgev_indication_secondary’ from ‘mm_strip_tag’
ModemManager-1.24.2/src/mm-modem-helpers.c:3958:33: danger: argument 1 (‘mm_strip_tag(str, "+CGEV:")’) NULL where non-null expected
#argument 1 of ‘__builtin_strlen’ must be non-null
# 3956|   
# 3957|       str = mm_strip_tag (str, "+CGEV:");
# 3958|->     g_regex_match_full (r, str, strlen (str), 0, 0, &match_info, &inner_error);
# 3959|       if (inner_error)
# 3960|           goto out;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def198]
ModemManager-1.24.2/src/mm-netlink.c:553:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘socket_fd’
ModemManager-1.24.2/src/mm-netlink.c:546:17: acquire_resource: socket created here
ModemManager-1.24.2/src/mm-netlink.c:547:8: branch_false: following ‘false’ branch (when ‘socket_fd >= 0’)...
ModemManager-1.24.2/src/mm-netlink.c:553:20: branch_false: ...to here
ModemManager-1.24.2/src/mm-netlink.c:553:20: danger: ‘socket_fd’ leaks here
#  551|       }
#  552|   
#  553|->     self->socket = g_socket_new_from_fd (socket_fd, error);
#  554|       if (!self->socket) {
#  555|           close (socket_fd);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def199]
ModemManager-1.24.2/src/mm-shared-qmi.c:3058:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘current_config’
ModemManager-1.24.2/src/mm-shared-qmi.c:3029:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-shared-qmi.c:3034:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-shared-qmi.c:3034:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-shared-qmi.c:3041:10: branch_false: ...to here
ModemManager-1.24.2/src/mm-shared-qmi.c:3041:8: branch_false: following ‘false’ branch...
 branch_false: ...to here
ModemManager-1.24.2/src/mm-shared-qmi.c:3047:17: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-shared-qmi.c:3054:8: branch_false: ...to here
ModemManager-1.24.2/src/mm-shared-qmi.c:3054:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/mm-shared-qmi.c:3058:9: branch_false: ...to here
ModemManager-1.24.2/src/mm-shared-qmi.c:3058:9: danger: dereference of NULL ‘current_config’
# 3056|   
# 3057|       /* Ignore if already set */
# 3058|->     if (current_config->description)
# 3059|           return;
# 3060|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def200]
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-bearer-cinterion.c:594:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-bearer-cinterion.c:580:1: enter_function: entry to ‘disconnect_connection_status_ready’
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-bearer-cinterion.c:586:31: release_memory: ‘error’ is NULL
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-bearer-cinterion.c:590:14: call_function: calling ‘load_connection_status_finish’ from ‘disconnect_connection_status_ready’
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-bearer-cinterion.c:590:14: return_function: returning to ‘disconnect_connection_status_ready’ from ‘load_connection_status_finish’
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-bearer-cinterion.c:594:9: release_memory: ‘error’ is NULL
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-bearer-cinterion.c:594:9: danger: dereference of NULL ‘error’
#  592|       case MM_BEARER_CONNECTION_STATUS_UNKNOWN:
#  593|           /* Assume disconnected */
#  594|->         mm_obj_dbg (self, "couldn't get CID %u status, assume disconnected: %s", ctx->cid, error->message);
#  595|           g_clear_error (&error);
#  596|           break;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def201]
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-modem-cinterion.c:3114:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-modem-cinterion.c:3106:27: release_memory: ‘error’ is NULL
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-modem-cinterion.c:3113:8: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-modem-cinterion.c:3114:9: branch_true: ...to here
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-modem-cinterion.c:3114:9: release_memory: ‘error’ is NULL
ModemManager-1.24.2/src/plugins/cinterion/mm-broadband-modem-cinterion.c:3114:9: danger: dereference of NULL ‘error’
# 3112|       response = g_match_info_fetch (match_info, 1);
# 3113|       if (!response || !mm_cinterion_get_available_from_simlocal (response, &available, &error)) {
# 3114|->         mm_obj_warn (self, "Could not parse list of available SIMs: %s", error->message);
# 3115|           return;
# 3116|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def202]
ModemManager-1.24.2/src/plugins/huawei/mm-broadband-modem-huawei.c:1475:24: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘current’
ModemManager-1.24.2/src/plugins/huawei/mm-broadband-modem-huawei.c:1464:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-broadband-modem-huawei.c:1469:9: branch_false: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-broadband-modem-huawei.c:1469:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-broadband-modem-huawei.c:1474:15: branch_false: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-broadband-modem-huawei.c:1475:24: danger: dereference of NULL ‘current’
# 1473|   
# 1474|           out = g_new (MMModemModeCombination, 1);
# 1475|->         out->allowed = current->allowed;
# 1476|           out->preferred = current->preferred;
# 1477|           g_task_return_pointer (task, out, g_free);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def203]
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1285:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘first_mode’
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1213:1: enter_function: entry to ‘mm_huawei_parse_syscfgex_response’
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1224:8: branch_false: following ‘false’ branch (when ‘response’ is non-NULL)...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1224:23: branch_false: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1224:23: branch_true: following ‘true’ branch (when ‘__str_len > 9’)...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1224:23: branch_true: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1224:9: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1238:16: branch_false: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1242:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1250:8: branch_false: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1250:8: branch_true: following ‘true’ branch (when ‘current_mode_out’ is non-NULL)...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1258:9: branch_true: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1264:12: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1270:21: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1273:49: branch_true: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1273:17: call_function: calling ‘syscfgex_mode_to_mm_modem_mode’ from ‘mm_huawei_parse_syscfgex_response’
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1273:17: return_function: returning to ‘mm_huawei_parse_syscfgex_response’ from ‘syscfgex_mode_to_mm_modem_mode’
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1273:16: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1270:30: branch_false: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1270:21: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1273:49: branch_true: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1273:17: call_function: calling ‘syscfgex_mode_to_mm_modem_mode’ from ‘mm_huawei_parse_syscfgex_response’
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1273:17: return_function: returning to ‘mm_huawei_parse_syscfgex_response’ from ‘syscfgex_mode_to_mm_modem_mode’
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1274:20: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1281:20: branch_false: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1281:20: branch_false: following ‘false’ branch (when ‘i != 0’)...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1284:25: branch_false: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1284:25: branch_true: following ‘true’ branch (when ‘i == 2’)...
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1285:21: branch_true: ...to here
ModemManager-1.24.2/src/plugins/huawei/mm-modem-helpers-huawei.c:1285:21: danger: use of uninitialized value ‘first_mode’ here
# 1283|                   /* ... but if multiple modes are listed, the first is preferred */
# 1284|                   else if (i == 2)
# 1285|->                     current_mode_out->preferred = first_mode;
# 1286|   
# 1287|                   current_mode_out->allowed |= mode;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def204]
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:175:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘interval_separator’
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:122:1: enter_function: entry to ‘load_supported_modes_finish’
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:134:8: branch_false: following ‘false’ branch...
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:142:9: branch_false: ...to here
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:144:5: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:146:5: branch_true: ...to here
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:147:8: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:150:15: branch_true: ...to here
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:151:12: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:152:21: branch_true: ...to here
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:155:8: branch_false: following ‘false’ branch (when ‘split’ is non-NULL)...
 branch_false: ...to here
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:163:17: branch_true: following ‘true’ branch...
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:166:9: branch_true: ...to here
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:168:12: branch_true: following ‘true’ branch (when ‘interval_separator’ is non-NULL)...
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:173:21: call_function: inlined call to ‘g_strdup_inline’ from ‘load_supported_modes_finish’
ModemManager-1.24.2/src/plugins/icera/mm-broadband-modem-icera.c:175:13: danger: dereference of NULL ‘interval_separator’
#  173|               first = g_strdup (split[i]);
#  174|               interval_separator = strstr (first, "-");
#  175|->             *(interval_separator++) = '\0';
#  176|               last = interval_separator;
#  177|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def205]
ModemManager-1.24.2/test/lsudev.c:70:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ModemManager-1.24.2/test/lsudev.c:123:1: enter_function: entry to ‘handle_uevent’
ModemManager-1.24.2/test/lsudev.c:137:5: branch_true: following ‘true’ branch...
ModemManager-1.24.2/test/lsudev.c:139:5: branch_true: ...to here
ModemManager-1.24.2/test/lsudev.c:139:5: branch_true: following ‘true’ branch (when the strings are equal)...
ModemManager-1.24.2/test/lsudev.c:141:5: branch_true: ...to here
ModemManager-1.24.2/test/lsudev.c:142:5: call_function: calling ‘dump_device_and_parent’ from ‘handle_uevent’
#   68|   
#   69|       va_start (args, fmt);
#   70|->     g_string_append_vprintf (output, fmt, args);
#   71|       va_end (args);
#   72|   

Scan Properties

analyzer-version-clippy1.90.0
analyzer-version-cppcheck2.18.3
analyzer-version-gcc15.2.1
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-87.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-gcc-latest-x86_64
project-nameModemManager-1.24.2-1.fc44
store-results-to/tmp/tmpwot1jor9/ModemManager-1.24.2-1.fc44.tar.xz
time-created2025-10-28 17:26:28
time-finished2025-10-28 17:33:30
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'gcc,cppcheck,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpwot1jor9/ModemManager-1.24.2-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmpwot1jor9/ModemManager-1.24.2-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251027.143044.ge6b947b-1.el9