Bugzilla – Attachment 3672 Details for
Bug 3539
sshbuf memory leak in recv_rexec_state()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix sshbuf memory leak in recv_rexec_state()
sshd_leak_fix_with_tabs.patch (text/plain), 228 bytes, created by
Michael Rash
on 2023-02-14 01:19:56 AEDT
(
hide
)
Description:
fix sshbuf memory leak in recv_rexec_state()
Filename:
MIME Type:
Creator:
Michael Rash
Created:
2023-02-14 01:19:56 AEDT
Size:
228 bytes
patch
obsolete
>diff --git a/sshd.c b/sshd.c >index 395ef49..e7aa276 100644 >--- a/sshd.c >+++ b/sshd.c >@@ -997,6 +997,7 @@ recv_rexec_state(int fd, struct sshbuf *conf) > > free(cp); > sshbuf_free(m); >+ sshbuf_free(inc); > > debug3_f("done"); > }
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 3539
:
3671
| 3672