diff mbox series

[kirkstone] libxml2: fix CVE id in CVE-2026-0990.patch

Message ID 20260511061630.1696436-1-kai.kang@windriver.com
State New
Headers show
Series [kirkstone] libxml2: fix CVE id in CVE-2026-0990.patch | expand

Commit Message

Kai May 11, 2026, 6:16 a.m. UTC
From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-core/libxml/libxml2/CVE-2026-0990.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/libxml/libxml2/CVE-2026-0990.patch b/meta/recipes-core/libxml/libxml2/CVE-2026-0990.patch
index e0c1e3c707..f04b3739c4 100644
--- a/meta/recipes-core/libxml/libxml2/CVE-2026-0990.patch
+++ b/meta/recipes-core/libxml/libxml2/CVE-2026-0990.patch
@@ -5,7 +5,7 @@  Subject: [PATCH] catalog: prevent inf recursion in xmlCatalogXMLResolveURI
 
 Fix https://gitlab.gnome.org/GNOME/libxml2/-/issues/1018
 
-CVE: CVE-2026-0989
+CVE: CVE-2026-0990
 Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxml2/-/commit/1961208e958ca22f80a0b4e4c9d71cfa050aa982]
 Signed-off-by: Peter Marko <peter.marko@siemens.com>
 ---