From a9e729265d681d997d78be8a002da76bf04e0e48 Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 16 Feb 2005 11:56:27 +0000 Subject: [PATCH] Fix a minor valgrind issue in dynamic port-forwarding. git-svn-id: svn://svn.tartarus.org/sgt/putty@5318 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh.c b/ssh.c index 20be6985..fc20bec1 100644 --- a/ssh.c +++ b/ssh.c @@ -3808,6 +3808,8 @@ static void ssh_setup_portfwd(Ssh ssh, const Config *cfg) } } else { while (*portfwd_strptr) portfwd_strptr++; + host[0] = 0; + dports[0] = 0; dport = dserv = -1; portfwd_strptr++; /* eat the NUL and move to next one */ } -- 2.11.0