at-spi2-core-2.58.2-1.fc44

List of Findings

Error: CPPCHECK_WARNING (CWE-758): [#def1]
at-spi2-core-2.58.2/atk-adaptor/adaptors/collection-adaptor.c:633: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  631|         for (j = 0; j < 32; j++)
#  632|           {
#  633|->           if (array[i] & (1 << j))
#  634|               {
#  635|                 if (out_count == out_size - 2)

Error: CPPCHECK_WARNING (CWE-758): [#def2]
at-spi2-core-2.58.2/atk-adaptor/bridge.c:575: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  573|         for (j = 0; j < 32; j++)
#  574|           {
#  575|->           if (v & (1 << j))
#  576|               {
#  577|                 AtkState state = spi_atk_state_from_spi_state ((count << 5) + j);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def3]
at-spi2-core-2.58.2/atk-adaptor/event.c:466:11: warning[-Wanalyzer-null-argument]: use of NULL ‘data[2]’ where non-null expected
at-spi2-core-2.58.2/atk-adaptor/event.c:1282:1: enter_function: entry to ‘generic_event_listener’
at-spi2-core-2.58.2/atk-adaptor/event.c:1303:3: call_function: calling ‘emit_event’ from ‘generic_event_listener’
#  464|     /* Hack: events such as "object::text-changed::insert:system" as
#  465|        generated by Gecko */
#  466|->   data[2][strcspn (data[2], ":")] = '\0';
#  467|   
#  468|     for (list = spi_global_app_data->events; list; list = list->next)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def4]
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:86:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:80:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:84:10: branch_false: following ‘false’ branch (when ‘type != 0’)...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:86:19: branch_false: ...to here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:86:19: throw: if ‘dbus_message_iter_get_arg_type’ throws an exception...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:86:19: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   84|         if (type == DBUS_TYPE_INVALID)
#   85|           break;
#   86|->       if (type != dbus_message_iter_get_arg_type (&iter_struct))
#   87|           {
#   88|             va_end (args);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def5]
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:92:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:80:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:84:10: branch_false: following ‘false’ branch (when ‘type != 0’)...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:86:19: branch_false: ...to here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:86:10: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:91:7: branch_false: ...to here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:92:7: throw: if ‘dbus_message_iter_get_basic’ throws an exception...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:92:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#   90|           }
#   91|         ptr = va_arg (args, void *);
#   92|->       dbus_message_iter_get_basic (&iter_struct, ptr);
#   93|         dbus_message_iter_next (&iter_struct);
#   94|       }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def6]
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:93:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:80:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:84:10: branch_false: following ‘false’ branch (when ‘type != 0’)...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:86:19: branch_false: ...to here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:86:10: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:91:7: branch_false: ...to here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:93:7: throw: if ‘dbus_message_iter_next’ throws an exception...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:93:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#   91|         ptr = va_arg (args, void *);
#   92|         dbus_message_iter_get_basic (&iter_struct, ptr);
#   93|->       dbus_message_iter_next (&iter_struct);
#   94|       }
#   95|     dbus_message_iter_next (iter);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def7]
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:95:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:80:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:95:3: throw: if ‘dbus_message_iter_next’ throws an exception...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:95:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#   93|         dbus_message_iter_next (&iter_struct);
#   94|       }
#   95|->   dbus_message_iter_next (iter);
#   96|     va_end (args);
#   97|     return TRUE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def8]
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:117:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:108:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:110:3: branch_false: ...to here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:110:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:114:10: branch_false: following ‘false’ branch (when ‘type != 0’)...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:116:7: branch_false: ...to here
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:117:7: throw: if ‘dbus_message_iter_append_basic’ throws an exception...
at-spi2-core-2.58.2/atk-adaptor/spi-dbus.c:117:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#  115|           break;
#  116|         ptr = va_arg (args, void *);
#  117|->       dbus_message_iter_append_basic (&iter_struct, type, ptr);
#  118|       }
#  119|     va_end (args);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def9]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1229:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1350:1: enter_function: entry to ‘_atspi_dbus_call_partial’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1360:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1361:9: call_function: calling ‘_atspi_dbus_call_partial_va’ from ‘_atspi_dbus_call_partial’
# 1227|     if (!app || !app->bus)
# 1228|       {
# 1229|->       g_set_error_literal (error, ATSPI_ERROR, ATSPI_ERROR_APPLICATION_GONE,
# 1230|                              _ ("The application no longer exists"));
# 1231|         return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def10]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1236:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1350:1: enter_function: entry to ‘_atspi_dbus_call_partial’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1360:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1361:9: call_function: calling ‘_atspi_dbus_call_partial_va’ from ‘_atspi_dbus_call_partial’
# 1234|     if (atspi_main_loop && connection_is_hung (app->bus_name))
# 1235|       {
# 1236|->       g_set_error_literal (error, ATSPI_ERROR, ATSPI_ERROR_IPC,
# 1237|                              "The process appears to be hung.");
# 1238|         return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def11]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1254:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1265:1: enter_function: entry to ‘_atspi_dbus_call’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1272:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/atspi/atspi-misc.c:1275:3: branch_false: ...to here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1275:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1277:3: call_function: calling ‘set_timeout’ from ‘_atspi_dbus_call’
# 1252|         gettimeofday (&tv, NULL);
# 1253|         diff = (tv.tv_sec - app->time_added.tv_sec) * 1000 + (tv.tv_usec - app->time_added.tv_usec) / 1000;
# 1254|->       dbind_set_timeout (MAX (method_call_timeout, app_startup_time - diff));
# 1255|       }
# 1256|     else

Error: GCC_ANALYZER_WARNING (CWE-404): [#def12]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1257:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1265:1: enter_function: entry to ‘_atspi_dbus_call’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1272:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/atspi/atspi-misc.c:1275:3: branch_false: ...to here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1275:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1277:3: call_function: calling ‘set_timeout’ from ‘_atspi_dbus_call’
# 1255|       }
# 1256|     else
# 1257|->     dbind_set_timeout (method_call_timeout);
# 1258|   }
# 1259|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def13]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1276:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1272:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/atspi/atspi-misc.c:1275:3: branch_false: ...to here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1275:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1276:3: throw: if ‘dbus_error_init’ throws an exception...
at-spi2-core-2.58.2/atspi/atspi-misc.c:1276:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
# 1274|   
# 1275|     va_start (args, type);
# 1276|->   dbus_error_init (&err);
# 1277|     set_timeout (aobj->app);
# 1278|     retval = dbind_method_call_reentrant_va (aobj->app->bus, aobj->app->bus_name,

Error: GCC_ANALYZER_WARNING (CWE-404): [#def14]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1278:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1272:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/atspi/atspi-misc.c:1275:3: branch_false: ...to here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1275:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1278:12: throw: if ‘dbind_method_call_reentrant_va’ throws an exception...
at-spi2-core-2.58.2/atspi/atspi-misc.c:1278:12: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
# 1276|     dbus_error_init (&err);
# 1277|     set_timeout (aobj->app);
# 1278|->   retval = dbind_method_call_reentrant_va (aobj->app->bus, aobj->app->bus_name,
# 1279|                                              aobj->path, interface, method, &err,
# 1280|                                              type, args);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def15]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1306:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1350:1: enter_function: entry to ‘_atspi_dbus_call_partial’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1360:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1361:9: call_function: calling ‘_atspi_dbus_call_partial_va’ from ‘_atspi_dbus_call_partial’
# 1304|     const char *p;
# 1305|   
# 1306|->   dbus_error_init (&err);
# 1307|   
# 1308|     if (!check_app (aobj->app, error))

Error: GCC_ANALYZER_WARNING (CWE-404): [#def16]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1311:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1350:1: enter_function: entry to ‘_atspi_dbus_call_partial’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1360:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1361:9: call_function: calling ‘_atspi_dbus_call_partial_va’ from ‘_atspi_dbus_call_partial’
# 1309|       goto out;
# 1310|   
# 1311|->   msg = dbus_message_new_method_call (aobj->app->bus_name, aobj->path, interface, method);
# 1312|     if (!msg)
# 1313|       goto out;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def17]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1316:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1350:1: enter_function: entry to ‘_atspi_dbus_call_partial’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1360:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1361:9: call_function: calling ‘_atspi_dbus_call_partial_va’ from ‘_atspi_dbus_call_partial’
# 1314|   
# 1315|     p = type;
# 1316|->   dbus_message_iter_init_append (msg, &iter);
# 1317|     dbind_any_marshal_va (&iter, &p, args);
# 1318|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def18]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1317:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1350:1: enter_function: entry to ‘_atspi_dbus_call_partial’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1360:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1361:9: call_function: calling ‘_atspi_dbus_call_partial_va’ from ‘_atspi_dbus_call_partial’
# 1315|     p = type;
# 1316|     dbus_message_iter_init_append (msg, &iter);
# 1317|->   dbind_any_marshal_va (&iter, &p, args);
# 1318|   
# 1319|     set_timeout (aobj->app);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def19]
at-spi2-core-2.58.2/atspi/atspi-misc.c:1684:10: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1350:1: enter_function: entry to ‘_atspi_dbus_call_partial’
at-spi2-core-2.58.2/atspi/atspi-misc.c:1360:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/atspi/atspi-misc.c:1361:9: call_function: calling ‘_atspi_dbus_call_partial_va’ from ‘_atspi_dbus_call_partial’
# 1682|   _atspi_error_quark (void)
# 1683|   {
# 1684|->   return g_quark_from_static_string ("atspi_error");
# 1685|   }
# 1686|   

Error: COMPILER_WARNING (CWE-252): [#def20]
at-spi2-core-2.58.2/bus/at-spi-bus-launcher.c: scope_hint: In function ‘sigterm_handler’
at-spi2-core-2.58.2/bus/at-spi-bus-launcher.c:873:3: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
#  873 |   write (sigterm_pipefd[1], "X", 1);
#      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  871|   sigterm_handler (int signum)
#  872|   {
#  873|->   write (sigterm_pipefd[1], "X", 1);
#  874|   }
#  875|   

Error: CPPCHECK_WARNING (CWE-758): [#def21]
at-spi2-core-2.58.2/dbind/dbind-any.c:131: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
#  129|       case '\0':
#  130|         g_assert_not_reached ();
#  131|->       break;
#  132|       default:
#  133|         return 1;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def22]
at-spi2-core-2.58.2/dbind/dbind.c:67:29: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:126:1: enter_function: entry to ‘dbind_method_call_reentrant_va’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:156:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:160:11: call_function: calling ‘dbind_send_and_allow_reentry’ from ‘dbind_method_call_reentrant_va’
#   65|     DBusPendingCall *pending;
#   66|     SpiReentrantCallClosure *closure;
#   67|->   const char *unique_name = dbus_bus_get_unique_name (bus);
#   68|     const char *destination = dbus_message_get_destination (message);
#   69|     struct timeval tv;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def23]
at-spi2-core-2.58.2/dbind/dbind.c:68:29: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:126:1: enter_function: entry to ‘dbind_method_call_reentrant_va’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:156:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:160:11: call_function: calling ‘dbind_send_and_allow_reentry’ from ‘dbind_method_call_reentrant_va’
#   66|     SpiReentrantCallClosure *closure;
#   67|     const char *unique_name = dbus_bus_get_unique_name (bus);
#   68|->   const char *destination = dbus_message_get_destination (message);
#   69|     struct timeval tv;
#   70|     DBusMessage *ret;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def24]
at-spi2-core-2.58.2/dbind/dbind.c:76:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:126:1: enter_function: entry to ‘dbind_method_call_reentrant_va’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:156:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:160:11: call_function: calling ‘dbind_send_and_allow_reentry’ from ‘dbind_method_call_reentrant_va’
#   74|         strcmp (destination, unique_name) != 0)
#   75|       {
#   76|->       ret = dbus_connection_send_with_reply_and_block (bus, message,
#   77|                                                          dbind_timeout, error);
#   78|         if (g_main_depth () == 0 && !in_dispatch)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def25]
at-spi2-core-2.58.2/dbind/dbind.c:78:11: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:126:1: enter_function: entry to ‘dbind_method_call_reentrant_va’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:156:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:160:11: call_function: calling ‘dbind_send_and_allow_reentry’ from ‘dbind_method_call_reentrant_va’
#   76|         ret = dbus_connection_send_with_reply_and_block (bus, message,
#   77|                                                          dbind_timeout, error);
#   78|->       if (g_main_depth () == 0 && !in_dispatch)
#   79|           {
#   80|             in_dispatch = TRUE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def26]
at-spi2-core-2.58.2/dbind/dbind.c:88:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:126:1: enter_function: entry to ‘dbind_method_call_reentrant_va’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:156:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:160:11: call_function: calling ‘dbind_send_and_allow_reentry’ from ‘dbind_method_call_reentrant_va’
#   86|       }
#   87|   
#   88|->   closure = g_new0 (SpiReentrantCallClosure, 1);
#   89|     closure->reply = NULL;
#   90|     if (!dbus_connection_send_with_reply (bus, message, &pending, dbind_timeout) || !pending)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def27]
at-spi2-core-2.58.2/dbind/dbind.c:142:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:221:1: enter_function: entry to ‘dbind_method_call_reentrant’
at-spi2-core-2.58.2/dbind/dbind.c:233:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/dbind/dbind.c:234:13: call_function: calling ‘dbind_method_call_reentrant_va’ from ‘dbind_method_call_reentrant’
#  140|     va_list args_demarshal;
#  141|   
#  142|->   dbus_error_init (&real_err);
#  143|   
#  144|     va_copy (args_demarshal, args);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def28]
at-spi2-core-2.58.2/dbind/dbind.c:152:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:152:9: throw: if ‘dbus_message_new_method_call’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:152:9: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  150|       }
#  151|   
#  152|->   msg = dbus_message_new_method_call (bus_name, path, interface, method);
#  153|     if (!msg)
#  154|       goto out;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def29]
at-spi2-core-2.58.2/dbind/dbind.c:157:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:156:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:157:3: throw: if ‘dbus_message_iter_init_append’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:157:3: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#  155|   
#  156|     p = arg_types;
#  157|->   dbus_message_iter_init_append (msg, &iter);
#  158|     dbind_any_marshal_va (&iter, &p, args);
#  159|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def30]
at-spi2-core-2.58.2/dbind/dbind.c:158:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:156:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:158:3: throw: if ‘dbind_any_marshal_va’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:158:3: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
#  156|     p = arg_types;
#  157|     dbus_message_iter_init_append (msg, &iter);
#  158|->   dbind_any_marshal_va (&iter, &p, args);
#  159|   
#  160|     reply = dbind_send_and_allow_reentry (cnx, msg, err);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def31]
at-spi2-core-2.58.2/dbind/dbind.c:196:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_true: following ‘true’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:154:5: branch_true: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:193:6: branch_false: following ‘false’ branch (when ‘reply’ is NULL)...
at-spi2-core-2.58.2/dbind/dbind.c:196:7: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:196:7: throw: if ‘dbus_error_is_set’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:196:7: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
#  194|       dbus_message_unref (reply);
#  195|   
#  196|->   if (dbus_error_is_set (&real_err))
#  197|       dbus_error_free (&real_err);
#  198|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def32]
at-spi2-core-2.58.2/dbind/dbind.c:197:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:144:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:153:6: branch_true: following ‘true’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:154:5: branch_true: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:193:6: branch_false: following ‘false’ branch (when ‘reply’ is NULL)...
at-spi2-core-2.58.2/dbind/dbind.c:196:7: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:196:6: branch_true: following ‘true’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:197:5: branch_true: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:197:5: throw: if ‘dbus_error_free’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:197:5: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
#  195|   
#  196|     if (dbus_error_is_set (&real_err))
#  197|->     dbus_error_free (&real_err);
#  198|   
#  199|     va_end (args_demarshal);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def33]
at-spi2-core-2.58.2/dbind/dbind.c:262:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:295:1: enter_function: entry to ‘dbind_method_call’
at-spi2-core-2.58.2/dbind/dbind.c:306:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/dbind/dbind.c:307:13: call_function: calling ‘dbind_method_call_va’ from ‘dbind_method_call’
#  260|     va_list args_demarshal;
#  261|   
#  262|->   msg = dbus_message_new_method_call (bus_name, path, interface, method);
#  263|     if (!msg)
#  264|       return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def34]
at-spi2-core-2.58.2/dbind/dbind.c:269:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:263:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:266:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:266:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:269:3: throw: if ‘dbus_message_iter_init_append’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:269:3: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
#  267|   
#  268|     p = arg_types;
#  269|->   dbus_message_iter_init_append (msg, &iter);
#  270|     dbind_any_marshal_va (&iter, &p, args);
#  271|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def35]
at-spi2-core-2.58.2/dbind/dbind.c:270:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:263:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:266:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:266:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:270:3: throw: if ‘dbind_any_marshal_va’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:270:3: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
#  268|     p = arg_types;
#  269|     dbus_message_iter_init_append (msg, &iter);
#  270|->   dbind_any_marshal_va (&iter, &p, args);
#  271|   
#  272|     dbus_connection_send (cnx, msg, NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def36]
at-spi2-core-2.58.2/dbind/dbind.c:272:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:263:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:266:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:266:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:272:3: throw: if ‘dbus_connection_send’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:272:3: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(3)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/2)
#  270|     dbind_any_marshal_va (&iter, &p, args);
#  271|   
#  272|->   dbus_connection_send (cnx, msg, NULL);
#  273|     dbus_message_unref (msg);
#  274|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def37]
at-spi2-core-2.58.2/dbind/dbind.c:273:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/dbind/dbind.c:263:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/dbind/dbind.c:266:3: branch_false: ...to here
at-spi2-core-2.58.2/dbind/dbind.c:266:3: acquire_resource: ‘va_copy’ called here
at-spi2-core-2.58.2/dbind/dbind.c:273:3: throw: if ‘dbus_message_unref’ throws an exception...
at-spi2-core-2.58.2/dbind/dbind.c:273:3: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(3)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/2)
#  271|   
#  272|     dbus_connection_send (cnx, msg, NULL);
#  273|->   dbus_message_unref (msg);
#  274|   
#  275|     va_end (args_demarshal);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def58]
at-spi2-core-2.58.2/redhat-linux-build/tmp-introspect53f7b2e7/Atk-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/redhat-linux-build/tmp-introspect53f7b2e7/Atk-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
at-spi2-core-2.58.2/redhat-linux-build/tmp-introspect53f7b2e7/Atk-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def91]
at-spi2-core-2.58.2/redhat-linux-build/tmp-introspectrsa5f54g/Atspi-2.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/redhat-linux-build/tmp-introspectrsa5f54g/Atspi-2.0.c:599:1: enter_function: entry to ‘dump_error_quark’
at-spi2-core-2.58.2/redhat-linux-build/tmp-introspectrsa5f54g/Atspi-2.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

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

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

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

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

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

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

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

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

Error: COMPILER_WARNING: [#def104]
at-spi2-core-2.58.2/registryd/deviceeventcontroller.c: scope_hint: In function ‘key_set_contains_key’
at-spi2-core-2.58.2/registryd/deviceeventcontroller.c:934:8: warning[-Wunused-but-set-variable=]: variable ‘i’ set but not used
#  934 |   gint i;
#      |        ^
#  932|                         const Accessibility_DeviceEvent *key_event)
#  933|   {
#  934|->   gint i;
#  935|     gint len;
#  936|     GSList *l;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def105]
at-spi2-core-2.58.2/registryd/marshal-dbus.c:45:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/registryd/marshal-dbus.c:39:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:43:10: branch_false: following ‘false’ branch (when ‘type != 0’)...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:45:19: branch_false: ...to here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:45:19: throw: if ‘dbus_message_iter_get_arg_type’ throws an exception...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:45:19: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   43|         if (type == DBUS_TYPE_INVALID)
#   44|           break;
#   45|->       if (type != dbus_message_iter_get_arg_type (&iter_struct))
#   46|           {
#   47|             va_end (args);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def106]
at-spi2-core-2.58.2/registryd/marshal-dbus.c:51:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/registryd/marshal-dbus.c:39:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:43:10: branch_false: following ‘false’ branch (when ‘type != 0’)...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:45:19: branch_false: ...to here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:45:10: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:50:7: branch_false: ...to here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:51:7: throw: if ‘dbus_message_iter_get_basic’ throws an exception...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:51:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#   49|           }
#   50|         ptr = va_arg (args, void *);
#   51|->       dbus_message_iter_get_basic (&iter_struct, ptr);
#   52|         dbus_message_iter_next (&iter_struct);
#   53|       }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def107]
at-spi2-core-2.58.2/registryd/marshal-dbus.c:52:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/registryd/marshal-dbus.c:39:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:43:10: branch_false: following ‘false’ branch (when ‘type != 0’)...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:45:19: branch_false: ...to here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:45:10: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:50:7: branch_false: ...to here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:52:7: throw: if ‘dbus_message_iter_next’ throws an exception...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:52:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#   50|         ptr = va_arg (args, void *);
#   51|         dbus_message_iter_get_basic (&iter_struct, ptr);
#   52|->       dbus_message_iter_next (&iter_struct);
#   53|       }
#   54|     dbus_message_iter_next (iter);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def108]
at-spi2-core-2.58.2/registryd/marshal-dbus.c:54:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/registryd/marshal-dbus.c:39:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:54:3: throw: if ‘dbus_message_iter_next’ throws an exception...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:54:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#   52|         dbus_message_iter_next (&iter_struct);
#   53|       }
#   54|->   dbus_message_iter_next (iter);
#   55|     va_end (args);
#   56|     return TRUE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def109]
at-spi2-core-2.58.2/registryd/marshal-dbus.c:76:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/registryd/marshal-dbus.c:67:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:69:3: branch_false: ...to here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:69:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:73:10: branch_false: following ‘false’ branch (when ‘type != 0’)...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:75:7: branch_false: ...to here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:76:7: throw: if ‘dbus_message_iter_append_basic’ throws an exception...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:76:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#   74|           break;
#   75|         ptr = va_arg (args, void *);
#   76|->       dbus_message_iter_append_basic (&iter_struct, type, ptr);
#   77|       }
#   78|     if (!dbus_message_iter_close_container (iter, &iter_struct))

Error: GCC_ANALYZER_WARNING (CWE-404): [#def110]
at-spi2-core-2.58.2/registryd/marshal-dbus.c:78:8: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
at-spi2-core-2.58.2/registryd/marshal-dbus.c:67:6: branch_false: following ‘false’ branch...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:69:3: branch_false: ...to here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:69:3: acquire_resource: ‘va_start’ called here
at-spi2-core-2.58.2/registryd/marshal-dbus.c:78:8: throw: if ‘dbus_message_iter_close_container’ throws an exception...
at-spi2-core-2.58.2/registryd/marshal-dbus.c:78:8: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#   76|         dbus_message_iter_append_basic (&iter_struct, type, ptr);
#   77|       }
#   78|->   if (!dbus_message_iter_close_container (iter, &iter_struct))
#   79|       {
#   80|         va_end (args);

Scan Properties

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