Bugzilla – Attachment 2123 Details for
Bug 1962
command buffer struct is not freed before exit()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portable ssh memory leak diff
p_ssh.c.patch (text/plain), 480 bytes, created by
Loganaden Velvindron
on 2011-12-18 04:07:34 AEDT
(
hide
)
Description:
portable ssh memory leak diff
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2011-12-18 04:07:34 AEDT
Size:
480 bytes
patch
obsolete
>Index: openssh/ssh.c >=================================================================== >RCS file: /cvs/openssh/ssh.c,v >retrieving revision 1.364 >diff -u -p -r1.364 ssh.c >--- openssh/ssh.c 3 Nov 2011 23:54:22 -0000 1.364 >+++ openssh/ssh.c 17 Dec 2011 17:05:14 -0000 >@@ -947,6 +947,7 @@ main(int ac, char **av) > } > > exit_status = compat20 ? ssh_session2() : ssh_session(); >+ buffer_free(&command); > packet_close(); > > if (options.control_path != NULL && muxserver_sock != -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 1962
:
2122
| 2123