]> granicus.if.org Git - curl/commit
ssh: ignore timeouts during disconnect
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 May 2017 11:04:52 +0000 (13:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 20 May 2017 09:22:20 +0000 (11:22 +0200)
commitf31760e63b4e9ef1eb25f8f211390f8239388515
tree6bb028dfe700bb24881fe3a1e7e769374f0d00c8
parente5491e0f9c876c84516f8a3bb7060a3c82e0a830
ssh: ignore timeouts during disconnect

... as otherwise it risks not cleaning up the libssh2 handle properly
which leads to memory leak!

Assisted-by: Joel Depooter
Closes #1495
Closes #1479

Bug: https://curl.haxx.se/mail/lib-2017-04/0024.html
lib/ssh.c