appstream-1.1.0-1.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1]
AppStream-1.1.0/compose/asc-canvas.h:36:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘canvas’
AppStream-1.1.0/tests/test-compose.c:453:1: enter_function: entry to ‘test_render_font_card’
AppStream-1.1.0/tests/test-compose.c:460:22: throw: if ‘g_build_filename’ throws an exception...
AppStream-1.1.0/tests/test-compose.c:458:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘test_render_font_card’
AppStream-1.1.0/tests/test-compose.c:457:30: call_function: inlined call to ‘glib_autoptr_cleanup_AscCanvas’ from ‘test_render_font_card’
#   34|   
#   35|   #define ASC_TYPE_CANVAS (asc_canvas_get_type ())
#   36|-> G_DECLARE_FINAL_TYPE (AscCanvas, asc_canvas, ASC, CANVAS, GObject)
#   37|   
#   38|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def2]
AppStream-1.1.0/compose/asc-canvas.h:36:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cv’
AppStream-1.1.0/compose/asc-utils-fonts.c:621:1: enter_function: entry to ‘asc_process_fonts’
AppStream-1.1.0/compose/asc-utils-fonts.c:646:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-fonts.c:649:21: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-fonts.c:707:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/compose/asc-utils-fonts.c:708:50: branch_true: ...to here
AppStream-1.1.0/compose/asc-utils-fonts.c:709:17: call_function: calling ‘process_font_data_for_component’ from ‘asc_process_fonts’
#   34|   
#   35|   #define ASC_TYPE_CANVAS (asc_canvas_get_type ())
#   36|-> G_DECLARE_FINAL_TYPE (AscCanvas, asc_canvas, ASC, CANVAS, GObject)
#   37|   
#   38|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def3]
AppStream-1.1.0/compose/asc-directory-unit.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘dirunit’
AppStream-1.1.0/tools/appstream-compose.c:325:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/tools/appstream-compose.c:331:13: branch_false: ...to here
AppStream-1.1.0/tools/appstream-compose.c:335:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/tools/appstream-compose.c:351:13: branch_false: ...to here
AppStream-1.1.0/tools/appstream-compose.c:435:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/tools/appstream-compose.c:443:13: branch_false: ...to here
AppStream-1.1.0/tools/appstream-compose.c:487:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/tools/appstream-compose.c:489:45: branch_true: ...to here
AppStream-1.1.0/tools/appstream-compose.c:491:22: throw: if ‘g_file_test’ throws an exception...
AppStream-1.1.0/tools/appstream-compose.c:488:45: call_function: inlined call to ‘glib_autoptr_cleanup_AscDirectoryUnit’ from ‘main’
#   30|   
#   31|   #define ASC_TYPE_DIRECTORY_UNIT (asc_directory_unit_get_type ())
#   32|-> G_DECLARE_DERIVABLE_TYPE (AscDirectoryUnit, asc_directory_unit, ASC, DIRECTORY_UNIT, AscUnit)
#   33|   
#   34|   struct _AscDirectoryUnitClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def4]
AppStream-1.1.0/compose/asc-font.h:28:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘font’
AppStream-1.1.0/compose/asc-utils-fonts.c:621:1: enter_function: entry to ‘asc_process_fonts’
AppStream-1.1.0/compose/asc-utils-fonts.c:646:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-fonts.c:649:21: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-fonts.c:654:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/compose/asc-utils-fonts.c:658:35: branch_true: ...to here
AppStream-1.1.0/compose/asc-utils-fonts.c:660:35: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘asc_process_fonts’
AppStream-1.1.0/compose/asc-utils-fonts.c:659:36: call_function: inlined call to ‘glib_autoptr_cleanup_AscFont’ from ‘asc_process_fonts’
#   26|   
#   27|   #define ASC_TYPE_FONT (asc_font_get_type ())
#   28|-> G_DECLARE_FINAL_TYPE (AscFont, asc_font, ASC, FONT, GObject)
#   29|   
#   30|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def5]
AppStream-1.1.0/compose/asc-hint.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘hint’
AppStream-1.1.0/tests/test-compose.c:484:1: enter_function: entry to ‘test_compose_hints’
AppStream-1.1.0/tests/test-compose.c:490:16: throw: if ‘asc_hint_new_for_tag’ throws an exception...
AppStream-1.1.0/tests/test-compose.c:488:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_compose_hints’
AppStream-1.1.0/tests/test-compose.c:487:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘test_compose_hints’
AppStream-1.1.0/tests/test-compose.c:486:28: call_function: inlined call to ‘glib_autoptr_cleanup_AscHint’ from ‘test_compose_hints’
#   30|   
#   31|   #define ASC_TYPE_HINT (asc_hint_get_type ())
#   32|-> G_DECLARE_DERIVABLE_TYPE (AscHint, asc_hint, ASC, HINT, GObject)
#   33|   
#   34|   struct _AscHintClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def6]
AppStream-1.1.0/compose/asc-icon-policy.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘icon_policy’
AppStream-1.1.0/tests/test-compose.c:982:1: enter_function: entry to ‘test_compose_font’
AppStream-1.1.0/tests/test-compose.c:993:13: throw: if ‘g_file_test’ throws an exception...
AppStream-1.1.0/tests/test-compose.c:989:37: call_function: inlined call to ‘glib_autoptr_cleanup_AscDirectoryUnit’ from ‘test_compose_font’
AppStream-1.1.0/tests/test-compose.c:988:34: call_function: inlined call to ‘glib_autoptr_cleanup_AscIconPolicy’ from ‘test_compose_font’
#   30|   
#   31|   #define ASC_TYPE_ICON_POLICY (asc_icon_policy_get_type ())
#   32|-> G_DECLARE_DERIVABLE_TYPE (AscIconPolicy, asc_icon_policy, ASC, ICON_POLICY, GObject)
#   33|   
#   34|   struct _AscIconPolicyClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def7]
AppStream-1.1.0/compose/asc-icon-policy.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ipolicy’
AppStream-1.1.0/tests/test-compose.c:1042:1: enter_function: entry to ‘test_compose_icon_policy_serialize’
AppStream-1.1.0/tests/test-compose.c:1061:9: branch_true: following ‘true’ branch...
AppStream-1.1.0/tests/test-compose.c:1061:9: branch_true: ...to here
AppStream-1.1.0/tests/test-compose.c:1061:9: throw: if ‘g_assertion_message_error’ throws an exception...
AppStream-1.1.0/tests/test-compose.c:1047:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘test_compose_icon_policy_serialize’
AppStream-1.1.0/tests/test-compose.c:1045:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_compose_icon_policy_serialize’
AppStream-1.1.0/tests/test-compose.c:1044:34: call_function: inlined call to ‘glib_autoptr_cleanup_AscIconPolicy’ from ‘test_compose_icon_policy_serialize’
#   30|   
#   31|   #define ASC_TYPE_ICON_POLICY (asc_icon_policy_get_type ())
#   32|-> G_DECLARE_DERIVABLE_TYPE (AscIconPolicy, asc_icon_policy, ASC, ICON_POLICY, GObject)
#   33|   
#   34|   struct _AscIconPolicyClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def8]
AppStream-1.1.0/compose/asc-image.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘image’
AppStream-1.1.0/tests/test-compose.c:265:1: enter_function: entry to ‘test_image_transform’
AppStream-1.1.0/tests/test-compose.c:278:26: throw: if ‘asc_image_supported_format_names’ throws an exception...
AppStream-1.1.0/tests/test-compose.c:274:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_image_transform’
AppStream-1.1.0/tests/test-compose.c:271:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘test_image_transform’
AppStream-1.1.0/tests/test-compose.c:270:29: call_function: inlined call to ‘glib_autoptr_cleanup_AscImage’ from ‘test_image_transform’
#   30|   
#   31|   #define ASC_TYPE_IMAGE (asc_image_get_type ())
#   32|-> G_DECLARE_FINAL_TYPE (AscImage, asc_image, ASC, IMAGE, GObject)
#   33|   
#   34|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def9]
AppStream-1.1.0/compose/asc-image.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘src_image’
AppStream-1.1.0/compose/asc-utils-screenshots.c:788:1: enter_function: entry to ‘asc_process_screenshots’
AppStream-1.1.0/compose/asc-utils-screenshots.c:808:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:811:16: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:812:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:824:12: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:841:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:842:52: branch_true: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:845:20: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:857:35: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:857:35: call_function: calling ‘asc_process_screenshot_images’ from ‘asc_process_screenshots’
#   30|   
#   31|   #define ASC_TYPE_IMAGE (asc_image_get_type ())
#   32|-> G_DECLARE_FINAL_TYPE (AscImage, asc_image, ASC, IMAGE, GObject)
#   33|   
#   34|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def10]
AppStream-1.1.0/compose/asc-image.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘thumb’
AppStream-1.1.0/compose/asc-utils-screenshots.c:788:1: enter_function: entry to ‘asc_process_screenshots’
AppStream-1.1.0/compose/asc-utils-screenshots.c:808:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:811:16: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:812:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:824:12: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:841:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:842:52: branch_true: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:845:20: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:857:35: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:857:35: call_function: calling ‘asc_process_screenshot_images’ from ‘asc_process_screenshots’
#   30|   
#   31|   #define ASC_TYPE_IMAGE (asc_image_get_type ())
#   32|-> G_DECLARE_FINAL_TYPE (AscImage, asc_image, ASC, IMAGE, GObject)
#   33|   
#   34|   /**

