1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 19:45:04 -05:00
curl/lib/vssh
Daniel Stenberg 012c19c33a
libssh2:ssh_connect: clear session pointer after free
If libssh2_knownhost_init() returns NULL, like in an OOM situation, the
ssh session was freed but the pointer wasn't cleared which made libcurl
later call libssh2 to cleanup using the stale pointer.

Fixes #6764
Closes #6766
2021-03-21 11:22:08 +01:00
..
libssh2.c libssh2:ssh_connect: clear session pointer after free 2021-03-21 11:22:08 +01:00
libssh.c ftp: add 'list_only' to the transfer state struct 2021-02-09 14:06:28 +01:00
ssh.h libssh2: move data from connection object to transfer object 2021-01-25 17:07:57 +01:00
wolfssh.c ftp: add 'list_only' to the transfer state struct 2021-02-09 14:06:28 +01:00
wolfssh.h curl.se: new home 2020-11-04 23:59:47 +01:00