Announce: OpenSSH 6.5 released

Corinna Vinschen vinschen at redhat.com
Fri Feb 7 20:50:44 EST 2014


On Feb  7 09:21, Damien Miller wrote:
> On Thu, 6 Feb 2014, Corinna Vinschen wrote:
> 
> > Ping?
> > 
> > Is there anything wrong with my analysis or the patch?
> 
> Committed, with this extra bit:
> 
> diff --git sshconnect.c sshconnect.c
> index e3af605..8556662 100644
> --- sshconnect.c
> +++ sshconnect.c
> @@ -307,7 +309,8 @@ ssh_create_socket(int privileged, struct addrinfo *ai)
>  			return -1;
>  		}
>  	}
> -	freeaddrinfo(res);
> +	if (res != NULL)
> +		freeaddrinfo(res);
>  	return sock;
>  }

Thanks!


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20140207/a6f1145e/attachment.bin>


More information about the openssh-unix-dev mailing list