зеркало из https://github.com/github/putty.git
Add a missing free_prompts() call in the keyboard-interactive code.
[originally from svn r9357]
This commit is contained in:
Родитель
1682b42b87
Коммит
bb542eaeff
7
ssh.c
7
ssh.c
|
@ -8524,6 +8524,13 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen,
|
|||
}
|
||||
ssh2_pkt_send_with_padding(ssh, s->pktout, 256);
|
||||
|
||||
/*
|
||||
* Free the prompts structure from this iteration.
|
||||
* If there's another, a new one will be allocated
|
||||
* when we return to the top of this while loop.
|
||||
*/
|
||||
free_prompts(s->cur_prompt);
|
||||
|
||||
/*
|
||||
* Get the next packet in case it's another
|
||||
* INFO_REQUEST.
|
||||
|
|
Загрузка…
Ссылка в новой задаче