From 7d7d1324716d3dc1a1e7697be84aa1bf4306d26b Mon Sep 17 00:00:00 2001 From: Harish Sadineni Date: Sun, 19 Jul 2026 23:45:24 -0700 Subject: [PATCH] binutils: Add CVE-2025-69646 to "CVE:" tag Bugzilla bug 33641 (assigned CVE-2025-69648) has been resolved as a duplicate of bug 33638 (assigned CVE-2025-69646): https://sourceware.org/bugzilla/show_bug.cgi?id=33641 The existing patch already fixes the issue associated with both CVEs. Update the "CVE:" tag to reference both identifiers. (From OE-Core rev: b6cffcce711a1285ffba7f39e7acf5861fda6486) Signed-off-by: Harish Sadineni Signed-off-by: Yoann Congal Signed-off-by: Paul Barker --- meta/recipes-devtools/binutils/binutils/CVE-2025-69648.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/binutils/binutils/CVE-2025-69648.patch b/meta/recipes-devtools/binutils/binutils/CVE-2025-69648.patch index e04d7ed6c2..e123273338 100644 --- a/meta/recipes-devtools/binutils/binutils/CVE-2025-69648.patch +++ b/meta/recipes-devtools/binutils/binutils/CVE-2025-69648.patch @@ -19,7 +19,7 @@ length field. (display_debug_ranges): Check display_debug_rnglists_unit_header return status. Stop output on error. -CVE: CVE-2025-69648 +CVE: CVE-2025-69648 CVE-2025-69646 Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=598704a00cbac5e85c2bedd363357b5bf6fcee33] (cherry picked from commit 598704a00cbac5e85c2bedd363357b5bf6fcee33)