mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
012c19c33a
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 |
||
---|---|---|
.. | ||
libssh2.c | ||
libssh.c | ||
ssh.h | ||
wolfssh.c | ||
wolfssh.h |