Blame SOURCES/libipt-gcc11.patch

093829
diff --git a/libipt/test/src/ptunit-msec_cache.c b/libipt/test/src/ptunit-msec_cache.c
093829
index 68d9daf..cfb059b 100644
093829
--- a/libipt/test/src/ptunit-msec_cache.c
093829
+++ b/libipt/test/src/ptunit-msec_cache.c
093829
@@ -296,7 +296,7 @@ static struct ptunit_result read(struct test_fixture *tfix)
093829
 static struct ptunit_result fill_nomap(struct test_fixture *tfix)
093829
 {
093829
 	const struct pt_mapped_section *msec;
093829
-	struct pt_asid asid;
093829
+	struct pt_asid asid = { 0 };
093829
 	struct pt_section *section;
093829
 	int status;
093829
 
093829
@@ -320,7 +320,7 @@ static struct ptunit_result fill(struct test_fixture *tfix)
093829
 {
093829
 	const struct pt_mapped_section *msec;
093829
 	struct pt_section *section;
093829
-	struct pt_asid asid;
093829
+	struct pt_asid asid = { 0 };
093829
 	int status;
093829
 
093829
 	status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid,