From 8519fb8886e5f37c3f08a7d43e31329c14aa50c9 Mon Sep 17 00:00:00 2001 From: orange-snn Date: Thu, 4 Jun 2020 15:36:20 +0800 Subject: [PATCH] fix heap buffer overflow --- libssh2.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libssh2.spec b/libssh2.spec index 0f6d0ba..519474a 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -89,17 +89,17 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_mandir}/man3/libssh2_*.3* %changelog -* Sat June 4 2020 songzifeng - 1.9.0-4 +* Thur Jun 4 2020 songzifeng - 1.9.0-4 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA -- DESC: fix heap buffer overflow in kex.c +- DESC:fix heap buffer overflow in kex.c * Sat May 30 2020 songzifeng - 1.9.0-3 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA -- DESC: fix use of uninitialized value in transport.c +- DESC:fix use of uninitialized value in transport.c * Sat Dec 21 2019 openEuler Buildteam - 1.9.0-2 - Type:bugfix