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 protocol source, all about protocols and uri schemes 2026-03-16 08:39:02 +01:00
vssh.c protocol source, all about protocols and uri schemes 2026-03-16 08:39:02 +01:00
vssh.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00