Compare commits

...

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

1 changed files with 4 additions and 10 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,16 +898,10 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* 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
* Sun Dec 08 2019 Nick Clifton <nickc@redhat.com> - 2.32-17
- 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. (#1783958)
- Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1779417)
- Fix potential integer overflow in readelf. (#1740470)
- Fix potential integer overflow in GOLD. (#1739491)