Add ability to control the display of unicode characters.

Resolves: #2009190
This commit is contained in:
Nick Clifton 2021-11-08 18:03:06 +00:00
parent 5cb6ba877f
commit fa52291ac0
3 changed files with 2704 additions and 3 deletions

View File

@ -178,8 +178,8 @@ diff -rup binutils.orig/gas/testsuite/gas/i386/dwarf5-line-2.d binutils-2.35.2/g
+
+ The File Name Table \(offset 0x.*, lines 3, columns 3\):
+ Entry Dir MD5 Name
+ 0 1 0x0 \(indirect line string, offset: 0x.*\): master-source-file.c
+ 1 2 0x0 \(indirect line string, offset: 0x.*\): secondary source file
+ 0 1 0x0+ \(indirect line string, offset: 0x.*\): master-source-file.c
+ 1 2 0x0+ \(indirect line string, offset: 0x.*\): secondary source file
+ 2 3 0x95828e8bc4f7404dbf7526fb7bd0f192 \(indirect line string, offset: 0x.*\): foo.c
+#pass
+

View File

@ -39,7 +39,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.35.2
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -386,6 +386,10 @@ Patch47: binutils-gold-i386-gnu-property-notes.patch
# Lifetime: Fixed in 2.38
Patch48: binutils-dwarf-5-dir0.patch
# Purpose: Add options to control the display of multibyte characters. CVE 2021-42574
# Lifetime: Fixed in 2.38 (maybe)
Patch49: binutils.unicode.patch
#----------------------------------------------------------------------------
Provides: bundled(libiberty)
@ -971,6 +975,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Mon Oct 25 2021 Nick Clifton <nickc@redhat.com> - 2.32.2-10
- Add ability to control the display of unicode characters. (#2009190)
* Mon Aug 16 2021 Nick Clifton <nickc@redhat.com> - 2.32.2-9
- Add another s390x arch 14 instruction. (#1898533)

2694
binutils.unicode.patch Normal file

File diff suppressed because it is too large Load Diff