Error: GCC_ANALYZER_WARNING (CWE-404): [#def11]
AppStream-1.1.0/compose/asc-result.c:634:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
AppStream-1.1.0/compose/asc-result.c:695:1: enter_function: entry to ‘asc_result_add_hint_by_cid’
AppStream-1.1.0/compose/asc-result.c:704:9: acquire_resource: ‘va_start’ called here
AppStream-1.1.0/compose/asc-result.c:705:15: call_function: calling ‘asc_result_add_hint_va’ from ‘asc_result_add_hint_by_cid’
#  632|   	gboolean ret = TRUE;
#  633|   
#  634|-> 	g_assert ((cpt == NULL) != (component_id == NULL));
#  635|   	if (component_id == NULL) {
#  636|   		g_assert (cpt != NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def12]
AppStream-1.1.0/compose/asc-result.c:637:32: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
AppStream-1.1.0/compose/asc-result.c:749:1: enter_function: entry to ‘asc_result_add_hint’
AppStream-1.1.0/compose/asc-result.c:754:12: branch_true: following ‘true’ branch (when ‘cpt’ is non-NULL)...
AppStream-1.1.0/compose/asc-result.c:755:17: branch_true: ...to here
AppStream-1.1.0/compose/asc-result.c:755:17: acquire_resource: ‘va_start’ called here
AppStream-1.1.0/compose/asc-result.c:756:23: call_function: calling ‘asc_result_add_hint_va’ from ‘asc_result_add_hint’
#  635|   	if (component_id == NULL) {
#  636|   		g_assert (cpt != NULL);
#  637|-> 		component_id = as_component_get_id (cpt);
#  638|   	}
#  639|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def13]
AppStream-1.1.0/compose/asc-result.c:640:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
AppStream-1.1.0/compose/asc-result.c:695:1: enter_function: entry to ‘asc_result_add_hint_by_cid’
AppStream-1.1.0/compose/asc-result.c:704:9: acquire_resource: ‘va_start’ called here
AppStream-1.1.0/compose/asc-result.c:705:15: call_function: calling ‘asc_result_add_hint_va’ from ‘asc_result_add_hint_by_cid’
#  638|   	}
#  639|   
#  640|-> 	hint = asc_hint_new_for_tag (tag, NULL);
#  641|   	if (hint == NULL) {
#  642|   		g_error ("Unable to find description of issue hint '%s' - this is a bug!", tag);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def14]
AppStream-1.1.0/compose/asc-result.c:678:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
AppStream-1.1.0/compose/asc-result.c:695:1: enter_function: entry to ‘asc_result_add_hint_by_cid’
AppStream-1.1.0/compose/asc-result.c:704:9: acquire_resource: ‘va_start’ called here
AppStream-1.1.0/compose/asc-result.c:705:15: call_function: calling ‘asc_result_add_hint_va’ from ‘asc_result_add_hint_by_cid’
#  676|   	}
#  677|   
#  678|-> 	g_ptr_array_add (hints, g_steal_pointer (&hint));
#  679|   	return ret;
#  680|   }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def15]
AppStream-1.1.0/compose/asc-result.h:32:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cres’
AppStream-1.1.0/tests/test-compose.c:895:1: enter_function: entry to ‘test_compose_source_locale’
AppStream-1.1.0/tests/test-compose.c:900:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘test_compose_source_locale’
AppStream-1.1.0/tests/test-compose.c:899:30: call_function: inlined call to ‘glib_autoptr_cleanup_AscResult’ from ‘test_compose_source_locale’
#   30|   
#   31|   #define ASC_TYPE_RESULT (asc_result_get_type ())
#   32|-> G_DECLARE_DERIVABLE_TYPE (AscResult, asc_result, ASC, RESULT, GObject)
#   33|   
#   34|   struct _AscResultClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def16]
AppStream-1.1.0/compose/asc-utils-l10n.c:94:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ctx’
AppStream-1.1.0/compose/asc-utils-l10n.c:415:1: enter_function: entry to ‘asc_read_translation_status’
AppStream-1.1.0/compose/asc-utils-l10n.c:423:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/compose/asc-utils-l10n.c:426:35: branch_true: ...to here
AppStream-1.1.0/compose/asc-utils-l10n.c:430:23: call_function: inlined call to ‘asc_locale_ctx_new’ from ‘asc_read_translation_status’
AppStream-1.1.0/compose/asc-utils-l10n.c:426:35: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘asc_read_translation_status’
AppStream-1.1.0/compose/asc-utils-l10n.c:425:45: call_function: inlined call to ‘glib_autoptr_cleanup_AscLocaleContext’ from ‘asc_read_translation_status’
#   92|   }
#   93|   
#   94|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AscLocaleContext, asc_locale_ctx_free)
#   95|   
#   96|   typedef struct {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def75]
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:645:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:654:15: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:658:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: acquire_resource: opened here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:670:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:683:6: branch_true: following ‘true’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:685:25: branch_true: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-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): [#def76]
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:645:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:654:15: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:658:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: acquire_memory: allocated here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:670:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:683:6: branch_true: following ‘true’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:685:25: branch_true: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-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): [#def77]
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:645:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:654:15: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:658:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: acquire_resource: opened here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:670:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:683:6: branch_true: following ‘true’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:685:25: branch_true: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-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): [#def78]
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:645:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:654:15: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:658:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: acquire_memory: allocated here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:670:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:683:6: branch_true: following ‘true’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:685:25: branch_true: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-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): [#def79]
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:645:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:654:15: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:658:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: acquire_resource: opened here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:670:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:683:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-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): [#def80]
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:645:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:654:15: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:658:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:670:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: acquire_resource: opened here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:683:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-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): [#def81]
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:645:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:654:15: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:658:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: acquire_memory: allocated here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:670:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:683:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-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): [#def82]
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:645:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:654:15: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:658:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:669:11: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:670:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:682:12: acquire_memory: allocated here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:683:6: branch_false: following ‘false’ branch...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: branch_false: ...to here
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
AppStream-1.1.0/redhat-linux-build/tmp-introspectrsl2lhk5/AppStreamCompose-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-457): [#def83]
AppStream-1.1.0/src/as-agreement.h:36:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘agreement’
AppStream-1.1.0/tests/test-xmldata.c:1921:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-xmldata.c:1918:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsAgreement’ from ‘test_xml_write_agreements’
#   34|   
#   35|   #define AS_TYPE_AGREEMENT (as_agreement_get_type ())
#   36|-> G_DECLARE_DERIVABLE_TYPE (AsAgreement, as_agreement, AS, AGREEMENT, GObject)
#   37|   
#   38|   struct _AsAgreementClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def84]
AppStream-1.1.0/src/as-artifact.h:35:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘af1’
AppStream-1.1.0/tests/test-yamldata.c:1673:1: enter_function: entry to ‘test_yaml_write_releases’
AppStream-1.1.0/tests/test-yamldata.c:1679:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsArtifact’ from ‘test_yaml_write_releases’
AppStream-1.1.0/tests/test-yamldata.c:1678:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsArtifact’ from ‘test_yaml_write_releases’
#   33|   
#   34|   #define AS_TYPE_ARTIFACT (as_artifact_get_type ())
#   35|-> G_DECLARE_DERIVABLE_TYPE (AsArtifact, as_artifact, AS, ARTIFACT, GObject)
#   36|   
#   37|   struct _AsArtifactClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def85]
AppStream-1.1.0/src/as-artifact.h:35:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘af2’
AppStream-1.1.0/tests/test-yamldata.c:1673:1: enter_function: entry to ‘test_yaml_write_releases’
AppStream-1.1.0/tests/test-yamldata.c:1684:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-yamldata.c:1682:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_yaml_write_releases’
AppStream-1.1.0/tests/test-yamldata.c:1679:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsArtifact’ from ‘test_yaml_write_releases’
#   33|   
#   34|   #define AS_TYPE_ARTIFACT (as_artifact_get_type ())
#   35|-> G_DECLARE_DERIVABLE_TYPE (AsArtifact, as_artifact, AS, ARTIFACT, GObject)
#   36|   
#   37|   struct _AsArtifactClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def86]
AppStream-1.1.0/src/as-bundle.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘bdl’
AppStream-1.1.0/tests/test-yamldata.c:205:1: enter_function: entry to ‘test_yamlwrite_misc’
AppStream-1.1.0/tests/test-yamldata.c:310:17: throw: if ‘as_metadata_new’ throws an exception...
AppStream-1.1.0/tests/test-yamldata.c:215:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_yamlwrite_misc’
AppStream-1.1.0/tests/test-yamldata.c:213:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘test_yamlwrite_misc’
AppStream-1.1.0/tests/test-yamldata.c:212:29: call_function: inlined call to ‘glib_autoptr_cleanup_AsBundle’ from ‘test_yamlwrite_misc’
#   31|   
#   32|   #define AS_TYPE_BUNDLE (as_bundle_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsBundle, as_bundle, AS, BUNDLE, GObject)
#   34|   
#   35|   struct _AsBundleClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def87]
AppStream-1.1.0/src/as-cache.c:131:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘csec’
AppStream-1.1.0/src/as-cache.c:1232:1: enter_function: entry to ‘as_cache_load_section_for_path’
AppStream-1.1.0/src/as-cache.c:1243:9: call_function: calling ‘as_cache_load_section_internal’ from ‘as_cache_load_section_for_path’
#  129|   }
#  130|   
#  131|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsCacheSection, as_cache_section_free)
#  132|   
#  133|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def88]
AppStream-1.1.0/src/as-cache.c:131:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘mcsec’
AppStream-1.1.0/src/as-cache.c:1278:1: enter_function: entry to ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1300:12: branch_false: following ‘false’ branch (when ‘old_mcsec’ is NULL)...
AppStream-1.1.0/src/as-cache.c:1333:26: branch_false: ...to here
AppStream-1.1.0/src/as-cache.c:1361:12: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-cache.c:1364:21: call_function: inlined call to ‘g_steal_pointer’ from ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1284:26: call_function: inlined call to ‘glib_autoptr_cleanup_GFile’ from ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1283:30: call_function: inlined call to ‘glib_autoptr_cleanup_GPtrArray’ from ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1282:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsCacheSection’ from ‘as_cache_add_masking_components’
#  129|   }
#  130|   
#  131|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsCacheSection, as_cache_section_free)
#  132|   
#  133|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def89]
AppStream-1.1.0/src/as-cache.c:131:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘old_mcsec’
AppStream-1.1.0/src/as-cache.c:1278:1: enter_function: entry to ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1291:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-cache.c:1292:46: branch_true: ...to here
AppStream-1.1.0/src/as-cache.c:1361:12: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-cache.c:1364:21: call_function: inlined call to ‘g_steal_pointer’ from ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1284:26: call_function: inlined call to ‘glib_autoptr_cleanup_GFile’ from ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1283:30: call_function: inlined call to ‘glib_autoptr_cleanup_GPtrArray’ from ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1282:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsCacheSection’ from ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1281:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsCacheSection’ from ‘as_cache_add_masking_components’
#  129|   }
#  130|   
#  131|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsCacheSection, as_cache_section_free)
#  132|   
#  133|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def90]
AppStream-1.1.0/src/as-cache.c:1424:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘qctx’
AppStream-1.1.0/src/as-cache.c:1501:1: enter_function: entry to ‘as_cache_query_components’
AppStream-1.1.0/src/as-cache.c:1512:16: call_function: calling ‘as_query_context_new’ from ‘as_cache_query_components’
AppStream-1.1.0/src/as-cache.c:1510:40: call_function: inlined call to ‘glib_autoptr_cleanup_GRWLockReaderLocker’ from ‘as_cache_query_components’
AppStream-1.1.0/src/as-cache.c:1509:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsQueryContext’ from ‘as_cache_query_components’
# 1422|   }
# 1423|   
# 1424|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsQueryContext, as_query_context_free)
# 1425|   
# 1426|   static gboolean

Error: GCC_ANALYZER_WARNING (CWE-457): [#def91]
AppStream-1.1.0/src/as-category.h:35:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sub’
AppStream-1.1.0/src/as-category.c:796:21: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-category.c:803:20: branch_true: ...to here
AppStream-1.1.0/src/as-category.c:818:29: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-category.c:823:28: branch_true: ...to here
AppStream-1.1.0/src/as-category.c:823:28: branch_true: following ‘true’ branch (when ‘with_special == 0’)...
AppStream-1.1.0/src/as-category.c:824:37: branch_true: ...to here
AppStream-1.1.0/src/as-category.c:824:37: throw: if ‘g_strcmp0’ throws an exception...
AppStream-1.1.0/src/as-category.c:821:47: call_function: inlined call to ‘glib_autoptr_cleanup_AsCategory’ from ‘as_get_default_categories’
#   33|   
#   34|   #define AS_TYPE_CATEGORY (as_category_get_type ())
#   35|-> G_DECLARE_DERIVABLE_TYPE (AsCategory, as_category, AS, CATEGORY, GObject)
#   36|   
#   37|   struct _AsCategoryClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def92]
AppStream-1.1.0/src/as-checksum.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cs’
AppStream-1.1.0/src/as-artifact.c:417:46: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
AppStream-1.1.0/src/as-artifact.c:418:35: branch_true: ...to here
AppStream-1.1.0/src/as-artifact.c:431:30: throw: if ‘as_checksum_new’ throws an exception...
AppStream-1.1.0/src/as-artifact.c:429:47: call_function: inlined call to ‘glib_autoptr_cleanup_AsChecksum’ from ‘as_artifact_load_from_xml’
#   31|   
#   32|   #define AS_TYPE_CHECKSUM (as_checksum_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsChecksum, as_checksum, AS, CHECKSUM, GObject)
#   34|   
#   35|   struct _AsChecksumClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def93]
AppStream-1.1.0/src/as-component-box.h:57:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cbox’
AppStream-1.1.0/tools/ascli-actions-misc.c:39:1: enter_function: entry to ‘ascli_show_status’
AppStream-1.1.0/tools/ascli-actions-misc.c:75:12: branch_true: following ‘true’ branch...
AppStream-1.1.0/tools/ascli-actions-misc.c:77:35: branch_true: ...to here
AppStream-1.1.0/tools/ascli-actions-misc.c:81:21: throw: if ‘as_component_box_is_empty’ throws an exception...
AppStream-1.1.0/tools/ascli-actions-misc.c:77:35: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘ascli_show_status’
AppStream-1.1.0/tools/ascli-actions-misc.c:76:43: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponentBox’ from ‘ascli_show_status’
#   55|   #define AS_COMPONENT_BOX(obj) \
#   56|   	(G_TYPE_CHECK_INSTANCE_CAST ((obj), AS_TYPE_COMPONENT_BOX, AsComponentBox))
#   57|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsComponentBox, g_object_unref)
#   58|   
#   59|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def94]
AppStream-1.1.0/src/as-component-box.h:57:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpts_post’
AppStream-1.1.0/tests/test-pool.c:192:1: enter_function: entry to ‘test_cache’
AppStream-1.1.0/tests/test-pool.c:204:44: throw: if ‘g_build_filename’ throws an exception...
AppStream-1.1.0/tests/test-pool.c:203:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_cache’
AppStream-1.1.0/tests/test-pool.c:202:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_cache’
AppStream-1.1.0/tests/test-pool.c:201:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_cache’
AppStream-1.1.0/tests/test-pool.c:199:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponentBox’ from ‘test_cache’
#   55|   #define AS_COMPONENT_BOX(obj) \
#   56|   	(G_TYPE_CHECK_INSTANCE_CAST ((obj), AS_TYPE_COMPONENT_BOX, AsComponentBox))
#   57|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsComponentBox, g_object_unref)
#   58|   
#   59|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def95]
AppStream-1.1.0/src/as-component-box.h:57:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpts’
AppStream-1.1.0/tests/test-performance.c:95:1: enter_function: entry to ‘test_pool_cache_perf’
AppStream-1.1.0/tests/test-performance.c:112:29: call_function: calling ‘test_get_sampledata_pool’ from ‘test_pool_cache_perf’
AppStream-1.1.0/tests/test-performance.c:112:29: return_function: returning to ‘test_pool_cache_perf’ from ‘test_get_sampledata_pool’
AppStream-1.1.0/tests/test-performance.c:123:27: branch_true: following ‘true’ branch (when ‘i != 1000’)...
AppStream-1.1.0/tests/test-performance.c:125:48: branch_true: ...to here
AppStream-1.1.0/tests/test-performance.c:125:48: throw: if ‘as_cache_new’ throws an exception...
AppStream-1.1.0/tests/test-performance.c:124:43: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponentBox’ from ‘test_pool_cache_perf’
#   55|   #define AS_COMPONENT_BOX(obj) \
#   56|   	(G_TYPE_CHECK_INSTANCE_CAST ((obj), AS_TYPE_COMPONENT_BOX, AsComponentBox))
#   57|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsComponentBox, g_object_unref)
#   58|   
#   59|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def96]
AppStream-1.1.0/src/as-component-box.h:57:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘result_filtered’
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:113:12: branch_false: following ‘false’ branch (when ‘identifier’ is non-NULL)...
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:118:16: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:120:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:125:18: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:126:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:131:12: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:152:13: throw: if ‘as_component_box_is_empty’ throws an exception...
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:110:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponentBox’ from ‘ascli_get_component_instrm_candidate’
#   55|   #define AS_COMPONENT_BOX(obj) \
#   56|   	(G_TYPE_CHECK_INSTANCE_CAST ((obj), AS_TYPE_COMPONENT_BOX, AsComponentBox))
#   57|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsComponentBox, g_object_unref)
#   58|   
#   59|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def97]
AppStream-1.1.0/src/as-component-box.h:57:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘result’
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:113:12: branch_true: following ‘true’ branch (when ‘identifier’ is NULL)...
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:114:17: branch_true: ...to here
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:114:17: throw: if ‘g_dgettext’ throws an exception...
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:109:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponentBox’ from ‘ascli_get_component_instrm_candidate’
#   55|   #define AS_COMPONENT_BOX(obj) \
#   56|   	(G_TYPE_CHECK_INSTANCE_CAST ((obj), AS_TYPE_COMPONENT_BOX, AsComponentBox))
#   57|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsComponentBox, g_object_unref)
#   58|   
#   59|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def98]
AppStream-1.1.0/src/as-component.h:55:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘app’
AppStream-1.1.0/tests/test-basics.c:1176:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-basics.c:1172:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘test_utils_data_id_hash_str’
#   53|   
#   54|   #define AS_TYPE_COMPONENT (as_component_get_type ())
#   55|-> G_DECLARE_DERIVABLE_TYPE (AsComponent, as_component, AS, COMPONENT, GObject)
#   56|   
#   57|   struct _AsComponentClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def99]
AppStream-1.1.0/src/as-component.h:55:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpt1’
AppStream-1.1.0/tests/test-basics.c:1106:1: enter_function: entry to ‘test_utils_data_id_hash’
AppStream-1.1.0/tests/test-basics.c:1110:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘test_utils_data_id_hash’
AppStream-1.1.0/tests/test-basics.c:1109:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘test_utils_data_id_hash’
#   53|   
#   54|   #define AS_TYPE_COMPONENT (as_component_get_type ())
#   55|-> G_DECLARE_DERIVABLE_TYPE (AsComponent, as_component, AS, COMPONENT, GObject)
#   56|   
#   57|   struct _AsComponentClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def100]
AppStream-1.1.0/src/as-component.h:55:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpt2’
AppStream-1.1.0/tests/test-basics.c:1114:16: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-basics.c:1110:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘test_utils_data_id_hash’
#   53|   
#   54|   #define AS_TYPE_COMPONENT (as_component_get_type ())
#   55|-> G_DECLARE_DERIVABLE_TYPE (AsComponent, as_component, AS, COMPONENT, GObject)
#   56|   
#   57|   struct _AsComponentClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def101]
AppStream-1.1.0/src/as-component.h:55:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpt_a’
AppStream-1.1.0/tests/test-pool.c:305:1: enter_function: entry to ‘test_pool_read’
AppStream-1.1.0/tests/test-pool.c:321:17: call_function: calling ‘test_get_sampledata_pool’ from ‘test_pool_read’
AppStream-1.1.0/tests/test-pool.c:318:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘test_pool_read’
AppStream-1.1.0/tests/test-pool.c:311:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘test_pool_read’
#   53|   
#   54|   #define AS_TYPE_COMPONENT (as_component_get_type ())
#   55|-> G_DECLARE_DERIVABLE_TYPE (AsComponent, as_component, AS, COMPONENT, GObject)
#   56|   
#   57|   struct _AsComponentClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def102]
AppStream-1.1.0/src/as-component.h:55:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpt_phone’
AppStream-1.1.0/tests/test-misc.c:419:1: enter_function: entry to ‘test_syscompat_scores’
AppStream-1.1.0/tests/test-misc.c:427:26: call_function: calling ‘asx_load_sample_metainfo’ from ‘test_syscompat_scores’
AppStream-1.1.0/tests/test-misc.c:424:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘test_syscompat_scores’
#   53|   
#   54|   #define AS_TYPE_COMPONENT (as_component_get_type ())
#   55|-> G_DECLARE_DERIVABLE_TYPE (AsComponent, as_component, AS, COMPONENT, GObject)
#   56|   
#   57|   struct _AsComponentClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def103]
AppStream-1.1.0/src/as-component.h:55:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cpt’
AppStream-1.1.0/src/as-cache.c:1278:1: enter_function: entry to ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1291:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-cache.c:1292:46: branch_true: ...to here
AppStream-1.1.0/src/as-cache.c:1300:12: branch_true: following ‘true’ branch (when ‘old_mcsec’ is non-NULL)...
AppStream-1.1.0/src/as-cache.c:1304:25: branch_true: ...to here
AppStream-1.1.0/src/as-cache.c:1305:20: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-cache.c:1305:20: branch_true: ...to here
AppStream-1.1.0/src/as-cache.c:1306:43: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-cache.c:1309:48: branch_true: ...to here
AppStream-1.1.0/src/as-cache.c:1311:39: call_function: calling ‘as_cache_component_from_node’ from ‘as_cache_add_masking_components’
AppStream-1.1.0/src/as-cache.c:1307:57: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘as_cache_add_masking_components’
#   53|   
#   54|   #define AS_TYPE_COMPONENT (as_component_get_type ())
#   55|-> G_DECLARE_DERIVABLE_TYPE (AsComponent, as_component, AS, COMPONENT, GObject)
#   56|   
#   57|   struct _AsComponentClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def104]
AppStream-1.1.0/src/as-component.h:55:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ecpt’
AppStream-1.1.0/tests/test-compose.c:592:1: enter_function: entry to ‘test_compose_desktop_entry’
AppStream-1.1.0/tests/test-compose.c:606:34: throw: if ‘as_gbytes_from_literal’ throws an exception...
AppStream-1.1.0/tests/test-compose.c:598:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_compose_desktop_entry’
AppStream-1.1.0/tests/test-compose.c:597:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘test_compose_desktop_entry’
#   53|   
#   54|   #define AS_TYPE_COMPONENT (as_component_get_type ())
#   55|-> G_DECLARE_DERIVABLE_TYPE (AsComponent, as_component, AS, COMPONENT, GObject)
#   56|   
#   57|   struct _AsComponentClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def105]
AppStream-1.1.0/src/as-component.h:55:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ncpt’
AppStream-1.1.0/compose/asc-utils-metainfo.c:359:1: enter_function: entry to ‘asc_parse_desktop_entry_data’
AppStream-1.1.0/compose/asc-utils-metainfo.c:397:12: branch_true: following ‘true’ branch...
AppStream-1.1.0/compose/asc-utils-metainfo.c:398:17: branch_true: ...to here
AppStream-1.1.0/compose/asc-utils-metainfo.c:370:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘asc_parse_desktop_entry_data’
AppStream-1.1.0/compose/asc-utils-metainfo.c:369:30: call_function: inlined call to ‘glib_autoptr_cleanup_GPtrArray’ from ‘asc_parse_desktop_entry_data’
AppStream-1.1.0/compose/asc-utils-metainfo.c:368:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponent’ from ‘asc_parse_desktop_entry_data’
#   53|   
#   54|   #define AS_TYPE_COMPONENT (as_component_get_type ())
#   55|-> G_DECLARE_DERIVABLE_TYPE (AsComponent, as_component, AS, COMPONENT, GObject)
#   56|   
#   57|   struct _AsComponentClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def106]
AppStream-1.1.0/src/as-content-rating.h:34:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rating’
AppStream-1.1.0/tests/test-xmldata.c:1001:1: enter_function: entry to ‘test_xml_write_content_rating’
AppStream-1.1.0/tests/test-xmldata.c:1007:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-xmldata.c:1005:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_xml_write_content_rating’
AppStream-1.1.0/tests/test-xmldata.c:1004:36: call_function: inlined call to ‘glib_autoptr_cleanup_AsContentRating’ from ‘test_xml_write_content_rating’
#   32|   
#   33|   #define AS_TYPE_CONTENT_RATING (as_content_rating_get_type ())
#   34|-> G_DECLARE_DERIVABLE_TYPE (AsContentRating, as_content_rating, AS, CONTENT_RATING, GObject)
#   35|   
#   36|   struct _AsContentRatingClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def107]
AppStream-1.1.0/src/as-context.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘context’
AppStream-1.1.0/src/as-metadata.c:495:1: enter_function: entry to ‘as_metadata_parse_raw’
AppStream-1.1.0/src/as-metadata.c:503:9: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-metadata.c:506:12: branch_true: ...to here
AppStream-1.1.0/src/as-metadata.c:506:12: branch_false: following ‘false’ branch (when ‘format != 1’)...
AppStream-1.1.0/src/as-metadata.c:578:12: branch_false: ...to here
AppStream-1.1.0/src/as-metadata.c:578:12: branch_true: following ‘true’ branch (when ‘format == 2’)...
AppStream-1.1.0/src/as-metadata.c:579:21: branch_true: ...to here
AppStream-1.1.0/src/as-metadata.c:579:20: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-metadata.c:584:35: branch_true: ...to here
AppStream-1.1.0/src/as-metadata.c:584:35: call_function: calling ‘as_metadata_new_context’ from ‘as_metadata_parse_raw’
AppStream-1.1.0/src/as-metadata.c:580:46: call_function: inlined call to ‘glib_autoptr_cleanup_AsContext’ from ‘as_metadata_parse_raw’
#   31|   
#   32|   #define AS_TYPE_CONTEXT (as_context_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsContext, as_context, AS, CONTEXT, GObject)
#   34|   
#   35|   struct _AsContextClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def108]
AppStream-1.1.0/src/as-context.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rel_context’
AppStream-1.1.0/src/as-news-convert.c:1061:1: enter_function: entry to ‘as_releases_to_news_data’
AppStream-1.1.0/src/as-news-convert.c:1066:12: branch_true: following ‘true’ branch (when ‘kind == 1’)...
AppStream-1.1.0/src/as-news-convert.c:1067:24: branch_true: ...to here
AppStream-1.1.0/src/as-news-convert.c:1067:24: call_function: calling ‘as_news_releases_to_yaml’ from ‘as_releases_to_news_data’
#   31|   
#   32|   #define AS_TYPE_CONTEXT (as_context_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsContext, as_context, AS, CONTEXT, GObject)
#   34|   
#   35|   struct _AsContextClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def109]
AppStream-1.1.0/src/as-file-monitor.h:34:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘mon’
AppStream-1.1.0/tests/test-pool.c:866:1: enter_function: entry to ‘test_filemonitor_file’
AppStream-1.1.0/tests/test-pool.c:876:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_filemonitor_file’
AppStream-1.1.0/tests/test-pool.c:873:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘test_filemonitor_file’
AppStream-1.1.0/tests/test-pool.c:872:34: call_function: inlined call to ‘glib_autoptr_cleanup_AsFileMonitor’ from ‘test_filemonitor_file’
#   32|   
#   33|   #define AS_TYPE_FILE_MONITOR (as_file_monitor_get_type ())
#   34|-> G_DECLARE_DERIVABLE_TYPE (AsFileMonitor, as_file_monitor, AS, FILE_MONITOR, GObject)
#   35|   
#   36|   struct _AsFileMonitorClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def110]
AppStream-1.1.0/src/as-icon.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘<unknown>’
AppStream-1.1.0/compose/asc-utils-fonts.c:621:1: enter_function: entry to ‘asc_process_fonts’
AppStream-1.1.0/compose/asc-utils-fonts.c:646:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-fonts.c:649:21: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-fonts.c:707:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/compose/asc-utils-fonts.c:708:50: branch_true: ...to here
AppStream-1.1.0/compose/asc-utils-fonts.c:709:17: call_function: calling ‘process_font_data_for_component’ from ‘asc_process_fonts’
#   31|   
#   32|   #define AS_TYPE_ICON (as_icon_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsIcon, as_icon, AS, ICON, GObject)
#   34|   
#   35|   struct _AsIconClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def111]
AppStream-1.1.0/src/as-icon.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘icon’
AppStream-1.1.0/tests/test-xmldata.c:432:21: branch_true: following ‘true’ branch (when ‘i != 4’)...
AppStream-1.1.0/tests/test-xmldata.c:435:24: branch_true: ...to here
AppStream-1.1.0/tests/test-xmldata.c:435:24: throw: if ‘as_icon_new’ throws an exception...
AppStream-1.1.0/tests/test-xmldata.c:433:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsIcon’ from ‘test_appstream_write_description’
#   31|   
#   32|   #define AS_TYPE_ICON (as_icon_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsIcon, as_icon, AS, ICON, GObject)
#   34|   
#   35|   struct _AsIconClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def112]
AppStream-1.1.0/src/as-image.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘img’
AppStream-1.1.0/compose/asc-utils-screenshots.c:788:1: enter_function: entry to ‘asc_process_screenshots’
AppStream-1.1.0/compose/asc-utils-screenshots.c:808:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:811:16: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:812:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:824:12: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:841:27: branch_true: following ‘true’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:842:52: branch_true: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:845:20: branch_false: following ‘false’ branch...
AppStream-1.1.0/compose/asc-utils-screenshots.c:857:35: branch_false: ...to here
AppStream-1.1.0/compose/asc-utils-screenshots.c:857:35: call_function: calling ‘asc_process_screenshot_images’ from ‘asc_process_screenshots’
#   31|   
#   32|   #define AS_TYPE_IMAGE (as_image_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsImage, as_image, AS, IMAGE, GObject)
#   34|   
#   35|   struct _AsImageClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def113]
AppStream-1.1.0/src/as-launchable.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘launch’
AppStream-1.1.0/tests/test-xmldata.c:1095:1: enter_function: entry to ‘test_xml_write_launchable’
AppStream-1.1.0/tests/test-xmldata.c:1101:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-xmldata.c:1099:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_xml_write_launchable’
AppStream-1.1.0/tests/test-xmldata.c:1098:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsLaunchable’ from ‘test_xml_write_launchable’
#   31|   
#   32|   #define AS_TYPE_LAUNCHABLE (as_launchable_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsLaunchable, as_launchable, AS, LAUNCHABLE, GObject)
#   34|   
#   35|   struct _AsLaunchableClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def114]
AppStream-1.1.0/src/as-metadata.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘mdata’
AppStream-1.1.0/tools/ascli-actions-misc.c:105:1: enter_function: entry to ‘ascli_make_desktop_entry_file’
AppStream-1.1.0/tools/ascli-actions-misc.c:117:12: branch_false: following ‘false’ branch (when ‘mi_fname’ is non-NULL)...
AppStream-1.1.0/tools/ascli-actions-misc.c:121:12: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-misc.c:121:12: branch_false: following ‘false’ branch (when ‘de_fname’ is non-NULL)...
AppStream-1.1.0/tools/ascli-actions-misc.c:127:29: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-misc.c:132:12: branch_true: following ‘true’ branch...
AppStream-1.1.0/tools/ascli-actions-misc.c:133:17: branch_true: ...to here
AppStream-1.1.0/tools/ascli-actions-misc.c:110:29: call_function: inlined call to ‘glib_autoptr_cleanup_GKeyFile’ from ‘ascli_make_desktop_entry_file’
AppStream-1.1.0/tools/ascli-actions-misc.c:109:26: call_function: inlined call to ‘glib_autoptr_cleanup_GFile’ from ‘ascli_make_desktop_entry_file’
AppStream-1.1.0/tools/ascli-actions-misc.c:108:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘ascli_make_desktop_entry_file’
AppStream-1.1.0/tools/ascli-actions-misc.c:107:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsMetadata’ from ‘ascli_make_desktop_entry_file’
#   36|   
#   37|   #define AS_TYPE_METADATA (as_metadata_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsMetadata, as_metadata, AS, METADATA, GObject)
#   39|   
#   40|   struct _AsMetadataClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def115]
AppStream-1.1.0/src/as-metadata.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘metad’
AppStream-1.1.0/tools/ascli-actions-mdata.c:286:1: enter_function: entry to ‘ascli_dump_component’
AppStream-1.1.0/tools/ascli-actions-mdata.c:296:12: branch_false: following ‘false’ branch (when ‘identifier’ is non-NULL)...
AppStream-1.1.0/tools/ascli-actions-mdata.c:302:16: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-mdata.c:302:16: throw: if ‘ascli_data_pool_new_and_open’ throws an exception...
AppStream-1.1.0/tools/ascli-actions-mdata.c:294:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘ascli_dump_component’
AppStream-1.1.0/tools/ascli-actions-mdata.c:293:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsMetadata’ from ‘ascli_dump_component’
#   36|   
#   37|   #define AS_TYPE_METADATA (as_metadata_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsMetadata, as_metadata, AS, METADATA, GObject)
#   39|   
#   40|   struct _AsMetadataClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def116]
AppStream-1.1.0/src/as-pool.h:37:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘dpool’
AppStream-1.1.0/tools/ascli-actions-mdata.c:121:1: enter_function: entry to ‘ascli_get_component’
AppStream-1.1.0/tools/ascli-actions-mdata.c:130:12: branch_false: following ‘false’ branch (when ‘identifier’ is non-NULL)...
AppStream-1.1.0/tools/ascli-actions-mdata.c:136:17: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-mdata.c:127:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘ascli_get_component’
AppStream-1.1.0/tools/ascli-actions-mdata.c:126:27: call_function: inlined call to ‘glib_autoptr_cleanup_AsPool’ from ‘ascli_get_component’
#   35|   
#   36|   #define AS_TYPE_POOL (as_pool_get_type ())
#   37|-> G_DECLARE_DERIVABLE_TYPE (AsPool, as_pool, AS, POOL, GObject)
#   38|   
#   39|   struct _AsPoolClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def117]
AppStream-1.1.0/src/as-pool.h:37:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘pool’
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:101:1: enter_function: entry to ‘ascli_get_component_instrm_candidate’
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:113:12: branch_false: following ‘false’ branch (when ‘identifier’ is non-NULL)...
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:118:16: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:120:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:125:18: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:109:35: call_function: inlined call to ‘glib_autoptr_cleanup_AsComponentBox’ from ‘ascli_get_component_instrm_candidate’
AppStream-1.1.0/tools/ascli-actions-pkgmgr.c:108:27: call_function: inlined call to ‘glib_autoptr_cleanup_AsPool’ from ‘ascli_get_component_instrm_candidate’
#   35|   
#   36|   #define AS_TYPE_POOL (as_pool_get_type ())
#   37|-> G_DECLARE_DERIVABLE_TYPE (AsPool, as_pool, AS, POOL, GObject)
#   38|   
#   39|   struct _AsPoolClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def118]
AppStream-1.1.0/src/as-profile.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘profile’
AppStream-1.1.0/tools/appstreamcli.c:1357:19: throw: if ‘g_dgettext’ throws an exception...
AppStream-1.1.0/tools/appstreamcli.c:1346:30: call_function: inlined call to ‘glib_autoptr_cleanup_AsProfile’ from ‘as_client_run’
#   31|   #define AS_TYPE_PROFILE (as_profile_get_type ())
#   32|   
#   33|-> G_DECLARE_FINAL_TYPE (AsProfile, as_profile, AS, PROFILE, GObject)
#   34|   
#   35|   typedef struct _AsProfileTask AsProfileTask;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def119]
AppStream-1.1.0/src/as-provided.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘prov_bin’
AppStream-1.1.0/tests/test-xmldata.c:797:1: enter_function: entry to ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:852:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:852:15: return_function: returning to ‘test_xml_write_provides’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:802:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:801:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
#   31|   
#   32|   #define AS_TYPE_PROVIDED (as_provided_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsProvided, as_provided, AS, PROVIDED, GObject)
#   34|   
#   35|   struct _AsProvidedClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def120]
AppStream-1.1.0/src/as-provided.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘prov_dbus’
AppStream-1.1.0/tests/test-xmldata.c:797:1: enter_function: entry to ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:852:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:852:15: return_function: returning to ‘test_xml_write_provides’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:803:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:802:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
#   31|   
#   32|   #define AS_TYPE_PROVIDED (as_provided_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsProvided, as_provided, AS, PROVIDED, GObject)
#   34|   
#   35|   struct _AsProvidedClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def121]
AppStream-1.1.0/src/as-provided.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘prov_firmware_flashed’
AppStream-1.1.0/tests/test-xmldata.c:797:1: enter_function: entry to ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:821:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-xmldata.c:805:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:804:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
#   31|   
#   32|   #define AS_TYPE_PROVIDED (as_provided_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsProvided, as_provided, AS, PROVIDED, GObject)
#   34|   
#   35|   struct _AsProvidedClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def122]
AppStream-1.1.0/src/as-provided.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘prov_firmware_runtime’
AppStream-1.1.0/tests/test-xmldata.c:797:1: enter_function: entry to ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:852:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:852:15: return_function: returning to ‘test_xml_write_provides’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:804:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:803:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
#   31|   
#   32|   #define AS_TYPE_PROVIDED (as_provided_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsProvided, as_provided, AS, PROVIDED, GObject)
#   34|   
#   35|   struct _AsProvidedClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def123]
AppStream-1.1.0/src/as-provided.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘prov_mime’
AppStream-1.1.0/tests/test-xmldata.c:797:1: enter_function: entry to ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:852:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:852:15: return_function: returning to ‘test_xml_write_provides’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:801:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
AppStream-1.1.0/tests/test-xmldata.c:800:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsProvided’ from ‘test_xml_write_provides’
#   31|   
#   32|   #define AS_TYPE_PROVIDED (as_provided_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsProvided, as_provided, AS, PROVIDED, GObject)
#   34|   
#   35|   struct _AsProvidedClass {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def124]
AppStream-1.1.0/src/as-relation-check-result.c:187:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
AppStream-1.1.0/src/as-relation-check-result.c:186:9: acquire_resource: ‘va_start’ called here
AppStream-1.1.0/src/as-relation-check-result.c:187:25: throw: if ‘g_strdup_vprintf’ throws an exception...
AppStream-1.1.0/src/as-relation-check-result.c:187:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  185|   	g_free (priv->message);
#  186|   	va_start (args, format);
#  187|-> 	priv->message = g_strdup_vprintf (format, args);
#  188|   	va_end (args);
#  189|   }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def125]
AppStream-1.1.0/src/as-relation-check-result.h:34:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rcres’
AppStream-1.1.0/src/as-relation.c:1477:19: branch_true: following ‘true’ branch (when ‘system_info’ is NULL)...
AppStream-1.1.0/src/as-relation.c:1477:43: branch_true: ...to here
AppStream-1.1.0/src/as-relation.c:1477:43: throw: if ‘as_system_info_new’ throws an exception...
AppStream-1.1.0/src/as-relation.c:1475:42: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelationCheckResult’ from ‘as_relation_is_satisfied’
#   32|   
#   33|   #define AS_TYPE_RELATION_CHECK_RESULT (as_relation_check_result_get_type ())
#   34|-> G_DECLARE_DERIVABLE_TYPE (AsRelationCheckResult,
#   35|   			  as_relation_check_result,
#   36|   			  AS,

Error: GCC_ANALYZER_WARNING (CWE-457): [#def126]
AppStream-1.1.0/src/as-relation-check-result.h:34:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rcr’
AppStream-1.1.0/tests/test-misc.c:311:1: enter_function: entry to ‘test_relation_satisfy_check’
AppStream-1.1.0/tests/test-misc.c:319:19: throw: if ‘as_system_info_new’ throws an exception...
AppStream-1.1.0/tests/test-misc.c:317:27: call_function: inlined call to ‘glib_autoptr_cleanup_GError’ from ‘test_relation_satisfy_check’
AppStream-1.1.0/tests/test-misc.c:316:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_relation_satisfy_check’
AppStream-1.1.0/tests/test-misc.c:315:42: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelationCheckResult’ from ‘test_relation_satisfy_check’
#   32|   
#   33|   #define AS_TYPE_RELATION_CHECK_RESULT (as_relation_check_result_get_type ())
#   34|-> G_DECLARE_DERIVABLE_TYPE (AsRelationCheckResult,
#   35|   			  as_relation_check_result,
#   36|   			  AS,

Error: GCC_ANALYZER_WARNING (CWE-457): [#def127]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ctl_relation1’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1773:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1772:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def128]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ctl_relation2’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1774:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1773:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def129]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘dl_relation1’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1771:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1770:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def130]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘dl_relation2’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1772:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1771:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def131]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘id_relation’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1770:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1769:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def132]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘internet_relation1’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1775:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1774:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def133]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘internet_relation2’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1776:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1775:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def134]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘internet_relation3’
AppStream-1.1.0/tests/test-xmldata.c:1778:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-xmldata.c:1776:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def135]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘kernel_relation’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1769:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1768:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def136]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘mem_relation’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1767:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1766:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def137]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘moda_relation’
AppStream-1.1.0/tests/test-xmldata.c:1762:1: enter_function: entry to ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1858:15: return_function: returning to ‘test_xml_write_relations’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1768:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
AppStream-1.1.0/tests/test-xmldata.c:1767:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_xml_write_relations’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def138]
AppStream-1.1.0/src/as-relation.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘relation’
AppStream-1.1.0/tests/test-misc.c:311:1: enter_function: entry to ‘test_relation_satisfy_check’
AppStream-1.1.0/tests/test-misc.c:316:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_relation_satisfy_check’
AppStream-1.1.0/tests/test-misc.c:314:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelation’ from ‘test_relation_satisfy_check’
#   36|   
#   37|   #define AS_TYPE_RELATION (as_relation_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsRelation, as_relation, AS, RELATION, GObject)
#   39|   
#   40|   struct _AsRelationClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def139]
AppStream-1.1.0/src/as-release-list.h:57:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘releases’
AppStream-1.1.0/src/as-metadata.c:877:29: throw: if ‘g_bytes_get_data’ throws an exception...
AppStream-1.1.0/src/as-metadata.c:872:34: call_function: inlined call to ‘glib_autoptr_cleanup_AsReleaseList’ from ‘as_metadata_parse_releases_bytes’
#   55|   #define AS_RELEASE_LIST(obj) \
#   56|   	(G_TYPE_CHECK_INSTANCE_CAST ((obj), AS_TYPE_RELEASE_LIST, AsReleaseList))
#   57|-> G_DEFINE_AUTOPTR_CLEANUP_FUNC (AsReleaseList, g_object_unref)
#   58|   
#   59|   /**

