From 92a479105b93e0649c6d0893665de685ff5b2a78 Mon Sep 17 00:00:00 2001 From: SuperSix173 Date: Mon, 4 Sep 2023 19:07:36 +0800 Subject: [PATCH] correct patch's commit message Signed-off-by: SuperSix173 --- backport-CVE-2023-39128.patch | 6 +++--- gdb.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/backport-CVE-2023-39128.patch b/backport-CVE-2023-39128.patch index 27e89a1..894329d 100644 --- a/backport-CVE-2023-39128.patch +++ b/backport-CVE-2023-39128.patch @@ -1,6 +1,6 @@ -From c2596d1409817bc590f0f95f6a4b952f37198001 Mon Sep 17 00:00:00 2001 -From: liningjie -Date: Fri, 28 Jul 2023 13:25:11 +0800 +From 033bc52bb6190393c8eed80925fa78cc35b40c6d Mon Sep 17 00:00:00 2001 +From: Tom Tromey +Date: Wed, 16 Aug 2023 11:29:19 -0600 Subject: [PATCH] Avoid buffer overflow in ada_decode A bug report pointed out a buffer overflow in ada_decode, which Keith diff --git a/gdb.spec b/gdb.spec index 774f843..13156e9 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,6 +1,6 @@ Name: gdb Version: 11.1 -Release: 4 +Release: 5 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL-1.3 Source: ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.xz @@ -378,6 +378,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %{_infodir}/gdb.info* %changelog +* Mon Sep 4 2023 Liu Chao - 11.1-5 +- correct patch's commit message + * Sat Sep 2 2023 liningjie - 11.1-4 - fix CVE-2023-39128 -- Gitee