Accepting request 706687 from home:vitezslav_cizek:branches:network
- Fix a crash with GSSAPI key exchange (bsc#1136104) * modify openssh-7.7p1-gssapi_key_exchange.patch OBS-URL: https://build.opensuse.org/request/show/706687 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=189
This commit is contained in:
parent
bd816c8da4
commit
a0c02d63e8
@ -1647,7 +1647,7 @@ Index: openssh-7.9p1/kexgsss.c
|
||||
+ if (dh == NULL)
|
||||
+ packet_disconnect("Protocol error: no matching group found");
|
||||
+
|
||||
+ DH_set0_pqg(dh, &p, NULL, &g);
|
||||
+ DH_get0_pqg(dh, &p, NULL, &g);
|
||||
+ packet_start(SSH2_MSG_KEXGSS_GROUP);
|
||||
+ packet_put_bignum2((BIGNUM *)p);
|
||||
+ packet_put_bignum2((BIGNUM *)g);
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 11:14:42 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
|
||||
|
||||
- Fix a crash with GSSAPI key exchange (bsc#1136104)
|
||||
* modify openssh-7.7p1-gssapi_key_exchange.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 12:55:13 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user