Bugzilla – Attachment 1620 Details for
Bug 1582
memory leak in do_ssh2_kex() routine (sshd.c)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for memory leak
memleak.1.patch (text/plain), 517 bytes, created by
Miguel Sanders
on 2009-04-02 06:17:40 AEDT
(
hide
)
Description:
Fix for memory leak
Filename:
MIME Type:
Creator:
Miguel Sanders
Created:
2009-04-02 06:17:40 AEDT
Size:
517 bytes
patch
obsolete
>--- sshd.c 2009-03-31 21:09:12.229076517 +0200 >+++ sshd-new.c 2009-03-31 21:09:58.360270757 +0200 >@@ -2194,10 +2194,11 @@ > > myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = list_hostkey_types(); > > /* start key exchange */ > kex = kex_setup(myproposal); >+ xfree(myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS]); > kex->kex[KEX_DH_GRP1_SHA1] = kexdh_server; > kex->kex[KEX_DH_GRP14_SHA1] = kexdh_server; > kex->kex[KEX_DH_GEX_SHA1] = kexgex_server; > kex->kex[KEX_DH_GEX_SHA256] = kexgex_server; > kex->server = 1;
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 1582
: 1620