pango-1.57.0-1.fc44

List of Findings

Error: CPPCHECK_WARNING (CWE-758): [#def1]
pango-1.57.0/examples/cairotwisted.c:239: error[objectIndex]: The address of variable 'last_move_to' is accessed at non-zero index.
#  237|           G_GNUC_FALLTHROUGH;
#  238|       case CAIRO_PATH_LINE_TO:
#  239|-> 	parametrization[i] = two_points_distance (&current_point, &data[1]);
#  240|   	current_point = data[1];
#  241|   	break;

Error: CPPCHECK_WARNING (CWE-758): [#def2]
pango-1.57.0/examples/cairotwisted.c:240: error[objectIndex]: The address of variable 'last_move_to' is accessed at non-zero index.
#  238|       case CAIRO_PATH_LINE_TO:
#  239|   	parametrization[i] = two_points_distance (&current_point, &data[1]);
#  240|-> 	current_point = data[1];
#  241|   	break;
#  242|       case CAIRO_PATH_CURVE_TO:

Error: CPPCHECK_WARNING (CWE-758): [#def3]
pango-1.57.0/examples/cairotwisted.c:370: error[objectIndex]: The address of variable 'last_move_to' is accessed at non-zero index.
#  368|   	ratio = the_x / parametrization[i];
#  369|   	/* Line polynomial */
#  370|-> 	*x = current_point.point.x * (1 - ratio) + data[1].point.x * ratio;
#  371|   	*y = current_point.point.y * (1 - ratio) + data[1].point.y * ratio;
#  372|   

Error: CPPCHECK_WARNING (CWE-758): [#def4]
pango-1.57.0/examples/cairotwisted.c:371: error[objectIndex]: The address of variable 'last_move_to' is accessed at non-zero index.
#  369|   	/* Line polynomial */
#  370|   	*x = current_point.point.x * (1 - ratio) + data[1].point.x * ratio;
#  371|-> 	*y = current_point.point.y * (1 - ratio) + data[1].point.y * ratio;
#  372|   
#  373|   	/* Line gradient */

Error: CPPCHECK_WARNING (CWE-758): [#def5]
pango-1.57.0/examples/cairotwisted.c:374: error[objectIndex]: The address of variable 'last_move_to' is accessed at non-zero index.
#  372|   
#  373|   	/* Line gradient */
#  374|-> 	dx = -(current_point.point.x - data[1].point.x);
#  375|   	dy = -(current_point.point.y - data[1].point.y);
#  376|   

Error: CPPCHECK_WARNING (CWE-758): [#def6]
pango-1.57.0/examples/cairotwisted.c:375: error[objectIndex]: The address of variable 'last_move_to' is accessed at non-zero index.
#  373|   	/* Line gradient */
#  374|   	dx = -(current_point.point.x - data[1].point.x);
#  375|-> 	dy = -(current_point.point.y - data[1].point.y);
#  376|   
#  377|   	/*optimization for: ratio = the_y / sqrt (dx * dx + dy * dy);*/

Error: GCC_ANALYZER_WARNING (CWE-404): [#def7]
pango-1.57.0/pango/json/gtkjsonparser.c:218:10: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/pango/json/gtkjsonparser.c:1047:1: enter_function: entry to ‘gtk_json_parser_next’
pango-1.57.0/pango/json/gtkjsonparser.c:1055:8: call_function: calling ‘gtk_json_parser_skip_block’ from ‘gtk_json_parser_next’
#  216|   gtk_json_error_quark (void)
#  217|   {
#  218|->   return g_quark_from_static_string ("gtk-json-error-quark");
#  219|   }
#  220|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def8]
pango-1.57.0/pango/json/gtkjsonparser.c:261:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/pango/json/gtkjsonparser.c:1047:1: enter_function: entry to ‘gtk_json_parser_next’
pango-1.57.0/pango/json/gtkjsonparser.c:1055:8: call_function: calling ‘gtk_json_parser_skip_block’ from ‘gtk_json_parser_next’
#  259|   
#  260|     va_start (args, format);
#  261|->   gtk_json_parser_take_error (self,
#  262|                                 error_start,
#  263|                                 error_end,

Error: GCC_ANALYZER_WARNING (CWE-404): [#def9]
pango-1.57.0/pango/json/gtkjsonparser.c:296:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/pango/json/gtkjsonparser.c:1703:1: enter_function: entry to ‘gtk_json_parser_end’
pango-1.57.0/pango/json/gtkjsonparser.c:1727:8: call_function: calling ‘gtk_json_parser_try_char’ from ‘gtk_json_parser_end’
pango-1.57.0/pango/json/gtkjsonparser.c:1727:8: return_function: returning to ‘gtk_json_parser_end’ from ‘gtk_json_parser_try_char’
pango-1.57.0/pango/json/gtkjsonparser.c:1727:6: branch_true: following ‘true’ branch...
pango-1.57.0/pango/json/gtkjsonparser.c:1729:7: branch_true: ...to here
pango-1.57.0/pango/json/gtkjsonparser.c:1729:7: call_function: calling ‘gtk_json_parser_syntax_error’ from ‘gtk_json_parser_end’
#  294|       }
#  295|   
#  296|->   gtk_json_parser_take_error (self,
#  297|                                 self->reader,
#  298|                                 error_end,

Error: GCC_ANALYZER_WARNING (CWE-404): [#def10]
pango-1.57.0/pango/json/gtkjsonparser.c:328:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/pango/json/gtkjsonparser.c:1047:1: enter_function: entry to ‘gtk_json_parser_next’
pango-1.57.0/pango/json/gtkjsonparser.c:1055:8: call_function: calling ‘gtk_json_parser_skip_block’ from ‘gtk_json_parser_next’
#  326|   
#  327|     va_start (args, format);
#  328|->   gtk_json_parser_take_error (self,
#  329|                                 start_location,
#  330|                                 self->reader,

Error: GCC_ANALYZER_WARNING (CWE-835): [#def11]
pango-1.57.0/pango/json/gtkjsonparser.c:1018:12: warning[-Wanalyzer-infinite-loop]: infinite loop
# 1016|     while (TRUE)
# 1017|       {
# 1018|->       if (*self->reader == '{')
# 1019|           {
# 1020|             if (!gtk_json_parser_start_object (self))

Error: GCC_ANALYZER_WARNING (CWE-476): [#def12]
pango-1.57.0/pango/pango-attributes.c:2143:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
pango-1.57.0/pango/pango-attributes.c:2072:1: enter_function: entry to ‘pango_attr_list_change’
pango-1.57.0/pango/pango-attributes.c:2080:3: branch_true: following ‘true’ branch (when ‘list’ is non-NULL)...
pango-1.57.0/pango/pango-attributes.c:2082:6: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2082:6: branch_false: following ‘false’ branch (when ‘start_index != end_index’)...
pango-1.57.0/pango/pango-attributes.c:2088:8: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2088:6: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2095:42: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pango-attributes.c:2097:34: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2099:10: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2106:11: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2095:42: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pango-attributes.c:2097:34: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2099:10: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2106:11: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2095:42: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pango-attributes.c:2097:34: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2099:10: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2106:11: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2109:10: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2115:11: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2115:10: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2139:14: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2139:14: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pango-attributes.c:2141:42: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2141:42: call_function: calling ‘pango_attribute_copy’ from ‘pango_attr_list_change’
pango-1.57.0/pango/pango-attributes.c:2141:42: return_function: returning to ‘pango_attr_list_change’ from ‘pango_attribute_copy’
pango-1.57.0/pango/pango-attributes.c:2143:15: danger: dereference of NULL ‘pango_attribute_copy(tmp_attr)’
# 2141|                 PangoAttribute *end_attr = pango_attribute_copy (tmp_attr);
# 2142|   
# 2143|->               end_attr->start_index = end_index;
# 2144|                 pango_attr_list_insert (list, end_attr);
# 2145|               }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def13]
pango-1.57.0/pango/pango-attributes.c:2382:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
pango-1.57.0/pango/pango-attributes.c:2328:1: enter_function: entry to ‘pango_attr_list_splice’
pango-1.57.0/pango/pango-attributes.c:2337:3: branch_true: following ‘true’ branch (when ‘list’ is non-NULL)...
pango-1.57.0/pango/pango-attributes.c:2338:3: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2338:3: branch_true: following ‘true’ branch (when ‘other’ is non-NULL)...
pango-1.57.0/pango/pango-attributes.c:2339:3: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2339:3: branch_true: following ‘true’ branch (when ‘pos >= 0’)...
pango-1.57.0/pango/pango-attributes.c:2340:3: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2340:3: branch_true: following ‘true’ branch (when ‘len >= 0’)...
pango-1.57.0/pango/pango-attributes.c:2342:3: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2374:6: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2377:43: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pango-attributes.c:2379:52: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2379:30: call_function: calling ‘pango_attribute_copy’ from ‘pango_attr_list_splice’
pango-1.57.0/pango/pango-attributes.c:2379:30: return_function: returning to ‘pango_attr_list_splice’ from ‘pango_attribute_copy’
pango-1.57.0/pango/pango-attributes.c:2380:10: branch_true: following ‘true’ branch (when ‘ulen != 0’)...
pango-1.57.0/pango/pango-attributes.c:2382:31: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2382:31: danger: dereference of NULL ‘pango_attribute_copy(*<unknown>)’
# 2380|         if (ulen > 0)
# 2381|           {
# 2382|->           attr->start_index = MIN (CLAMP_ADD (attr->start_index, upos), end);
# 2383|             attr->end_index = MIN (CLAMP_ADD (attr->end_index, upos), end);
# 2384|           }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def14]
pango-1.57.0/pango/pango-attributes.c:2387:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
pango-1.57.0/pango/pango-attributes.c:2328:1: enter_function: entry to ‘pango_attr_list_splice’
pango-1.57.0/pango/pango-attributes.c:2337:3: branch_true: following ‘true’ branch (when ‘list’ is non-NULL)...
pango-1.57.0/pango/pango-attributes.c:2338:3: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2338:3: branch_true: following ‘true’ branch (when ‘other’ is non-NULL)...
pango-1.57.0/pango/pango-attributes.c:2339:3: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2339:3: branch_true: following ‘true’ branch (when ‘pos >= 0’)...
pango-1.57.0/pango/pango-attributes.c:2340:3: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2340:3: branch_true: following ‘true’ branch (when ‘len >= 0’)...
pango-1.57.0/pango/pango-attributes.c:2342:3: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2374:6: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2377:43: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pango-attributes.c:2379:52: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2379:30: call_function: calling ‘pango_attribute_copy’ from ‘pango_attr_list_splice’
pango-1.57.0/pango/pango-attributes.c:2379:30: return_function: returning to ‘pango_attr_list_splice’ from ‘pango_attribute_copy’
pango-1.57.0/pango/pango-attributes.c:2380:10: branch_false: following ‘false’ branch (when ‘ulen == 0’)...
pango-1.57.0/pango/pango-attributes.c:2387:31: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2387:31: danger: dereference of NULL ‘pango_attribute_copy(*<unknown>)’
# 2385|         else
# 2386|           {
# 2387|->           attr->start_index = CLAMP_ADD (attr->start_index, upos);
# 2388|             attr->end_index = CLAMP_ADD (attr->end_index, upos);
# 2389|           }

Error: GCC_ANALYZER_WARNING (CWE-465): [#def15]
pango-1.57.0/pango/pango-attributes.c:2664:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/1)
# 2662|              attr->klass->type == PANGO_ATTR_FALLBACK)
# 2663|       g_string_append (str, ((PangoAttrInt *)attr)->value ? " true" : " false");
# 2664|->   else if ((string = pango_attribute_as_string (attr)) != NULL)
# 2665|       {
# 2666|         char *s = g_strescape (string->value, NULL);

Error: GCC_ANALYZER_WARNING (CWE-465): [#def16]
pango-1.57.0/pango/pango-attributes.c:2670:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2670:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2670:20: call_function: calling ‘pango_attribute_as_language’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2670:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_language’
pango-1.57.0/pango/pango-attributes.c:2670:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/1)
# 2668|         g_free (s);
# 2669|       }
# 2670|->   else if ((lang = pango_attribute_as_language (attr)) != NULL)
# 2671|       g_string_append_printf (str, " %s", pango_language_to_string (lang->value));
# 2672|     else if ((integer = pango_attribute_as_int (attr)) != NULL)

Error: GCC_ANALYZER_WARNING (CWE-465): [#def17]
pango-1.57.0/pango/pango-attributes.c:2672:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2670:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2670:20: call_function: calling ‘pango_attribute_as_language’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2670:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_language’
pango-1.57.0/pango/pango-attributes.c:2670:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2672:23: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2672:23: call_function: calling ‘pango_attribute_as_int’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2672:23: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_int’
pango-1.57.0/pango/pango-attributes.c:2672:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/1)
# 2670|     else if ((lang = pango_attribute_as_language (attr)) != NULL)
# 2671|       g_string_append_printf (str, " %s", pango_language_to_string (lang->value));
# 2672|->   else if ((integer = pango_attribute_as_int (attr)) != NULL)
# 2673|       g_string_append_printf (str, " %d", integer->value);
# 2674|     else if ((flt = pango_attribute_as_float (attr)) != NULL)

Error: GCC_ANALYZER_WARNING (CWE-465): [#def18]
pango-1.57.0/pango/pango-attributes.c:2674:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2670:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2670:20: call_function: calling ‘pango_attribute_as_language’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2670:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_language’
pango-1.57.0/pango/pango-attributes.c:2670:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2672:23: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2672:23: call_function: calling ‘pango_attribute_as_int’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2672:23: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_int’
pango-1.57.0/pango/pango-attributes.c:2672:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2674:19: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2674:19: call_function: calling ‘pango_attribute_as_float’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2674:19: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_float’
pango-1.57.0/pango/pango-attributes.c:2674:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/1)
# 2672|     else if ((integer = pango_attribute_as_int (attr)) != NULL)
# 2673|       g_string_append_printf (str, " %d", integer->value);
# 2674|->   else if ((flt = pango_attribute_as_float (attr)) != NULL)
# 2675|       {
# 2676|         char buf[20];

Error: GCC_ANALYZER_WARNING (CWE-465): [#def19]
pango-1.57.0/pango/pango-attributes.c:2680:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2670:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2670:20: call_function: calling ‘pango_attribute_as_language’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2670:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_language’
pango-1.57.0/pango/pango-attributes.c:2670:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2672:23: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2672:23: call_function: calling ‘pango_attribute_as_int’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2672:23: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_int’
pango-1.57.0/pango/pango-attributes.c:2672:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2674:19: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2674:19: call_function: calling ‘pango_attribute_as_float’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2674:19: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_float’
pango-1.57.0/pango/pango-attributes.c:2674:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2680:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2680:20: call_function: calling ‘pango_attribute_as_font_desc’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2680:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_font_desc’
pango-1.57.0/pango/pango-attributes.c:2680:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/1)
# 2678|         g_string_append_printf (str, " %s", buf);
# 2679|       }
# 2680|->   else if ((font = pango_attribute_as_font_desc (attr)) != NULL)
# 2681|       {
# 2682|         char *s = pango_font_description_to_string (font->desc);

Error: GCC_ANALYZER_WARNING (CWE-465): [#def20]
pango-1.57.0/pango/pango-attributes.c:2688:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2670:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2670:20: call_function: calling ‘pango_attribute_as_language’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2670:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_language’
pango-1.57.0/pango/pango-attributes.c:2670:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2672:23: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2672:23: call_function: calling ‘pango_attribute_as_int’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2672:23: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_int’
pango-1.57.0/pango/pango-attributes.c:2672:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2674:19: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2674:19: call_function: calling ‘pango_attribute_as_float’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2674:19: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_float’
pango-1.57.0/pango/pango-attributes.c:2674:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2680:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2680:20: call_function: calling ‘pango_attribute_as_font_desc’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2680:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_font_desc’
pango-1.57.0/pango/pango-attributes.c:2680:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2688:21: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2688:21: call_function: calling ‘pango_attribute_as_color’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2688:21: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_color’
pango-1.57.0/pango/pango-attributes.c:2688:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/1)
# 2686|         g_free (s);
# 2687|       }
# 2688|->   else if ((color = pango_attribute_as_color (attr)) != NULL)
# 2689|       {
# 2690|         char *s = pango_color_to_string (&color->color);

Error: GCC_ANALYZER_WARNING (CWE-465): [#def21]
pango-1.57.0/pango/pango-attributes.c:2694:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2670:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2670:20: call_function: calling ‘pango_attribute_as_language’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2670:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_language’
pango-1.57.0/pango/pango-attributes.c:2670:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2672:23: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2672:23: call_function: calling ‘pango_attribute_as_int’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2672:23: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_int’
pango-1.57.0/pango/pango-attributes.c:2672:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2674:19: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2674:19: call_function: calling ‘pango_attribute_as_float’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2674:19: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_float’
pango-1.57.0/pango/pango-attributes.c:2674:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2680:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2680:20: call_function: calling ‘pango_attribute_as_font_desc’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2680:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_font_desc’
pango-1.57.0/pango/pango-attributes.c:2680:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2688:21: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2688:21: call_function: calling ‘pango_attribute_as_color’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2688:21: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_color’
pango-1.57.0/pango/pango-attributes.c:2688:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2694:21: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2694:21: call_function: calling ‘pango_attribute_as_shape’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2694:21: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_shape’
pango-1.57.0/pango/pango-attributes.c:2694:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/1)
# 2692|         g_free (s);
# 2693|       }
# 2694|->   else if ((shape = pango_attribute_as_shape (attr)) != NULL)
# 2695|       g_string_append (str, "shape"); /* FIXME */
# 2696|     else if ((size = pango_attribute_as_size (attr)) != NULL)

Error: GCC_ANALYZER_WARNING (CWE-465): [#def22]
pango-1.57.0/pango/pango-attributes.c:2696:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2670:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2670:20: call_function: calling ‘pango_attribute_as_language’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2670:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_language’
pango-1.57.0/pango/pango-attributes.c:2670:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2672:23: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2672:23: call_function: calling ‘pango_attribute_as_int’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2672:23: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_int’
pango-1.57.0/pango/pango-attributes.c:2672:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2674:19: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2674:19: call_function: calling ‘pango_attribute_as_float’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2674:19: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_float’
pango-1.57.0/pango/pango-attributes.c:2674:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2680:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2680:20: call_function: calling ‘pango_attribute_as_font_desc’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2680:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_font_desc’
pango-1.57.0/pango/pango-attributes.c:2680:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2688:21: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2688:21: call_function: calling ‘pango_attribute_as_color’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2688:21: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_color’
pango-1.57.0/pango/pango-attributes.c:2688:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2694:21: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2694:21: call_function: calling ‘pango_attribute_as_shape’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2694:21: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_shape’
pango-1.57.0/pango/pango-attributes.c:2694:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2696:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2696:20: call_function: calling ‘pango_attribute_as_size’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2696:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_size’
pango-1.57.0/pango/pango-attributes.c:2696:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/1)
# 2694|     else if ((shape = pango_attribute_as_shape (attr)) != NULL)
# 2695|       g_string_append (str, "shape"); /* FIXME */
# 2696|->   else if ((size = pango_attribute_as_size (attr)) != NULL)
# 2697|       g_string_append_printf (str, " %d", size->size);
# 2698|     else if ((features = pango_attribute_as_font_features (attr)) != NULL)

Error: GCC_ANALYZER_WARNING (CWE-465): [#def23]
pango-1.57.0/pango/pango-attributes.c:2698:11: warning[-Wanalyzer-deref-before-check]: check of ‘attr’ for NULL after already dereferencing it
pango-1.57.0/pango/pango-attributes.c:2630:1: enter_function: entry to ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: call_function: calling ‘pango_attribute_as_string’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2664:22: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_string’
pango-1.57.0/pango/pango-attributes.c:2664:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2670:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2670:20: call_function: calling ‘pango_attribute_as_language’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2670:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_language’
pango-1.57.0/pango/pango-attributes.c:2670:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2672:23: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2672:23: call_function: calling ‘pango_attribute_as_int’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2672:23: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_int’
pango-1.57.0/pango/pango-attributes.c:2672:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2674:19: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2674:19: call_function: calling ‘pango_attribute_as_float’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2674:19: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_float’
pango-1.57.0/pango/pango-attributes.c:2674:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2680:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2680:20: call_function: calling ‘pango_attribute_as_font_desc’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2680:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_font_desc’
pango-1.57.0/pango/pango-attributes.c:2680:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2688:21: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2688:21: call_function: calling ‘pango_attribute_as_color’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2688:21: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_color’
pango-1.57.0/pango/pango-attributes.c:2688:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2694:21: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2694:21: call_function: calling ‘pango_attribute_as_shape’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2694:21: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_shape’
pango-1.57.0/pango/pango-attributes.c:2694:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2696:20: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2696:20: call_function: calling ‘pango_attribute_as_size’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2696:20: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_size’
pango-1.57.0/pango/pango-attributes.c:2696:11: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2698:24: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2698:24: call_function: calling ‘pango_attribute_as_font_features’ from ‘attr_print’
pango-1.57.0/pango/pango-attributes.c:2698:24: return_function: returning to ‘attr_print’ from ‘pango_attribute_as_font_features’
pango-1.57.0/pango/pango-attributes.c:2698:11: danger: pointer ‘attr’ is checked for NULL here but it was already dereferenced at [(2)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/1)
# 2696|     else if ((size = pango_attribute_as_size (attr)) != NULL)
# 2697|       g_string_append_printf (str, " %d", size->size);
# 2698|->   else if ((features = pango_attribute_as_font_features (attr)) != NULL)
# 2699|       g_string_append_printf (str, " \"%s\"", features->features);
# 2700|     else

Error: COMPILER_WARNING (CWE-704): [#def24]
pango-1.57.0/pango/pango-attributes.c: scope_hint: In function ‘pango_attr_list_from_string’
pango-1.57.0/pango/pango-attributes.c:2955:16: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2955 |           endp = strchr (p, '"'); \
#      |                ^
pango-1.57.0/pango/pango-attributes.c:3023:11: note: in expansion of macro ‘STRING_ATTR’
# 3023 |           STRING_ATTR(font_desc_from_string);
#      |           ^~~~~~~~~~~
# 2953|             if (*p != '"') goto fail; \
# 2954|             p++; \
# 2955|->           endp = strchr (p, '"'); \
# 2956|             if (!endp) goto fail; \
# 2957|             /* check the next character like other attributes */ \

Error: COMPILER_WARNING (CWE-704): [#def25]
pango-1.57.0/pango/pango-attributes.c:3023:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 3021|   
# 3022|           case PANGO_ATTR_FONT_DESC:
# 3023|->           STRING_ATTR(font_desc_from_string);
# 3024|             break;
# 3025|   

Error: COMPILER_WARNING (CWE-704): [#def26]
pango-1.57.0/pango/pango-attributes.c:3083:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 3081|   
# 3082|           case PANGO_ATTR_FONT_FEATURES:
# 3083|->           STRING_ATTR(font_features);
# 3084|             break;
# 3085|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def27]
pango-1.57.0/pango/pango-attributes.c:3146:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘attr’
pango-1.57.0/pango/pango-attributes.c:2832:1: enter_function: entry to ‘pango_attr_list_from_string’
pango-1.57.0/pango/pango-attributes.c:2837:3: branch_true: following ‘true’ branch (when ‘text’ is non-NULL)...
pango-1.57.0/pango/pango-attributes.c:2839:10: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2841:6: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2844:22: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2847:10: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pango-attributes.c:2861:10: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2861:10: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pango-attributes.c:2863:25: branch_true: ...to here
pango-1.57.0/pango/pango-attributes.c:2864:14: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2867:22: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2868:14: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2871:23: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2872:14: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2875:22: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2888:10: branch_false: following ‘false’ branch...
pango-1.57.0/pango/pango-attributes.c:2964:7: branch_false: ...to here
pango-1.57.0/pango/pango-attributes.c:2998:18: call_function: calling ‘pango_attr_family_new’ from ‘pango_attr_list_from_string’
pango-1.57.0/pango/pango-attributes.c:2998:18: return_function: returning to ‘pango_attr_list_from_string’ from ‘pango_attr_family_new’
pango-1.57.0/pango/pango-attributes.c:3146:7: danger: dereference of NULL ‘attr’
# 3144|           }
# 3145|   
# 3146|->       attr->start_index = (guint)start_index;
# 3147|         attr->end_index = (guint)end_index;
# 3148|         g_ptr_array_add (list->attributes, attr);

Error: COMPILER_WARNING (CWE-704): [#def28]
pango-1.57.0/pango/pango-color.c: scope_hint: In function ‘find_color’
pango-1.57.0/pango/pango-color.c:181:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  181 |   found = bsearch (name, color_entries, G_N_ELEMENTS (color_entries),
#      |         ^
#  179|     ColorEntry *found;
#  180|   
#  181|->   found = bsearch (name, color_entries, G_N_ELEMENTS (color_entries),
#  182|   		   sizeof (ColorEntry),
#  183|   		   compare_xcolor_entries);

Error: COMPILER_WARNING (CWE-704): [#def29]
pango-1.57.0/pango/pango-color.c:181:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  179|     ColorEntry *found;
#  180|   
#  181|->   found = bsearch (name, color_entries, G_N_ELEMENTS (color_entries),
#  182|   		   sizeof (ColorEntry),
#  183|   		   compare_xcolor_entries);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def30]
pango-1.57.0/pango/pango-tabs.c:191:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
pango-1.57.0/pango/pango-tabs.c:183:1: enter_function: entry to ‘pango_tab_array_copy’
pango-1.57.0/pango/pango-tabs.c:187:3: branch_true: following ‘true’ branch (when ‘src’ is non-NULL)...
pango-1.57.0/pango/pango-tabs.c:189:10: branch_true: ...to here
pango-1.57.0/pango/pango-tabs.c:189:10: call_function: calling ‘pango_tab_array_new’ from ‘pango_tab_array_copy’
pango-1.57.0/pango/pango-tabs.c:189:10: return_function: returning to ‘pango_tab_array_copy’ from ‘pango_tab_array_new’
pango-1.57.0/pango/pango-tabs.c:191:7: danger: dereference of NULL ‘pango_tab_array_new(*src.size, *src.positions_in_pixels)’
#  189|     copy = pango_tab_array_new (src->size, src->positions_in_pixels);
#  190|   
#  191|->   if (copy->tabs)
#  192|       memcpy (copy->tabs, src->tabs, sizeof(PangoTab) * src->size);
#  193|   

Error: CPPCHECK_WARNING (CWE-476): [#def31]
pango-1.57.0/pango/pangocairo-font.c:68: warning[nullPointer]: Possible null pointer dereference: cf_priv
#   66|     cairo_font_face_t *font_face;
#   67|   
#   68|->   if (G_LIKELY (cf_priv->scaled_font))
#   69|       return cf_priv->scaled_font;
#   70|   

Error: CPPCHECK_WARNING (CWE-476): [#def32]
pango-1.57.0/pango/pangocairo-font.c:245: warning[nullPointer]: Possible null pointer dereference: cf_priv
#  243|     const char *sample_str = pango_language_get_sample_string (language);
#  244|   
#  245|->   tmp_list = cf_priv->metrics_by_lang;
#  246|     while (tmp_list)
#  247|       {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def33]
pango-1.57.0/pango/pangocairo-font.c:245:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cf_priv’
pango-1.57.0/pango/pangocairo-font.c:238:36: branch_false: following ‘false’ branch (when ‘font’ is NULL)...
pango-1.57.0/pango/pangocairo-font.c:243:28: branch_false: ...to here
pango-1.57.0/pango/pangocairo-font.c:245:3: danger: dereference of NULL ‘cf_priv’
#  243|     const char *sample_str = pango_language_get_sample_string (language);
#  244|   
#  245|->   tmp_list = cf_priv->metrics_by_lang;
#  246|     while (tmp_list)
#  247|       {

Error: CPPCHECK_WARNING (CWE-476): [#def34]
pango-1.57.0/pango/pangocairo-font.c:656: warning[nullPointer]: Possible null pointer dereference: cf_priv
#  654|                                              cairo_font_options_t  *options)
#  655|   {
#  656|->   if (cf_priv->scaled_font)
#  657|       cairo_scaled_font_get_font_options (cf_priv->scaled_font, options);
#  658|     else if (cf_priv->data)

Error: CPPCHECK_WARNING (CWE-476): [#def35]
pango-1.57.0/pango/pangofc-fontmap.c:839: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
#  837|   
#  838|     copy = malloc (sizeof (FcFontSet));
#  839|->   copy->sfont = copy->nfont = fontset->nfont;
#  840|     copy->fonts = malloc (sizeof (FcPattern *) * copy->nfont);
#  841|     memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def36]
pango-1.57.0/pango/pangofc-fontmap.c:839:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘copy’
pango-1.57.0/pango/pangofc-fontmap.c:835:6: branch_false: following ‘false’ branch (when ‘fontset’ is non-NULL)...
pango-1.57.0/pango/pangofc-fontmap.c:838:10: branch_false: ...to here
pango-1.57.0/pango/pangofc-fontmap.c:838:10: acquire_memory: this call could return NULL
pango-1.57.0/pango/pangofc-fontmap.c:839:17: danger: ‘copy’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  837|   
#  838|     copy = malloc (sizeof (FcFontSet));
#  839|->   copy->sfont = copy->nfont = fontset->nfont;
#  840|     copy->fonts = malloc (sizeof (FcPattern *) * copy->nfont);
#  841|     memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);

Error: CPPCHECK_WARNING (CWE-476): [#def37]
pango-1.57.0/pango/pangofc-fontmap.c:840: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
#  838|     copy = malloc (sizeof (FcFontSet));
#  839|     copy->sfont = copy->nfont = fontset->nfont;
#  840|->   copy->fonts = malloc (sizeof (FcPattern *) * copy->nfont);
#  841|     memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);
#  842|     for (i = 0; i < copy->nfont; i++)

Error: CPPCHECK_WARNING (CWE-476): [#def38]
pango-1.57.0/pango/pangofc-fontmap.c:841: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
#  839|     copy->sfont = copy->nfont = fontset->nfont;
#  840|     copy->fonts = malloc (sizeof (FcPattern *) * copy->nfont);
#  841|->   memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);
#  842|     for (i = 0; i < copy->nfont; i++)
#  843|       FcPatternReference (copy->fonts[i]);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def39]
pango-1.57.0/pango/pangofc-fontmap.c:841:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘malloc((long unsigned int)*fontset.nfont * 8)’ where non-null expected
pango-1.57.0/pango/pangofc-fontmap.c:835:6: branch_false: following ‘false’ branch (when ‘fontset’ is non-NULL)...
pango-1.57.0/pango/pangofc-fontmap.c:838:10: branch_false: ...to here
pango-1.57.0/pango/pangofc-fontmap.c:840:17: acquire_memory: this call could return NULL
pango-1.57.0/pango/pangofc-fontmap.c:841:3: danger: argument 1 (‘malloc((long unsigned int)*fontset.nfont * 8)’) from [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2) could be NULL where non-null expected
#  839|     copy->sfont = copy->nfont = fontset->nfont;
#  840|     copy->fonts = malloc (sizeof (FcPattern *) * copy->nfont);
#  841|->   memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);
#  842|     for (i = 0; i < copy->nfont; i++)
#  843|       FcPatternReference (copy->fonts[i]);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def40]
pango-1.57.0/pango/pangofc-fontmap.c:841:24: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc((long unsigned int)*fontset.nfont * 8)’
pango-1.57.0/pango/pangofc-fontmap.c:835:6: branch_false: following ‘false’ branch (when ‘fontset’ is non-NULL)...
pango-1.57.0/pango/pangofc-fontmap.c:838:10: branch_false: ...to here
pango-1.57.0/pango/pangofc-fontmap.c:840:17: acquire_memory: allocated here
pango-1.57.0/pango/pangofc-fontmap.c:842:15: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pangofc-fontmap.c:843:36: branch_true: ...to here
pango-1.57.0/pango/pangofc-fontmap.c:843:5: throw: if ‘FcPatternReference’ throws an exception...
pango-1.57.0/pango/pangofc-fontmap.c:841:24: danger: ‘malloc((long unsigned int)*fontset.nfont * 8)’ leaks here; was allocated at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
#  839|     copy->sfont = copy->nfont = fontset->nfont;
#  840|     copy->fonts = malloc (sizeof (FcPattern *) * copy->nfont);
#  841|->   memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);
#  842|     for (i = 0; i < copy->nfont; i++)
#  843|       FcPatternReference (copy->fonts[i]);

Error: CPPCHECK_WARNING (CWE-476): [#def41]
pango-1.57.0/pango/pangofc-fontmap.c:842: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
#  840|     copy->fonts = malloc (sizeof (FcPattern *) * copy->nfont);
#  841|     memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);
#  842|->   for (i = 0; i < copy->nfont; i++)
#  843|       FcPatternReference (copy->fonts[i]);
#  844|   

Error: CPPCHECK_WARNING (CWE-476): [#def42]
pango-1.57.0/pango/pangofc-fontmap.c:843: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
#  841|     memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);
#  842|     for (i = 0; i < copy->nfont; i++)
#  843|->     FcPatternReference (copy->fonts[i]);
#  844|   
#  845|     return copy;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
pango-1.57.0/pango/pangofc-fontmap.c:843:5: warning[-Wanalyzer-malloc-leak]: leak of ‘copy’
pango-1.57.0/pango/pangofc-fontmap.c:835:6: branch_false: following ‘false’ branch (when ‘fontset’ is non-NULL)...
pango-1.57.0/pango/pangofc-fontmap.c:838:10: branch_false: ...to here
pango-1.57.0/pango/pangofc-fontmap.c:838:10: acquire_memory: allocated here
pango-1.57.0/pango/pangofc-fontmap.c:842:15: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pangofc-fontmap.c:843:36: branch_true: ...to here
pango-1.57.0/pango/pangofc-fontmap.c:843:5: throw: if ‘FcPatternReference’ throws an exception...
pango-1.57.0/pango/pangofc-fontmap.c:843:5: danger: ‘copy’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
#  841|     memcpy (copy->fonts, fontset->fonts, sizeof (FcPattern *) * copy->nfont);
#  842|     for (i = 0; i < copy->nfont; i++)
#  843|->     FcPatternReference (copy->fonts[i]);
#  844|   
#  845|     return copy;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def44]
pango-1.57.0/pango/pangofc-fontmap.c:3865:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
# 3863|     data = pango_fc_font_map_get_font_face_data (fcfontmap, fcfont->font_pattern);
# 3864|   
# 3865|->   if (!data->hb_face)
# 3866|       {
# 3867|         hb_blob_t *blob;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def45]
pango-1.57.0/pango/pangoxft-render.c:417:112: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xfont’
pango-1.57.0/pango/pangoxft-render.c:454:1: enter_function: entry to ‘pango_xft_renderer_draw_glyphs’
pango-1.57.0/pango/pangoxft-render.c:466:6: branch_true: following ‘true’ branch (when ‘font’ is NULL)...
pango-1.57.0/pango/pangoxft-render.c:466:6: branch_true: ...to here
pango-1.57.0/pango/pangoxft-render.c:468:17: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pangoxft-render.c:470:33: branch_true: ...to here
pango-1.57.0/pango/pangoxft-render.c:472:14: branch_true: following ‘true’ branch...
pango-1.57.0/pango/pangoxft-render.c:474:29: branch_true: ...to here
pango-1.57.0/pango/pangoxft-render.c:477:15: call_function: calling ‘_pango_xft_renderer_draw_unknown_glyph’ from ‘pango_xft_renderer_draw_glyphs’
#  415|   
#  416|   
#  417|->   ys[0] = glyph_y - PANGO_SCALE * xft_font->ascent + PANGO_SCALE * (((xft_font->ascent + xft_font->descent) - (xfont->mini_height * 2 + xfont->mini_pad * 5 + PANGO_SCALE / 2) / PANGO_SCALE) / 2);
#  418|     ys[1] = ys[0] + 2 * xfont->mini_pad + xfont->mini_height;
#  419|     ys[2] = ys[1] + xfont->mini_height + xfont->mini_pad;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def66]
pango-1.57.0/redhat-linux-build/tmp-introspect39bk8ar7/Pango-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/redhat-linux-build/tmp-introspect39bk8ar7/Pango-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
pango-1.57.0/redhat-linux-build/tmp-introspect39bk8ar7/Pango-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def99]
pango-1.57.0/redhat-linux-build/tmp-introspect8thgxz0r/PangoCairo-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/redhat-linux-build/tmp-introspect8thgxz0r/PangoCairo-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
pango-1.57.0/redhat-linux-build/tmp-introspect8thgxz0r/PangoCairo-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def132]
pango-1.57.0/redhat-linux-build/tmp-introspectafaunmu6/PangoFT2-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/redhat-linux-build/tmp-introspectafaunmu6/PangoFT2-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
pango-1.57.0/redhat-linux-build/tmp-introspectafaunmu6/PangoFT2-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def165]
pango-1.57.0/redhat-linux-build/tmp-introspectbj9641op/PangoOT-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/redhat-linux-build/tmp-introspectbj9641op/PangoOT-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
pango-1.57.0/redhat-linux-build/tmp-introspectbj9641op/PangoOT-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def198]
pango-1.57.0/redhat-linux-build/tmp-introspectihfc4ds8/PangoXft-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/redhat-linux-build/tmp-introspectihfc4ds8/PangoXft-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
pango-1.57.0/redhat-linux-build/tmp-introspectihfc4ds8/PangoXft-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def231]
pango-1.57.0/redhat-linux-build/tmp-introspectjoarbf_l/PangoFc-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/redhat-linux-build/tmp-introspectjoarbf_l/PangoFc-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
pango-1.57.0/redhat-linux-build/tmp-introspectjoarbf_l/PangoFc-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-688): [#def244]
pango-1.57.0/tests/test-common.c:161:3: warning[-Wanalyzer-null-argument]: use of NULL ‘diff’ where non-null expected
pango-1.57.0/tests/test-common.c:109:9: release_memory: ‘diff’ is NULL
pango-1.57.0/tests/test-common.c:109:23: release_memory: ‘diff’ is NULL
pango-1.57.0/tests/test-common.c:109:40: release_memory: ‘diff’ is NULL
pango-1.57.0/tests/test-common.c:116:6: branch_false: following ‘false’ branch...
pango-1.57.0/tests/test-common.c:119:25: branch_false: ...to here
pango-1.57.0/tests/test-common.c:120:6: branch_true: following ‘true’ branch...
pango-1.57.0/tests/test-common.c:122:7: branch_true: ...to here
pango-1.57.0/tests/test-common.c:161:3: release_memory: ‘diff’ is NULL
pango-1.57.0/tests/test-common.c:161:3: danger: argument 1 (‘tmpfile2’) NULL where non-null expected
#  159|     unlink (tmpfile);
#  160|     g_free (tmpfile);
#  161|->   unlink (tmpfile2);
#  162|     g_free (tmpfile2);
#  163|   

Error: COMPILER_WARNING (CWE-704): [#def245]
pango-1.57.0/tests/test-fonts.c: scope_hint: In function ‘list_fonts’
pango-1.57.0/tests/test-fonts.c:69:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   69 |   p = strchr (contents, '\n');
#      |     ^
#   67|     GString *str;
#   68|   
#   69|->   p = strchr (contents, '\n');
#   70|     if (p)
#   71|       s = g_strndup (contents, p - contents);

Error: COMPILER_WARNING (CWE-704): [#def246]
pango-1.57.0/tests/test-fonts.c:69:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   67|     GString *str;
#   68|   
#   69|->   p = strchr (contents, '\n');
#   70|     if (p)
#   71|       s = g_strndup (contents, p - contents);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def247]
pango-1.57.0/utils/viewer-main.c:101:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘stream’
pango-1.57.0/utils/viewer-main.c:56:3: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:58:14: branch_true: ...to here
pango-1.57.0/utils/viewer-main.c:68:6: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:70:12: branch_true: ...to here
pango-1.57.0/utils/viewer-main.c:70:10: branch_false: following ‘false’ branch...
pango-1.57.0/utils/viewer-main.c:75:16: branch_false: ...to here
pango-1.57.0/utils/viewer-main.c:77:14: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:79:24: acquire_resource: opened here
pango-1.57.0/utils/viewer-main.c:80:18: branch_false: following ‘false’ branch...
pango-1.57.0/utils/viewer-main.c:101:11: branch_false: ...to here
pango-1.57.0/utils/viewer-main.c:101:11: throw: if the called function throws an exception...
pango-1.57.0/utils/viewer-main.c:101:11: danger: ‘stream’ leaks here; was opened at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
#   99|   	      stream = fdopen (fd, "wb");
#  100|   	    }
#  101|-> 	  view->write (instance, surface, stream, width, height);
#  102|   	  fclose (stream);
#  103|   #ifdef G_OS_UNIX

Error: GCC_ANALYZER_WARNING (CWE-401): [#def248]
pango-1.57.0/utils/viewer-main.c:101:11: warning[-Wanalyzer-malloc-leak]: leak of ‘stream’
pango-1.57.0/utils/viewer-main.c:56:3: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:58:14: branch_true: ...to here
pango-1.57.0/utils/viewer-main.c:68:6: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:70:12: branch_true: ...to here
pango-1.57.0/utils/viewer-main.c:70:10: branch_false: following ‘false’ branch...
pango-1.57.0/utils/viewer-main.c:75:16: branch_false: ...to here
pango-1.57.0/utils/viewer-main.c:77:14: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:79:24: acquire_memory: allocated here
pango-1.57.0/utils/viewer-main.c:80:18: branch_false: following ‘false’ branch...
pango-1.57.0/utils/viewer-main.c:101:11: branch_false: ...to here
pango-1.57.0/utils/viewer-main.c:101:11: throw: if the called function throws an exception...
pango-1.57.0/utils/viewer-main.c:101:11: danger: ‘stream’ leaks here; was allocated at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
#   99|   	      stream = fdopen (fd, "wb");
#  100|   	    }
#  101|-> 	  view->write (instance, surface, stream, width, height);
#  102|   	  fclose (stream);
#  103|   #ifdef G_OS_UNIX

Error: GCC_ANALYZER_WARNING (CWE-401): [#def249]
pango-1.57.0/utils/viewer-main.c:163:11: warning[-Wanalyzer-malloc-leak]: leak of ‘stream’
pango-1.57.0/utils/viewer-main.c:56:3: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:58:14: branch_true: ...to here
pango-1.57.0/utils/viewer-main.c:110:6: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:113:15: branch_true: ...to here
pango-1.57.0/utils/viewer-main.c:143:10: branch_true: following ‘true’ branch...
pango-1.57.0/utils/viewer-main.c:147:24: branch_true: ...to here
pango-1.57.0/utils/viewer-main.c:151:14: branch_false: following ‘false’ branch...
pango-1.57.0/utils/viewer-main.c:153:11: branch_false: ...to here
pango-1.57.0/utils/viewer-main.c:155:14: branch_false: following ‘false’ branch...
pango-1.57.0/utils/viewer-main.c:162:20: branch_false: ...to here
pango-1.57.0/utils/viewer-main.c:162:20: acquire_memory: allocated here
pango-1.57.0/utils/viewer-main.c:163:11: throw: if the called function throws an exception...
pango-1.57.0/utils/viewer-main.c:163:11: danger: ‘stream’ leaks here; was allocated at [(11)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/10)
#  161|   	    fail ("When running GraphicsMagick 'gm display' command: %s\n", error->message);
#  162|   	  stream = fdopen (fd, "wb");
#  163|-> 	  view->write (instance, surface, stream, width, height);
#  164|   	  fclose (stream);
#  165|   #ifdef G_OS_UNIX

Error: GCC_ANALYZER_WARNING (CWE-404): [#def250]
pango-1.57.0/utils/viewer-render.c:94:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
pango-1.57.0/utils/viewer-render.c:93:3: acquire_resource: ‘va_start’ called here
pango-1.57.0/utils/viewer-render.c:94:9: throw: if ‘g_strdup_vprintf’ throws an exception...
pango-1.57.0/utils/viewer-render.c:94:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   92|     va_list vap;
#   93|     va_start (vap, format);
#   94|->   msg = g_strdup_vprintf (format, vap);
#   95|     g_printerr ("%s: %s\n", g_get_prgname (), msg);
#   96|   

Error: CPPCHECK_WARNING (CWE-664): [#def251]
pango-1.57.0/utils/viewer-render.c:98: error[va_end_missing]: va_list 'vap' was opened but not closed by va_end().
#   96|   
#   97|     exit (1);
#   98|-> }
#   99|   
#  100|   static PangoLayout *

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-85.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-namepango-1.57.0-1.fc44
store-results-to/tmp/tmp5p1v5lyo/pango-1.57.0-1.fc44.tar.xz
time-created2026-01-08 20:07:13
time-finished2026-01-08 20:09:50
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp5p1v5lyo/pango-1.57.0-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp5p1v5lyo/pango-1.57.0-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9