correct patch's commit message
Signed-off-by: SuperSix173 <liuchao173@huawei.com> (cherry picked from commit 44afc64fbb22beb913ce9792111ee813ee268941)
This commit is contained in:
parent
11ef4729d7
commit
0a1bf7617d
@ -1,6 +1,6 @@
|
|||||||
From 97a2288fb7aa2078b5a63166819ed8b33fc71ab2 Mon Sep 17 00:00:00 2001
|
From 033bc52bb6190393c8eed80925fa78cc35b40c6d Mon Sep 17 00:00:00 2001
|
||||||
From: liningjie <liningjie@xfusion.com>
|
From: Tom Tromey <tromey@adacore.com>
|
||||||
Date: Fri, 28 Jul 2023 14:00:03 +0800
|
Date: Wed, 16 Aug 2023 11:29:19 -0600
|
||||||
Subject: [PATCH] Avoid buffer overflow in ada_decode
|
Subject: [PATCH] Avoid buffer overflow in ada_decode
|
||||||
|
|
||||||
A bug report pointed out a buffer overflow in ada_decode, which Keith
|
A bug report pointed out a buffer overflow in ada_decode, which Keith
|
||||||
|
|||||||
5
gdb.spec
5
gdb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 9.2
|
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
|
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
|
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*
|
%{_infodir}/gdb.info*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 3 2023 liningjie <liningjie@xfusion.com> - 9.2-4
|
||||||
- fix CVE-2023-39128
|
- fix CVE-2023-39128
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user