1
1
Этот коммит содержится в:
Andreas Schneider 2013-11-09 12:47:02 +01:00
родитель 13c4499449
Коммит e8e99ec6de

Просмотреть файл

@ -994,7 +994,7 @@ int ssh_message_auth_interactive_request(ssh_message msg, const char *name,
msg->session->kbdint = NULL; msg->session->kbdint = NULL;
return SSH_ERROR; return SSH_ERROR;
} }
msg->session->kbdint->echo = malloc(num_prompts * sizeof(char)); msg->session->kbdint->echo = malloc(num_prompts * sizeof(unsigned char));
if (msg->session->kbdint->echo == NULL) { if (msg->session->kbdint->echo == NULL) {
ssh_set_error_oom(msg->session); ssh_set_error_oom(msg->session);
ssh_kbdint_free(msg->session->kbdint); ssh_kbdint_free(msg->session->kbdint);