Bugzilla – Attachment 2769 Details for
Bug 2515
Implement diffie-hellman-group{14,15,16)-sha256
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix first_kex_follows
firstfollows.diff (text/plain), 389 bytes, created by
Matt Johnston
on 2015-12-13 00:55:38 AEDT
(
hide
)
Description:
Fix first_kex_follows
Filename:
MIME Type:
Creator:
Matt Johnston
Created:
2015-12-13 00:55:38 AEDT
Size:
389 bytes
patch
obsolete
>diff --git a/kex.c b/kex.c >index 8243164..5be553a 100644 >--- a/kex.c >+++ b/kex.c >@@ -287,7 +287,7 @@ kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) > (r = sshbuf_get_u32(b, &i)) != 0) > goto out; > if (first_kex_follows != NULL) >- *first_kex_follows = i; >+ *first_kex_follows = v; > debug2("first_kex_follows %d ", v); > debug2("reserved %u ", i); > r = 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2515
:
2766
|
2767
|
2768
| 2769 |
2808