[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] client: use ssh_channel_do_free in ssh_disconnect
[Thread Prev] | [Thread Next]
- Subject: Re: [PATCH] client: use ssh_channel_do_free in ssh_disconnect
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 12 Dec 2013 10:41:05 +0100
- To: libssh@xxxxxxxxxx
On Monday 09 December 2013 13:03:52 Jon Simons wrote: > Hi, Hi Jon, > Attached is a patch that ensures to fully free channels as they > are removed from the ssh_session channels list via ssh_disconnect. > > Without this change, channels that are not gracefully closed can > be lost in the sequence: ssh_disconnect(S), ssh_free(S), because > ssh_disconnect removes the channels from the session's list. > Thanks for your contribution, I've pushed it to the repository. -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
[PATCH] client: use ssh_channel_do_free in ssh_disconnect | Jon Simons <jon@xxxxxxxxxxxxx> |