Fix a potential illegal memory access when copying a corrupt input file.

Resolves: RHEL-142279
This commit is contained in:
Nick Clifton 2026-01-22 09:30:21 +00:00
parent 8c6590c3bb
commit c052000c1f
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?_with_debug:-debug}
Version: 2.41
Release: 61%{?dist}
Release: 62%{?dist}
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
URL: https://sourceware.org/binutils
@ -400,7 +400,7 @@ Patch64: 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
Patch65: binutils-CVE-2025-7546.patch
Patch65: binutils-error-on-corrupted-group.patch
#----------------------------------------------------------------------------
@ -1441,6 +1441,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Mon Jan 19 2026 Nick Clifton <nickc@redhat.com> - 2.41-62
- Fix a potential illegal memory access when copying a corrupt input file. (RHEL-142279)
* Tue Dec 16 2025 Nick Clifton <nickc@redhat.com> - 2.41-61
- Fix a potential illegal memory access when copying a corrupt input file. (RHEL-132254)