]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh2: kdb_callback: get the right struct pointer
authorDaniel Stenberg <daniel@haxx.se>
Tue, 23 Mar 2021 10:17:32 +0000 (11:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Mar 2021 12:42:22 +0000 (13:42 +0100)
commit1803be5746aeff88cdd5a9f4a205917d9b15b964
treed88ed9ce08fdf29783abdf16b2cd935210b4c320
parent2258899e9747a3956edf998a62461a9880c9f2fd
libssh2: kdb_callback: get the right struct pointer

After the recent conn/data refactor in this source file, this function
was mistakenly still getting the old struct pointer which would lead to
crash on servers with keyboard-interactive auth enabled.

Follow-up to a304051620b92e12b (shipped in 7.75.0)

Reported-by: Christian Schmitz
Fixes #6691
Closes #6782
lib/vssh/libssh2.c