Bugzilla – Attachment 2121 Details for
Bug 1961
ECDSA memory leak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portable ssh ecdsa memory leak diff
p_ssh-ecdsa.c.patch (text/plain), 498 bytes, created by
Loganaden Velvindron
on 2011-12-18 03:33:10 AEDT
(
hide
)
Description:
portable ssh ecdsa memory leak diff
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2011-12-18 03:33:10 AEDT
Size:
498 bytes
patch
obsolete
>Index: openssh/ssh-ecdsa.c >=================================================================== >RCS file: /cvs/openssh/ssh-ecdsa.c,v >retrieving revision 1.5 >diff -u -p -r1.5 ssh-ecdsa.c >--- openssh/ssh-ecdsa.c 10 Sep 2010 01:39:27 -0000 1.5 >+++ openssh/ssh-ecdsa.c 17 Dec 2011 16:28:52 -0000 >@@ -147,6 +147,7 @@ ssh_ecdsa_verify(const Key *key, const u > fatal("%s: remaining bytes in inner sigblob", __func__); > > /* clean up */ >+ buffer_free(&bb); > memset(sigblob, 0, len); > xfree(sigblob); >
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 1961
:
2120
| 2121