Blame SOURCES/libipt-gcc11.patch

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