diff mbox series

[[openembedded-core,kirkstone] musl: backport fix for CVE-2025-26519 to LTS branches] [openembedded-core,kirkstone] musl: backport fix for CVE-2025-26519 to LTS branches

Message ID 20251014172845.11698-1-phanirajkiran.a@gmail.com
State New
Headers show
Series [[openembedded-core,kirkstone] musl: backport fix for CVE-2025-26519 to LTS branches] [openembedded-core,kirkstone] musl: backport fix for CVE-2025-26519 to LTS branches | expand

Commit Message

Mallapuram Phani raj kiran Oct. 14, 2025, 5:28 p.m. UTC
Fixes [YOCTO #15932]

The musl libc code in LTS (kirkstone) is missing
the fix addressing CVE-2025-26519.  This patch backports the upstream
changes (or applies the required fix) so that LTS builds include it.

Reference:
https://nvd.nist.gov/vuln/detail/CVE-2025-26519

Upstream-Status:
[https://git.musl-libc.org/cgit/musl/commit/src/locale/iconv.c?id=e5adcd97b5196e29991b524237381a0202a60659]
[https://git.musl-libc.org/cgit/musl/commit/src/locale/iconv.c?id=c47ad25ea3b484e10326f933e927c0bc8cded3da]

(From OE-Core rev: 0d11c9103f072841baf39166efc133f2a20fc4dc)

Signed-off-by: Mallapuram Phani raj kiran <phanirajkiran.a@gmail.com>
Signed-off-by: Gunda Swetha <swetha12g@gmail.com>

Reported-by: Cristian Morales Vega
---
 ...1-kirkstone-musl-backport-fix-for-CVE-2025-26519-to-LT.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/musl/musl/0001-kirkstone-musl-backport-fix-for-CVE-2025-26519-to-LT.patch b/meta/recipes-core/musl/musl/0001-kirkstone-musl-backport-fix-for-CVE-2025-26519-to-LT.patch
index 3faacf9145..5db50c27d9 100644
--- a/meta/recipes-core/musl/musl/0001-kirkstone-musl-backport-fix-for-CVE-2025-26519-to-LT.patch
+++ b/meta/recipes-core/musl/musl/0001-kirkstone-musl-backport-fix-for-CVE-2025-26519-to-LT.patch
@@ -1,7 +1,7 @@ 
 From ae865075dc7e1acd0cb7ee9417758c8e060800ed Mon Sep 17 00:00:00 2001
 From: Mallapuram Phani raj kiran <phanirajkiran.a@gmail.com>
 Date: Tue, 14 Oct 2025 20:36:36 +0530
-Subject: [kirkstone] musl: backport fix for CVE-2025-26519 to LTS
+Subject: [openembedded-core,kirkstone] musl: backport fix for CVE-2025-26519 to LTS
  branches
 
 Fixes [YOCTO #15932]