Bugzilla – Attachment 806544 Details for
Bug 1136104
sshd crash with GSSAPIKeyExchange setting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Change for the openssh-7.7p1-gssapi_key_exchange.patch
gssapi-patch-change.patch (text/plain), 621 bytes, created by
Vítězslav Čížek
on 2019-05-31 13:58:40 UTC
(
hide
)
Description:
Change for the openssh-7.7p1-gssapi_key_exchange.patch
Filename:
MIME Type:
Creator:
Vítězslav Čížek
Created:
2019-05-31 13:58:40 UTC
Size:
621 bytes
patch
obsolete
>Index: openssh-7.7p1-gssapi_key_exchange.patch >=================================================================== >--- openssh-7.7p1-gssapi_key_exchange.patch (revision 188) >+++ openssh-7.7p1-gssapi_key_exchange.patch (revision 2) >@@ -1647,7 +1647,7 @@ > + 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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 1136104
:
805870
|
805871
|
806051
|
806053
|
806234
| 806544