diff --git a/backport-CVE-2023-39128.patch b/backport-CVE-2023-39128.patch index 27e89a103477976e91b82e4095a6a38a6f7cebf0..894329def2aa1c8113c573335e7b7629d5e73dd8 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 87c53d64cbd49667355ccad742a1a4454f7a37f1..3ffe066944c3f3a5e3e053ef6ab163605195be5d 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,6 +1,6 @@ Name: gdb Version: 11.1 -Release: 5 +Release: 6 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 @@ -379,6 +379,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-6 +- correct patch's commit message + * Sat Sep 2 2023 liningjie - 11.1-5 - fix CVE-2023-39128