[openssh-commits] [openssh] 01/01: upstream: don't free the %C expansion, it's used later for

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Apr 15 18:30:27 AEST 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch V_7_7
in repository openssh.

commit 85fe48fd49f2e81fa30902841b362cfbb7f1933b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sat Apr 14 21:50:41 2018 +0000

    upstream: don't free the %C expansion, it's used later for
    
    LocalCommand
    
    OpenBSD-Commit-ID: 857b5cb37b2d856bfdfce61289a415257a487fb1
---
 ssh.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ssh.c b/ssh.c
index d3619fe2..9c011dd7 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1323,7 +1323,6 @@ main(int ac, char **av)
 		    (char *)NULL);
 		free(cp);
 	}
-	free(conn_hash_hex);
 
 	if (config_test) {
 		dump_client_config(&options, host);

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list