gnome-desktop3-44.4-2.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-404): [#def1]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:337:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:333:9: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:336:16: branch_true: following ‘true’ branch (when ‘s’ is non-NULL)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:337:25: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:337:25: throw: if ‘g_list_prepend’ throws an exception...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:337:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  335|           s = va_arg (args, const char *);
#  336|           while (s) {
#  337|->                 stack = g_list_prepend (stack, (gpointer)s);
#  338|                   s = va_arg (args, const char *);
#  339|           }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def2]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:346:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:333:9: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:344:16: branch_true: following ‘true’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:345:39: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:346:25: throw: if ‘g_list_free’ throws an exception...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:346:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  344|           while (l1 && l2) {
#  345|                   if (strcmp (l1->data, l2->data) != 0) {
#  346|->                         g_list_free (stack);
#  347|                           return FALSE;
#  348|                   }

Error: CPPCHECK_WARNING (CWE-664): [#def3]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:347: error[va_end_missing]: va_list 'args' was opened but not closed by va_end().
#  345|                   if (strcmp (l1->data, l2->data) != 0) {
#  346|                           g_list_free (stack);
#  347|->                         return FALSE;
#  348|                   }
#  349|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def4]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:347:32: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:333:9: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:347:32: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  345|                   if (strcmp (l1->data, l2->data) != 0) {
#  346|                           g_list_free (stack);
#  347|->                         return FALSE;
#  348|                   }
#  349|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def5]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:354:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:333:9: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:354:9: throw: if ‘g_list_free’ throws an exception...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:354:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  352|           }
#  353|   
#  354|->         g_list_free (stack);
#  355|   
#  356|           return (!l1 && !l2);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def6]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:397:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:366:1: enter_function: entry to ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:373:24: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:12: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:397:17: danger: dereference of NULL ‘slide’
#  395|           else if (stack_is (self, "duration", "static", "background", NULL) ||
#  396|                    stack_is (self, "duration", "transition", "background", NULL)) {
#  397|->                 slide->duration = g_strtod (text, NULL);
#  398|                   self->priv->total_duration += slide->duration;
#  399|           }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def7]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:418:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:366:1: enter_function: entry to ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:373:24: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:12: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:396:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:396:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:396:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:401:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:401:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:401:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:416:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:416:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:416:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:418:22: danger: dereference of NULL ‘slide’
#  416|           else if (stack_is (self, "size", "file", "static", "background", NULL) ||
#  417|                    stack_is (self, "size", "from", "transition", "background", NULL)) {
#  418|->                 fs = slide->file1->data;
#  419|                   fs->file = g_strdup (text);
#  420|                   if (slide->file1->next != NULL)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def8]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:439:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:366:1: enter_function: entry to ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:373:24: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:13: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:377:12: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:380:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:383:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:386:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:389:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:392:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:396:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:396:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:396:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:395:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:401:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:401:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:401:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:400:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:416:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:416:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:416:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:416:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:417:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:417:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:417:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:416:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:423:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:423:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:423:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:423:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:438:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:438:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:438:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:438:17: branch_true: following ‘true’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:439:22: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:439:22: danger: dereference of NULL ‘slide’
#  437|           }
#  438|           else if (stack_is (self, "size", "to", "transition", "background", NULL)) {
#  439|->                 fs = slide->file2->data;
#  440|                   fs->file = g_strdup (text);
#  441|                   if (slide->file2->next != NULL)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def9]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:478:70: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘best’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:465:24: branch_true: following ‘true’ branch (when ‘pass != 2’)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:465:24: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:473:28: branch_false: following ‘false’ branch (when ‘distance <= d’)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:477:33: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:478:70: danger: dereference of NULL ‘best’
#  476|                           }
#  477|   			else if (d == distance) {
#  478|-> 				if (abs (size->width - width) < abs (best->width - width)) {
#  479|   					best = size;
#  480|   				}

Error: CPPCHECK_WARNING (CWE-476): [#def10]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:488: warning[nullPointer]: Possible null pointer dereference: best
#  486|   	}
#  487|   
#  488|-> 	return best->file;
#  489|   }
#  490|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def11]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:488:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘best’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:465:24: branch_true: following ‘true’ branch (when ‘pass != 2’)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:465:24: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:484:20: branch_false: following ‘false’ branch (when ‘best’ is NULL)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:465:34: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:484:20: branch_false: following ‘false’ branch (when ‘best’ is NULL)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:465:34: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:488:16: danger: dereference of NULL ‘best’
#  486|   	}
#  487|   
#  488|-> 	return best->file;
#  489|   }
#  490|   

Error: COMPILER_WARNING: [#def12]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c: scope_hint: In function ‘gnome_bg_slide_show_get_current_slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:523:13: warning[-Wunused-but-set-variable=]: variable ‘i’ set but not used
#  523 |         int i;
#      |             ^
#  521|   	GList *list;
#  522|   	double elapsed;
#  523|-> 	int i;
#  524|   
#  525|   	if (delta < 0)

Error: COMPILER_WARNING: [#def13]
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c: scope_hint: In function ‘gnome_bg_slide_show_get_slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg-slide-show.c:590:16: warning[-Wunused-but-set-variable=]: variable ‘skipped’ set but not used
#  590 |         int i, skipped;
#      |                ^~~~~~~
#  588|   	double delta = fmod (now () - self->priv->start_time, self->priv->total_duration);
#  589|           GList *l;
#  590|->         int i, skipped;
#  591|           gboolean found;
#  592|           double elapsed;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def14]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:337:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:333:9: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:336:16: branch_true: following ‘true’ branch (when ‘s’ is non-NULL)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:337:25: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:337:25: throw: if ‘g_list_prepend’ throws an exception...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:337:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  335|           s = va_arg (args, const char *);
#  336|           while (s) {
#  337|->                 stack = g_list_prepend (stack, (gpointer)s);
#  338|                   s = va_arg (args, const char *);
#  339|           }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def15]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:346:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:333:9: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:344:16: branch_true: following ‘true’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:345:39: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:346:25: throw: if ‘g_list_free’ throws an exception...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:346:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  344|           while (l1 && l2) {
#  345|                   if (strcmp (l1->data, l2->data) != 0) {
#  346|->                         g_list_free (stack);
#  347|                           return FALSE;
#  348|                   }

Error: CPPCHECK_WARNING (CWE-664): [#def16]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:347: error[va_end_missing]: va_list 'args' was opened but not closed by va_end().
#  345|                   if (strcmp (l1->data, l2->data) != 0) {
#  346|                           g_list_free (stack);
#  347|->                         return FALSE;
#  348|                   }
#  349|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def17]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:347:32: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:333:9: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:347:32: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  345|                   if (strcmp (l1->data, l2->data) != 0) {
#  346|                           g_list_free (stack);
#  347|->                         return FALSE;
#  348|                   }
#  349|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def18]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:354:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:333:9: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:354:9: throw: if ‘g_list_free’ throws an exception...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:354:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  352|           }
#  353|   
#  354|->         g_list_free (stack);
#  355|   
#  356|           return (!l1 && !l2);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def19]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:397:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:366:1: enter_function: entry to ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:373:24: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:12: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:397:17: danger: dereference of NULL ‘slide’
#  395|           else if (stack_is (self, "duration", "static", "background", NULL) ||
#  396|                    stack_is (self, "duration", "transition", "background", NULL)) {
#  397|->                 slide->duration = g_strtod (text, NULL);
#  398|                   self->priv->total_duration += slide->duration;
#  399|           }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def20]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:418:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:366:1: enter_function: entry to ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:373:24: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:12: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:396:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:396:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:396:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:401:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:401:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:401:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:416:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:416:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:416:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:418:22: danger: dereference of NULL ‘slide’
#  416|           else if (stack_is (self, "size", "file", "static", "background", NULL) ||
#  417|                    stack_is (self, "size", "from", "transition", "background", NULL)) {
#  418|->                 fs = slide->file1->data;
#  419|                   fs->file = g_strdup (text);
#  420|                   if (slide->file1->next != NULL)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def21]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:439:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:366:1: enter_function: entry to ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:373:24: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:13: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:377:12: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:380:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:383:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:386:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:389:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:392:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:396:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:396:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:396:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:395:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:401:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:401:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:401:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:400:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:416:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:416:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:416:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:416:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:417:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:417:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:417:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:416:18: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:423:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:423:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:423:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:423:17: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:438:18: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:438:18: call_function: calling ‘stack_is’ from ‘handle_text’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:438:18: return_function: returning to ‘handle_text’ from ‘stack_is’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:438:17: branch_true: following ‘true’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:439:22: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:439:22: danger: dereference of NULL ‘slide’
#  437|           }
#  438|           else if (stack_is (self, "size", "to", "transition", "background", NULL)) {
#  439|->                 fs = slide->file2->data;
#  440|                   fs->file = g_strdup (text);
#  441|                   if (slide->file2->next != NULL)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def22]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:478:70: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘best’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:465:24: branch_true: following ‘true’ branch (when ‘pass != 2’)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:465:24: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:473:28: branch_false: following ‘false’ branch (when ‘distance <= d’)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:477:33: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:478:70: danger: dereference of NULL ‘best’
#  476|                           }
#  477|   			else if (d == distance) {
#  478|-> 				if (abs (size->width - width) < abs (best->width - width)) {
#  479|   					best = size;
#  480|   				}

Error: CPPCHECK_WARNING (CWE-476): [#def23]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:488: warning[nullPointer]: Possible null pointer dereference: best
#  486|   	}
#  487|   
#  488|-> 	return best->file;
#  489|   }
#  490|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def24]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:488:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘best’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:465:24: branch_true: following ‘true’ branch (when ‘pass != 2’)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:465:24: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:484:20: branch_false: following ‘false’ branch (when ‘best’ is NULL)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:465:34: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:484:20: branch_false: following ‘false’ branch (when ‘best’ is NULL)...
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:465:34: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:488:16: danger: dereference of NULL ‘best’
#  486|   	}
#  487|   
#  488|-> 	return best->file;
#  489|   }
#  490|   

Error: COMPILER_WARNING: [#def25]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c: scope_hint: In function ‘gnome_bg_slide_show_get_current_slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:523:13: warning[-Wunused-but-set-variable=]: variable ‘i’ set but not used
#  523 |         int i;
#      |             ^
#  521|   	GList *list;
#  522|   	double elapsed;
#  523|-> 	int i;
#  524|   
#  525|   	if (delta < 0)

Error: COMPILER_WARNING: [#def26]
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c: scope_hint: In function ‘gnome_bg_slide_show_get_slide’
gnome-desktop-44.4/libgnome-desktop/gnome-bg/gnome-bg-slide-show.c:590:16: warning[-Wunused-but-set-variable=]: variable ‘skipped’ set but not used
#  590 |         int i, skipped;
#      |                ^~~~~~~
#  588|   	double delta = fmod (now () - self->priv->start_time, self->priv->total_duration);
#  589|           GList *l;
#  590|->         int i, skipped;
#  591|           gboolean found;
#  592|           double elapsed;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def27]
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:140:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:133:1: enter_function: entry to ‘add_args’
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:138:3: acquire_resource: ‘va_start’ called here
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:139:10: branch_true: following ‘true’ branch (when ‘arg’ is non-NULL)...
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:140:34: call_function: inlined call to ‘g_strdup_inline’ from ‘add_args’
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:140:5: throw: if ‘g_ptr_array_add’ throws an exception...
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:140:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/1)
#  138|     va_start (args, argv_array);
#  139|     while ((arg = va_arg (args, const gchar *)))
#  140|->     g_ptr_array_add (argv_array, g_strdup (arg));
#  141|     va_end (args);
#  142|   }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def28]
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:281:6: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘seccomp’
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:286:1: enter_function: entry to ‘setup_seccomp’
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:403:20: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘setup_seccomp’
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:402:20: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘setup_seccomp’
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:293:62: call_function: inlined call to ‘cleanup_seccomp’ from ‘setup_seccomp’
#  279|     scmp_filter_ctx *pp = (scmp_filter_ctx *) p;
#  280|   
#  281|->   if (*pp)
#  282|       seccomp_release (*pp);
#  283|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def29]
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:917:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:896:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:898:25: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:898:25: release_memory: ‘error’ is NULL
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:903:10: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:917:11: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:917:11: release_memory: ‘error’ is NULL
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail-script.c:917:11: danger: dereference of NULL ‘error’
#  915|         if (reply == NULL)
#  916|           {
#  917|->           g_debug ("Failed to get Flatpak portal version: %s", error->message);
#  918|             /* Don't try again if we failed once */
#  919|             version = 0;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def30]
gnome-desktop-44.4/libgnome-desktop/gnome-desktop-thumbnail.h:68:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘factory’
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:65:5: enter_function: entry to ‘main’
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:92:12: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:97:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:97:12: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:98:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:97:13: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:99:13: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:97:13: branch_false: following ‘false’ branch...
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:106:17: branch_false: ...to here
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:68:27: call_function: inlined call to ‘glib_autoptr_cleanup_GTimer’ from ‘main’
gnome-desktop-44.4/libgnome-desktop/test-desktop-thumbnail.c:67:49: call_function: inlined call to ‘glib_autoptr_cleanup_GnomeDesktopThumbnailFactory’ from ‘main’
#   66|   };
#   67|   
#   68|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC(GnomeDesktopThumbnailFactory, g_object_unref)
#   69|   
#   70|   GType                  gnome_desktop_thumbnail_factory_get_type (void);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def31]
gnome-desktop-44.4/libgnome-desktop/gnome-languages.c:300:28: warning[-Wanalyzer-null-argument]: use of NULL ‘normalized_codeset’ where non-null expected
gnome-desktop-44.4/libgnome-desktop/gnome-languages.c:1253:1: enter_function: entry to ‘gnome_get_all_locales’
gnome-desktop-44.4/libgnome-desktop/gnome-languages.c:1259:12: branch_true: following ‘true’ branch...
gnome-desktop-44.4/libgnome-desktop/gnome-languages.c:1260:17: branch_true: ...to here
gnome-desktop-44.4/libgnome-desktop/gnome-languages.c:1260:17: call_function: calling ‘collect_locales’ from ‘gnome_get_all_locales’
#  298|                   g_autofree char *normalized_codeset = normalize_codeset (codeset);
#  299|   
#  300|->                 *is_utf8 = strcmp (normalized_codeset, "UTF-8") == 0;
#  301|           }
#  302|   

Error: COMPILER_WARNING (CWE-704): [#def32]
gnome-desktop-44.4/libgnome-desktop/gnome-wall-clock.c: scope_hint: In function ‘translate_time_format_string’
gnome-desktop-44.4/libgnome-desktop/gnome-wall-clock.c:299:7: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  299 |   sep = strchr (str, '\004');
#      |       ^
#  297|       loc = newlocale (LC_MESSAGES_MASK, locale, (locale_t)0);
#  298|   
#  299|->   sep = strchr (str, '\004');
#  300|     res = g_dpgettext_l (loc, GETTEXT_PACKAGE, str, sep ? sep - str + 1 : 0);
#  301|   

Error: COMPILER_WARNING (CWE-704): [#def33]
gnome-desktop-44.4/libgnome-desktop/gnome-wall-clock.c:299:7: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  297|       loc = newlocale (LC_MESSAGES_MASK, locale, (locale_t)0);
#  298|   
#  299|->   sep = strchr (str, '\004');
#  300|     res = g_dpgettext_l (loc, GETTEXT_PACKAGE, str, sep ? sep - str + 1 : 0);
#  301|   

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def54]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def59]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.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): [#def60]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.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): [#def61]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.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): [#def62]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.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): [#def63]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.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): [#def64]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.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): [#def65]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.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): [#def66]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:682:12: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect0nruet2p/GnomeBG-4.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): [#def67]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def87]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def92]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.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): [#def93]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.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): [#def94]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.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): [#def95]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.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): [#def96]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.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): [#def97]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.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): [#def98]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.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): [#def99]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:682:12: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect792kh7y_/GnomeDesktop-3.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): [#def100]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def120]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def125]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.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): [#def126]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.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): [#def127]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.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): [#def128]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.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): [#def129]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.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): [#def130]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.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): [#def131]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.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): [#def132]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:682:12: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect7z7warkx/GnomeRR-4.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): [#def133]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def153]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def158]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.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): [#def159]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.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): [#def160]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.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): [#def161]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_true: following ‘true’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:685:25: branch_true: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.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): [#def162]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.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): [#def163]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: acquire_resource: opened here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.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): [#def164]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.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): [#def165]
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:630:1: enter_function: entry to ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:645:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:654:15: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:658:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:669:11: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:670:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:682:12: acquire_memory: allocated here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:683:6: branch_false: following ‘false’ branch...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: branch_false: ...to here
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gnome-desktop-44.4/redhat-linux-build/tmp-introspect8qfdh8qb/GnomeDesktop-4.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 (CWE-252): [#def166]
gnome-desktop-44.4/tests/bg-slide-show.c: scope_hint: In function ‘main’
gnome-desktop-44.4/tests/bg-slide-show.c:95:9: warning[-Wunused-result]: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’
#   95 |         chdir (basedir);
#      |         ^~~~~~~~~~~~~~~
#   93|   	 * slide show easily.
#   94|   	 */
#   95|-> 	chdir (basedir);
#   96|   
#   97|   	g_test_add_func ("/bg-slide-show/starttime-no-dst", test_starttime_no_dst);

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-127.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-namegnome-desktop3-44.4-2.fc44
store-results-to/tmp/tmpqugo1wsr/gnome-desktop3-44.4-2.fc44.tar.xz
time-created2026-01-08 16:24:38
time-finished2026-01-08 16:26:45
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpqugo1wsr/gnome-desktop3-44.4-2.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpqugo1wsr/gnome-desktop3-44.4-2.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9