Bugzilla – Attachment #3672: fix sshbuf memory leak in recv_rexec_state() for
bug #3539
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 3539
Collapse All
|
Expand All
(-)
a/sshd.c (+1 lines)
Lines 997-1002 recv_rexec_state(int fd, struct sshbuf *conf)
Link Here
997
997
998
free(cp);
998
free(cp);
999
sshbuf_free(m);
999
sshbuf_free(m);
1000
sshbuf_free(inc);
1000
1001
1001
debug3_f("done");
1002
debug3_f("done");
1002
}
1003
}
Return to
bug 3539