| 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 |
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> ---