Bugzilla – Attachment 1849 Details for
Bug 1771
sftp heap memory leak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for sftp memory leak
openssh-5.4p1-sftp-leak.diff (text/plain), 459 bytes, created by
Anicka Bernathova
on 2010-05-15 00:53:31 AEST
(
hide
)
Description:
fix for sftp memory leak
Filename:
MIME Type:
Creator:
Anicka Bernathova
Created:
2010-05-15 00:53:31 AEST
Size:
459 bytes
patch
obsolete
>Index: openssh-5.4p1/sftp-client.c >=================================================================== >--- openssh-5.4p1.orig/sftp-client.c >+++ openssh-5.4p1/sftp-client.c >@@ -713,6 +713,7 @@ do_realpath(struct sftp_conn *conn, char > u_int status = buffer_get_int(&msg); > > error("Couldn't canonicalise: %s", fx2txt(status)); >+ buffer_free(&msg); > return(NULL); > } else if (type != SSH2_FXP_NAME) > fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",
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 1771
: 1849