curl/lib/vssh
Daniel Stenberg 7e450cb80a
libssh2: allocate libssh2-friendly memory in kbd_callback
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
2026-04-16 10:35:32 +02:00
..
libssh.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
libssh2.c libssh2: allocate libssh2-friendly memory in kbd_callback 2026-04-16 10:35:32 +02:00
ssh.h
vssh.c
vssh.h