Fix a potential illegal memory access when copying a corrupt input file.
Resolves: RHEL-142281
This commit is contained in:
parent
86c628e87a
commit
903eb27016
@ -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 <nickc@redhat.com> - 2.35.2-72
|
||||
- Fix a potential illegal memory access when copying a corrupt input file. (RHEL-142281)
|
||||
|
||||
* Tue Dec 16 2025 Nick Clifton <nickc@redhat.com> - 2.35.2-71
|
||||
- Fix a potential illegal memory access when copying a corrupt input file. (RHEL-132287)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user