correct patch's commit message

Signed-off-by: SuperSix173 <liuchao173@huawei.com>
(cherry picked from commit 44afc64fbb22beb913ce9792111ee813ee268941)
This commit is contained in:
SuperSix173 2023-09-04 19:05:32 +08:00 committed by openeuler-sync-bot
parent 11ef4729d7
commit 0a1bf7617d
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
From 97a2288fb7aa2078b5a63166819ed8b33fc71ab2 Mon Sep 17 00:00:00 2001
From: liningjie <liningjie@xfusion.com>
Date: Fri, 28 Jul 2023 14:00:03 +0800
From 033bc52bb6190393c8eed80925fa78cc35b40c6d Mon Sep 17 00:00:00 2001
From: Tom Tromey <tromey@adacore.com>
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

View File

@ -1,6 +1,6 @@
Name: gdb
Version: 9.2
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
@ -395,6 +395,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py
%{_infodir}/gdb.info*
%changelog
* Mon Sep 4 2023 Liu Chao <liuchao173@huawei.com> - 9.2-5
- correct patch's commit message
* Sun Sep 3 2023 liningjie <liningjie@xfusion.com> - 9.2-4
- fix CVE-2023-39128