Compare commits

...

1 Commits

Author SHA1 Message Date
eabdullin ef5505fa72 import CS gcc-toolset-13-gdb-12.1-3.el8 2023-10-13 08:30:23 +00:00
3 changed files with 7 additions and 7 deletions

View File

@ -290,6 +290,6 @@ Patch067: gdb-gcc-13-backport-self-move-diagnostic-fix
Patch068: gdb-backport-call-check_typedef-at-beginning-of-dwarf_expr_context.patch
# Backport "Fix an illegal memory access when parsing..."
# (Nick Clifton, RHBZ 2153228)
Patch069: gdb-rhbz2153228-fail-if-sh_info-is-zero.patch
# (Nick Clifton, RHBZ 2153227)
Patch069: gdb-rhbz2153227-fail-if-sh_info-is-zero.patch

View File

@ -1,10 +1,10 @@
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
From: Nick Clifton <nickc@redhat.com>
Date: Wed, 19 Oct 2022 15:09:12 +0100
Subject: gdb-rhbz2153228-fail-if-sh_info-is-zero.patch
Subject: gdb-rhbz2153227-fail-if-sh_info-is-zero.patch
;; Backport "Fix an illegal memory access when parsing..."
;; (Nick Clifton, RHBZ 2153228)
;; (Nick Clifton, RHBZ 2153227)
PR 29699
* elf.c (_bfd_elf_slurp_version_tables): Fail if the sh_info field

View File

@ -1201,13 +1201,13 @@ fi
%endif
%changelog
* Tue Jun 13 2023 Keith Seitz <keiths@redhat.com> - 12.1-3.el9
* Tue Jun 13 2023 Keith Seitz <keiths@redhat.com> - 12.1-3.el8
- Backport "Update gdb-add-index.sh ..."
(Andrew Burgess, RHBZ 2213228)
(Andrew Burgess, RHBZ 2214593)
* Thu Apr 27 2023 Keith Seitz <keiths@redhat.com> - 12.1-2.el9
- Backport binutls/29699 "Fix an illegal memory access when parsing..."
(Nick Clifton, RHBZ 2153228)
(Nick Clifton, RHBZ 2153227)
* Tue Apr 18 2023 Keith Seitz <keiths@redhat.com> - 12.1-1.el9
- Initial import for GTS13.