diff --git a/binutils-CVE-2025-7546.patch b/binutils-error-on-corrupted-group.patch similarity index 100% rename from binutils-CVE-2025-7546.patch rename to binutils-error-on-corrupted-group.patch diff --git a/binutils.spec b/binutils.spec index 3d2d941..9b7e8e2 100644 --- a/binutils.spec +++ b/binutils.spec @@ -2,7 +2,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?_with_debug:-debug} Version: 2.35.2 -Release: 71%{?dist} +Release: 72%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -541,7 +541,7 @@ Patch107: binutils-CVE-2025-11083.patch # Purpose: Stops a potential illegal memory access when copying a corrupt # input file. PR 33050 # Lifetime: Fixed in 2.46 -Patch108: binutils-CVE-2025-7546.patch +Patch108: binutils-error-on-corrupted-group.patch #---------------------------------------------------------------------------- @@ -1402,6 +1402,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Mon Jan 19 2026 Nick Clifton - 2.35.2-72 +- Fix a potential illegal memory access when copying a corrupt input file. (RHEL-142281) + * Tue Dec 16 2025 Nick Clifton - 2.35.2-71 - Fix a potential illegal memory access when copying a corrupt input file. (RHEL-132287)