Fix problems reading dwz created debug info files.

Resolves: RHEL-84080
This commit is contained in:
Nick Clifton 2025-03-20 07:48:44 +00:00
parent 5220a3e42b
commit 8c360fe77e
2 changed files with 1695 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.30
Release: 125%{?dist}
Release: 126%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -667,6 +667,10 @@ Patch110: binutils-CVE-2018-12699-part6-PR28862.patch
# Lifetime: 2.35
Patch111: binutils-CVE-2018-12699-part7-PR28718.patch
# Purpose: Add support to the BFD library for separate debuginfo files created by dwz.
# Lifetime: 2.35
Patch112: binutils-Add-BFD-support-for-dwz-files.patch
#----------------------------------------------------------------------------
Provides: bundled(libiberty)
@ -1254,6 +1258,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Wed Nov 06 2024 Nick Clifton <nickc@redhat.com> - 2.30-126
- Fix problems reading dwz created debug info files. (RHEL-84080)
* Wed Nov 06 2024 Nick Clifton <nickc@redhat.com> - 2.30-125
- Fix illegal memory accesses when parsing corrupt a.out format files. (RHEL-64927)