mirror of
https://github.com/clearml/dropbear
synced 2025-03-14 23:58:28 +00:00
Fix leak found by Klocwork
--HG-- extra : convert_revision : 51ce088e100e9ea150efc6bf3d021f019a46b2f5
This commit is contained in:
parent
b272b967e2
commit
665b768cef
@ -213,12 +213,10 @@ static int svr_remotetcpreq() {
|
|||||||
if (!opts.listen_fwd_all
|
if (!opts.listen_fwd_all
|
||||||
|| (strcmp(tcpinfo->listenaddr, "localhost") == 0) ) {
|
|| (strcmp(tcpinfo->listenaddr, "localhost") == 0) ) {
|
||||||
// NULL means "localhost only"
|
// NULL means "localhost only"
|
||||||
tcpinfo->listenaddr = NULL;
|
m_free(bindaddr);
|
||||||
|
bindaddr = NULL;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
tcpinfo->listenaddr = bindaddr;
|
tcpinfo->listenaddr = bindaddr;
|
||||||
}
|
|
||||||
|
|
||||||
ret = listen_tcpfwd(tcpinfo);
|
ret = listen_tcpfwd(tcpinfo);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user