import gcc-toolset-9-binutils-2.32-17.el8_1

This commit is contained in:
CentOS Sources 2020-04-07 05:13:32 -04:00 committed by Andrew Lukoshko
parent 0cbb7bf8b3
commit 35f49739b5
1 changed files with 10 additions and 4 deletions

View File

@ -287,12 +287,12 @@ Patch35: binutils-CVE-2019-14444.patch
# Purpose: Fix a potential seg-fault in the BFD library when parsing
# pathalogical debug_info sections.
# Lifetime: Fixed in 2.34
# Lifetime: Fixed in 2.34
Patch36: binutils-CVE-2019-17451.patch
# Purpose: Fix a memory exhaustion bug in the BFD library when parsing
# corrupt DWARF debug information.
# Lifetime: Fixed in 2.34
# Lifetime: Fixed in 2.34
Patch37: binutils-CVE-2019-17450.patch
# Purpose: Add a feature to the x86/64 assembler to create
@ -898,10 +898,16 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Sun Dec 08 2019 Nick Clifton <nickc@redhat.com> - 2.32-17
* Tue Dec 17 2019 Nick Clifton <nickc@redhat.com> - 2.32-17
- Import gating tests from RHEL 8.2.0 branch.
* Tue Dec 17 2019 Nick Clifton <nickc@redhat.com> - 2.32-16
- NVR change in order to test problems with gating.
* Mon Dec 16 2019 Nick Clifton <nickc@redhat.com> - 2.32-15.1
- Fix a potential seg-fault in the BFD library when parsing pathalogical debug_info sections. (#1779255)
- Fix a potential memory exhaustion in the BFD library when parsing corrupt DWARF debug information.
- Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1779417)
- Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1783958)
- Fix potential integer overflow in readelf. (#1740470)
- Fix potential integer overflow in GOLD. (#1739491)