зеркало из https://github.com/github/putty.git
Remember to terminate the prompt string in keyboard-interactive
[originally from svn r1425]
This commit is contained in:
Родитель
7e0ef0b253
Коммит
64df2cd90f
2
ssh.c
2
ssh.c
|
@ -4155,6 +4155,8 @@ static void do_ssh2_authconn(unsigned char *in, int inlen, int ispkt)
|
|||
|
||||
ssh2_pkt_getstring(&prompt, &prompt_len);
|
||||
strncpy(pwprompt, prompt, sizeof(pwprompt));
|
||||
pwprompt[prompt_len < sizeof(pwprompt) ?
|
||||
prompt_len : sizeof(pwprompt)-1] = '\0';
|
||||
need_pw = TRUE;
|
||||
|
||||
echo = ssh2_pkt_getbool();
|
||||
|
|
Загрузка…
Ссылка в новой задаче