mirror of
https://github.com/curl/curl.git
synced 2026-04-18 17:31:41 +03:00
The function libssh2_userauth_keyboard_interactive_ex() calls the callback and is documented to call free() on the memory returned to libssh2 from the callback. libcurl can therefore not use the regular curlx_strdup() for this, as that is not compatible in debug builds or when curl_global_init_mem() is used. Fixes #21336 Closes #21338 |
||
|---|---|---|
| .. | ||
| libssh.c | ||
| libssh2.c | ||
| ssh.h | ||
| vssh.c | ||
| vssh.h | ||