Error: GCC_ANALYZER_WARNING (CWE-457): [#def140]
AppStream-1.1.0/src/as-release.h:36:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rel1’
AppStream-1.1.0/tests/test-yamldata.c:1673:1: enter_function: entry to ‘test_yaml_write_releases’
AppStream-1.1.0/tests/test-yamldata.c:1677:30: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelease’ from ‘test_yaml_write_releases’
AppStream-1.1.0/tests/test-yamldata.c:1676:30: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelease’ from ‘test_yaml_write_releases’
#   34|   
#   35|   #define AS_TYPE_RELEASE (as_release_get_type ())
#   36|-> G_DECLARE_DERIVABLE_TYPE (AsRelease, as_release, AS, RELEASE, GObject)
#   37|   
#   38|   struct _AsReleaseClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def141]
AppStream-1.1.0/src/as-release.h:36:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rel2’
AppStream-1.1.0/tests/test-yamldata.c:1673:1: enter_function: entry to ‘test_yaml_write_releases’
AppStream-1.1.0/tests/test-yamldata.c:1678:31: call_function: inlined call to ‘glib_autoptr_cleanup_AsArtifact’ from ‘test_yaml_write_releases’
AppStream-1.1.0/tests/test-yamldata.c:1677:30: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelease’ from ‘test_yaml_write_releases’
#   34|   
#   35|   #define AS_TYPE_RELEASE (as_release_get_type ())
#   36|-> G_DECLARE_DERIVABLE_TYPE (AsRelease, as_release, AS, RELEASE, GObject)
#   37|   
#   38|   struct _AsReleaseClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def142]
AppStream-1.1.0/src/as-release.h:36:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘release’
AppStream-1.1.0/src/as-release-list.c:443:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-release-list.c:451:17: branch_false: ...to here
AppStream-1.1.0/src/as-release-list.c:452:47: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
AppStream-1.1.0/src/as-release-list.c:453:21: branch_true: ...to here
AppStream-1.1.0/src/as-release-list.c:457:29: throw: if ‘as_release_load_from_xml’ throws an exception...
AppStream-1.1.0/src/as-release-list.c:456:46: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelease’ from ‘as_release_list_load_from_bytes’
#   34|   
#   35|   #define AS_TYPE_RELEASE (as_release_get_type ())
#   36|-> G_DECLARE_DERIVABLE_TYPE (AsRelease, as_release, AS, RELEASE, GObject)
#   37|   
#   38|   struct _AsReleaseClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def143]
AppStream-1.1.0/src/as-release.h:36:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘rel’
AppStream-1.1.0/src/as-news-convert.c:981:1: enter_function: entry to ‘as_news_to_releases_from_data’
AppStream-1.1.0/src/as-news-convert.c:989:12: branch_true: following ‘true’ branch (when ‘kind == 1’)...
AppStream-1.1.0/src/as-news-convert.c:990:28: branch_true: ...to here
AppStream-1.1.0/src/as-news-convert.c:990:28: call_function: calling ‘as_news_yaml_to_releases’ from ‘as_news_to_releases_from_data’
#   34|   
#   35|   #define AS_TYPE_RELEASE (as_release_get_type ())
#   36|-> G_DECLARE_DERIVABLE_TYPE (AsRelease, as_release, AS, RELEASE, GObject)
#   37|   
#   38|   struct _AsReleaseClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def144]
AppStream-1.1.0/src/as-screenshot.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘scr1’
AppStream-1.1.0/tests/test-xmldata.c:1500:1: enter_function: entry to ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1609:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1609:15: return_function: returning to ‘test_xml_write_screenshots’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1505:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1504:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
#   36|   
#   37|   #define AS_TYPE_SCREENSHOT (as_screenshot_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsScreenshot, as_screenshot, AS, SCREENSHOT, GObject)
#   39|   
#   40|   struct _AsScreenshotClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def145]
AppStream-1.1.0/src/as-screenshot.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘scr2’
AppStream-1.1.0/tests/test-xmldata.c:1500:1: enter_function: entry to ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1609:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1609:15: return_function: returning to ‘test_xml_write_screenshots’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1506:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1505:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
#   36|   
#   37|   #define AS_TYPE_SCREENSHOT (as_screenshot_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsScreenshot, as_screenshot, AS, SCREENSHOT, GObject)
#   39|   
#   40|   struct _AsScreenshotClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def146]
AppStream-1.1.0/src/as-screenshot.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘scr3’
AppStream-1.1.0/tests/test-xmldata.c:1500:1: enter_function: entry to ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1609:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1609:15: return_function: returning to ‘test_xml_write_screenshots’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1507:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1506:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
#   36|   
#   37|   #define AS_TYPE_SCREENSHOT (as_screenshot_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsScreenshot, as_screenshot, AS, SCREENSHOT, GObject)
#   39|   
#   40|   struct _AsScreenshotClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def147]
AppStream-1.1.0/src/as-screenshot.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘scr4’
AppStream-1.1.0/tests/test-xmldata.c:1500:1: enter_function: entry to ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1609:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1609:15: return_function: returning to ‘test_xml_write_screenshots’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:1508:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
AppStream-1.1.0/tests/test-xmldata.c:1507:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
#   36|   
#   37|   #define AS_TYPE_SCREENSHOT (as_screenshot_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsScreenshot, as_screenshot, AS, SCREENSHOT, GObject)
#   39|   
#   40|   struct _AsScreenshotClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def148]
AppStream-1.1.0/src/as-screenshot.h:38:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘scr5’
AppStream-1.1.0/tests/test-xmldata.c:1512:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-xmldata.c:1508:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsScreenshot’ from ‘test_xml_write_screenshots’
#   36|   
#   37|   #define AS_TYPE_SCREENSHOT (as_screenshot_get_type ())
#   38|-> G_DECLARE_DERIVABLE_TYPE (AsScreenshot, as_screenshot, AS, SCREENSHOT, GObject)
#   39|   
#   40|   struct _AsScreenshotClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def149]
AppStream-1.1.0/src/as-suggested.h:34:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sug_hr’
AppStream-1.1.0/tests/test-xmldata.c:862:1: enter_function: entry to ‘test_xml_write_suggests’
AppStream-1.1.0/tests/test-xmldata.c:887:15: throw: if ‘as_component_new’ throws an exception...
AppStream-1.1.0/tests/test-xmldata.c:867:27: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘test_xml_write_suggests’
AppStream-1.1.0/tests/test-xmldata.c:866:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsSuggested’ from ‘test_xml_write_suggests’
#   32|   
#   33|   #define AS_TYPE_SUGGESTED (as_suggested_get_type ())
#   34|-> G_DECLARE_DERIVABLE_TYPE (AsSuggested, as_suggested, AS, SUGGESTED, GObject)
#   35|   
#   36|   struct _AsSuggestedClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def150]
AppStream-1.1.0/src/as-suggested.h:34:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sug_us’
AppStream-1.1.0/tests/test-xmldata.c:862:1: enter_function: entry to ‘test_xml_write_suggests’
AppStream-1.1.0/tests/test-xmldata.c:902:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_suggests’
AppStream-1.1.0/tests/test-xmldata.c:902:15: return_function: returning to ‘test_xml_write_suggests’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:907:15: call_function: calling ‘as_xml_test_serialize’ from ‘test_xml_write_suggests’
AppStream-1.1.0/tests/test-xmldata.c:907:15: return_function: returning to ‘test_xml_write_suggests’ from ‘as_xml_test_serialize’
AppStream-1.1.0/tests/test-xmldata.c:866:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsSuggested’ from ‘test_xml_write_suggests’
AppStream-1.1.0/tests/test-xmldata.c:865:32: call_function: inlined call to ‘glib_autoptr_cleanup_AsSuggested’ from ‘test_xml_write_suggests’
#   32|   
#   33|   #define AS_TYPE_SUGGESTED (as_suggested_get_type ())
#   34|-> G_DECLARE_DERIVABLE_TYPE (AsSuggested, as_suggested, AS, SUGGESTED, GObject)
#   35|   
#   36|   struct _AsSuggestedClass {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def151]
AppStream-1.1.0/src/as-system-info.c:267:62: warning[-Wanalyzer-null-argument]: use of NULL ‘dvalue’ where non-null expected
AppStream-1.1.0/src/as-system-info.c:1239:1: enter_function: entry to ‘as_get_current_distro_component_id’
AppStream-1.1.0/src/as-system-info.c:1242:16: call_function: calling ‘as_system_info_get_os_cid’ from ‘as_get_current_distro_component_id’
#  265|   			if (g_str_has_prefix (dvalue, "\"")) {
#  266|   				gchar *tmp;
#  267|-> 				tmp = g_strndup (dvalue + 1, strlen (dvalue) - 2);
#  268|   				g_free (dvalue);
#  269|   				dvalue = tmp;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def152]
AppStream-1.1.0/src/as-system-info.c:572:31: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(root_path)’
AppStream-1.1.0/src/as-system-info.c:686:1: enter_function: entry to ‘as_system_info_has_device_matching_modalias’
AppStream-1.1.0/src/as-system-info.c:689:9: call_function: calling ‘as_system_info_populate_modaliases’ from ‘as_system_info_has_device_matching_modalias’
#  570|   
#  571|   	if ((dir = opendir (root_path)) != NULL) {
#  572|-> 		while ((ent = readdir (dir)) != NULL) {
#  573|   			if (ent->d_type == DT_LNK)
#  574|   				continue;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def153]
AppStream-1.1.0/src/as-system-info.h:35:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sysinfo’
AppStream-1.1.0/src/as-relation.c:1468:1: enter_function: entry to ‘as_relation_is_satisfied’
AppStream-1.1.0/src/as-relation.c:1475:42: call_function: inlined call to ‘glib_autoptr_cleanup_AsRelationCheckResult’ from ‘as_relation_is_satisfied’
AppStream-1.1.0/src/as-relation.c:1474:33: call_function: inlined call to ‘glib_autoptr_cleanup_AsSystemInfo’ from ‘as_relation_is_satisfied’
#   33|   
#   34|   #define AS_TYPE_SYSTEM_INFO (as_system_info_get_type ())
#   35|-> G_DECLARE_DERIVABLE_TYPE (AsSystemInfo, as_system_info, AS, SYSTEM_INFO, GObject)
#   36|   
#   37|   struct _AsSystemInfoClass {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def154]
AppStream-1.1.0/src/as-translation.h:33:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘tr’
AppStream-1.1.0/tests/test-compose.c:895:1: enter_function: entry to ‘test_compose_source_locale’
AppStream-1.1.0/tests/test-compose.c:905:15: throw: if ‘asc_unit_open’ throws an exception...
AppStream-1.1.0/tests/test-compose.c:902:37: call_function: inlined call to ‘glib_autoptr_cleanup_AscDirectoryUnit’ from ‘test_compose_source_locale’
AppStream-1.1.0/tests/test-compose.c:901:34: call_function: inlined call to ‘glib_autoptr_cleanup_AsTranslation’ from ‘test_compose_source_locale’
#   31|   
#   32|   #define AS_TYPE_TRANSLATION (as_translation_get_type ())
#   33|-> G_DECLARE_DERIVABLE_TYPE (AsTranslation, as_translation, AS, TRANSLATION, GObject)
#   34|   
#   35|   struct _AsTranslationClass {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def155]
AppStream-1.1.0/src/as-utils.c:1015:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(source, "rb")’
AppStream-1.1.0/src/as-utils.c:1003:16: acquire_resource: opened here
AppStream-1.1.0/src/as-utils.c:1004:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1013:17: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1014:12: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-utils.c:1019:42: branch_true: ...to here
AppStream-1.1.0/src/as-utils.c:1015:17: throw: if ‘g_file_error_quark’ throws an exception...
AppStream-1.1.0/src/as-utils.c:1015:17: danger: ‘fopen(source, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/31/codeFlows/0/threadFlows/0/locations/0)
# 1013|   	fdest = fopen (destination, "wb");
# 1014|   	if (fdest == NULL) {
# 1015|-> 		g_set_error (error,
# 1016|   			     G_FILE_ERROR,
# 1017|   			     G_FILE_ERROR_FAILED,

Error: GCC_ANALYZER_WARNING (CWE-401): [#def156]
AppStream-1.1.0/src/as-utils.c:1015:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(source, "rb")’
AppStream-1.1.0/src/as-utils.c:1003:16: acquire_memory: allocated here
AppStream-1.1.0/src/as-utils.c:1004:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1013:17: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1014:12: branch_true: following ‘true’ branch...
AppStream-1.1.0/src/as-utils.c:1019:42: branch_true: ...to here
AppStream-1.1.0/src/as-utils.c:1015:17: throw: if ‘g_file_error_quark’ throws an exception...
AppStream-1.1.0/src/as-utils.c:1015:17: danger: ‘fopen(source, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/32/codeFlows/0/threadFlows/0/locations/0)
# 1013|   	fdest = fopen (destination, "wb");
# 1014|   	if (fdest == NULL) {
# 1015|-> 		g_set_error (error,
# 1016|   			     G_FILE_ERROR,
# 1017|   			     G_FILE_ERROR_FAILED,

Error: GCC_ANALYZER_WARNING (CWE-775): [#def157]
AppStream-1.1.0/src/as-utils.c:1025:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(destination, "wb")’
AppStream-1.1.0/src/as-utils.c:1004:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1013:17: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1013:17: acquire_resource: opened here
AppStream-1.1.0/src/as-utils.c:1014:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1014:12: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1025:21: throw: if ‘fgetc’ throws an exception...
AppStream-1.1.0/src/as-utils.c:1025:21: danger: ‘fopen(destination, "wb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/36/codeFlows/0/threadFlows/0/locations/2)
# 1023|   
# 1024|   	while (TRUE) {
# 1025|-> 		a = fgetc (fsrc);
# 1026|   
# 1027|   		if (!feof (fsrc))

Error: GCC_ANALYZER_WARNING (CWE-775): [#def158]
AppStream-1.1.0/src/as-utils.c:1025:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(source, "rb")’
AppStream-1.1.0/src/as-utils.c:1003:16: acquire_resource: opened here
AppStream-1.1.0/src/as-utils.c:1004:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1013:17: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1014:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1014:12: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1025:21: throw: if ‘fgetc’ throws an exception...
AppStream-1.1.0/src/as-utils.c:1025:21: danger: ‘fopen(source, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/35/codeFlows/0/threadFlows/0/locations/0)
# 1023|   
# 1024|   	while (TRUE) {
# 1025|-> 		a = fgetc (fsrc);
# 1026|   
# 1027|   		if (!feof (fsrc))

Error: GCC_ANALYZER_WARNING (CWE-401): [#def159]
AppStream-1.1.0/src/as-utils.c:1025:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(destination, "wb")’
AppStream-1.1.0/src/as-utils.c:1004:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1013:17: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1013:17: acquire_memory: allocated here
AppStream-1.1.0/src/as-utils.c:1014:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1014:12: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1025:21: throw: if ‘fgetc’ throws an exception...
AppStream-1.1.0/src/as-utils.c:1025:21: danger: ‘fopen(destination, "wb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/38/codeFlows/0/threadFlows/0/locations/2)
# 1023|   
# 1024|   	while (TRUE) {
# 1025|-> 		a = fgetc (fsrc);
# 1026|   
# 1027|   		if (!feof (fsrc))

Error: GCC_ANALYZER_WARNING (CWE-401): [#def160]
AppStream-1.1.0/src/as-utils.c:1025:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(source, "rb")’
AppStream-1.1.0/src/as-utils.c:1003:16: acquire_memory: allocated here
AppStream-1.1.0/src/as-utils.c:1004:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1013:17: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1014:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/src/as-utils.c:1014:12: branch_false: ...to here
AppStream-1.1.0/src/as-utils.c:1025:21: throw: if ‘fgetc’ throws an exception...
AppStream-1.1.0/src/as-utils.c:1025:21: danger: ‘fopen(source, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/37/codeFlows/0/threadFlows/0/locations/0)
# 1023|   
# 1024|   	while (TRUE) {
# 1025|-> 		a = fgetc (fsrc);
# 1026|   
# 1027|   		if (!feof (fsrc))

Error: GCC_ANALYZER_WARNING (CWE-457): [#def161]
AppStream-1.1.0/src/as-validator.h:34:1: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘validator’
AppStream-1.1.0/tools/ascli-actions-validate.c:608:1: enter_function: entry to ‘ascli_validate_tree_format’
AppStream-1.1.0/tools/ascli-actions-validate.c:614:12: branch_false: following ‘false’ branch...
AppStream-1.1.0/tools/ascli-actions-validate.c:626:13: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-validate.c:626:12: branch_true: following ‘true’ branch...
AppStream-1.1.0/tools/ascli-actions-validate.c:629:35: branch_true: ...to here
AppStream-1.1.0/tools/ascli-actions-validate.c:631:20: branch_false: following ‘false’ branch (when ‘root_dir’ is non-NULL)...
AppStream-1.1.0/tools/ascli-actions-validate.c:637:29: branch_false: ...to here
AppStream-1.1.0/tools/ascli-actions-validate.c:637:29: throw: if ‘as_validator_new’ throws an exception...
AppStream-1.1.0/tools/ascli-actions-validate.c:629:35: call_function: calling ‘g_autoptr_cleanup_generic_gfree’ from ‘ascli_validate_tree_format’
AppStream-1.1.0/tools/ascli-actions-validate.c:628:40: call_function: inlined call to ‘glib_autoptr_cleanup_AsValidator’ from ‘ascli_validate_tree_format’
#   32|   
#   33|   #define AS_TYPE_VALIDATOR (as_validator_get_type ())
#   34|-> G_DECLARE_DERIVABLE_TYPE (AsValidator, as_validator, AS, VALIDATOR, GObject)
#   35|   
#   36|   struct _AsValidatorClass {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def162]
AppStream-1.1.0/src/as-xml.c:1061:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
AppStream-1.1.0/src/as-xml.c:1053:9: branch_true: following ‘true’ branch (when ‘error_str_ptr’ is non-NULL)...
AppStream-1.1.0/src/as-xml.c:1055:9: branch_true: ...to here
AppStream-1.1.0/src/as-xml.c:1060:9: acquire_resource: ‘va_start’ called here
AppStream-1.1.0/src/as-xml.c:1061:9: throw: if ‘g_string_append_vprintf’ throws an exception...
AppStream-1.1.0/src/as-xml.c:1061:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
# 1059|   
# 1060|   	va_start (arg_ptr, format);
# 1061|-> 	g_string_append_vprintf (str, format, arg_ptr);
# 1062|   	va_end (arg_ptr);
# 1063|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def163]
AppStream-1.1.0/tools/ascli-utils.c:141:27: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
AppStream-1.1.0/tools/ascli-utils.c:143:9: acquire_resource: ‘va_start’ called here
AppStream-1.1.0/tools/ascli-utils.c:144:15: throw: if ‘g_strdup_vprintf’ throws an exception...
AppStream-1.1.0/tools/ascli-utils.c:141:27: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  139|   {
#  140|   	va_list args;
#  141|-> 	g_autofree gchar *str = NULL;
#  142|   
#  143|   	va_start (args, format);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def164]
AppStream-1.1.0/tools/ascli-utils.c:160:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
AppStream-1.1.0/tools/ascli-utils.c:159:9: acquire_resource: ‘va_start’ called here
AppStream-1.1.0/tools/ascli-utils.c:160:15: throw: if ‘g_strdup_vprintf’ throws an exception...
AppStream-1.1.0/tools/ascli-utils.c:160:15: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  158|   
#  159|   	va_start (args, format);
#  160|-> 	str = g_strdup_vprintf (format, args);
#  161|   	va_end (args);
#  162|   

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-207.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-nameappstream-1.1.0-1.fc44
store-results-to/tmp/tmphq0kxeyl/appstream-1.1.0-1.fc44.tar.xz
time-created2026-01-08 15:26:49
time-finished2026-01-08 15:30:27
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmphq0kxeyl/appstream-1.1.0-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmphq0kxeyl/appstream-1.1.0-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9