Displaying 2 results from an estimated 2 matches for "g07ca1".
Did you mean:
0ca1
2012 May 03
5
[PATCH/RFC 0/6] New mux client request to list open tcp forwardings.
...200 ++++++++++++++++++++++++++++------------------------------
readconf.c | 128 +++++++++++++++++++------------------
readconf.h | 23 ++++---
ssh.c | 103 +++++++++++++++++++-----------
sshconnect.c | 8 +-
7 files changed, 308 insertions(+), 230 deletions(-)
--
1.7.9.rc0.542.g07ca1
2012 Apr 27
2
[PATCH] mux: fix memory leak of control path if bind() fails
...ntrol_master = SSHCTL_MASTER_NO;
@@ -1216,7 +1217,6 @@ muxserver_listen(void)
}
error("ControlSocket %s already exists, disabling multiplexing",
orig_control_path);
- xfree(orig_control_path);
unlink(options.control_path);
goto disable_mux_master;
}
--
1.7.9.rc0.542.g07ca1